completion The Stripe CLI supports autocompletion for macOS and Linux to make it easier to use the right commands with the CLI with the Bash and ZSH shells. Set up autocompletion by running stripe completion. Depending on your platform and shell, relevant instructions will be displayed. Details about setting up autocompletion are available on this page. > Shell completion scripts are not currently supported on Windows. Command: stripe completion ### Flags - `--shell
The shell for which autocompletion commands will be generated. By default the CLI will attempt to autodetect the platform. -bashUse for Bash environments. -zsh` Use for ZSH environments. ### Examples Basic usage sh stripe completion Specifying a shell sh stripe completion --shell zsh
