--- title: Netlify CLI completion command sidebar: label: completion description: Shell completion script for netlify CLI --- # `completion` Generate shell completion script Run this command to see instructions for your shell. **Usage** ```bash netlify completion ``` **Flags** - `debug` (*boolean*) - Print debugging information - `auth` (*string*) - Netlify auth token - can be used to run this command without logging in | Subcommand | description | |:--------------------------- |:-----| | [`completion:install`](/commands/completion#completioninstall) | Generates completion script for your preferred shell | **Examples** ```bash netlify completion:install ``` --- ## `completion:install` Generates completion script for your preferred shell **Usage** ```bash netlify completion:install ``` **Flags** - `filter` (*string*) - For monorepos, specify the name of the application to run the command in - `debug` (*boolean*) - Print debugging information - `auth` (*string*) - Netlify auth token - can be used to run this command without logging in ---