Skip to main content
Miscellaneous helper commands For a detailed guide on setting up shell completion, see Shell Completion.
cpln misc [SUBCOMMAND]
Commands:
  cpln misc install-completion    Install shell completion to your local profile
  cpln misc uninstall-completion  Uninstall shell completion from your local profile

Options:
  --help     Show help  [boolean]
  --version  Show version number  [boolean]

misc install-completion

Install shell completion to your local profile. Supports Bash, Zsh, and Fish shells Usage
cpln misc install-completion [OPTIONS]
Command options:
  --batch, -b  Non-interactive (batch) mode  [boolean]
  --shell      Shell to install completion for (bash, zsh, fish). Only used with --batch  [string] [choices: "bash", "zsh", "fish"]

Debug options:
  --verbose, -v  Enable verbose output to stderr  [boolean] [default: false]
  --debug, -d    Show all HTTP communications  [boolean] [default: false]

Options:
  --help     Show help  [boolean]
  --version  Show version number  [boolean]
Common Options Reference
cpln misc install-completion

misc uninstall-completion

Uninstall shell completion from your local profile Usage
cpln misc uninstall-completion [OPTIONS]
Debug options:
  --verbose, -v  Enable verbose output to stderr  [boolean] [default: false]
  --debug, -d    Show all HTTP communications  [boolean] [default: false]

Options:
  --help     Show help  [boolean]
  --version  Show version number  [boolean]
Common Options Reference
cpln misc uninstall-completion