Skip to content

Latest commit

 

History

History
91 lines (53 loc) · 1.47 KB

completion.md

File metadata and controls

91 lines (53 loc) · 1.47 KB
title description
Netlify CLI completion command
Shell completion script for 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
Subcommand description
completion:generate:alias Generates completion script for alias
completion:generate Generates 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