Netlify CLI


completion

(Beta) Generate shell completion script

Run this command to see instructions for your shell.

Usage

netlify completion

Arguments

Flags

  • shell (bash | fish | zsh) - Name of shell
Subcommanddescription
completion:generate:aliasGenerates completion script for alias
completion:generateGenerates completion script

Examples

$ netlify completion --shell zsh

completion:generate:alias

Generates completion script for alias

This needs the completion script for the main command to be present.

Check the "completion:generate" command.

Usage

netlify completion:generate:alias

Arguments

  • ALIAS - name of the alias

Flags

  • shell (bash | fish) - Name of shell

completion:generate

Generates completion script

Run the "completion" command to see instructions about how to use the script generated by this command.

Usage

netlify completion:generate

Arguments

Flags

  • shell (bash | fish | zsh) - Name of shell

Examples

$ netlify completion:generate --shell zsh