## 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 around setting up autocompletion can be also found in the [Terminal Autocompletion](/stripe-cli/configure#autocompletion) section of our configuration guide. > 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. ### Examples **Basic usage** ```sh stripe completion ``` **Specifying a shell** ```sh stripe completion --shell zsh ```