CloudNatix logo

CloudNatix CLI

cnatix completion zsh

Generate completion script for Zsh

cnatix completion zsh [flags]

Examples

  # Enable completion for the current zsh session
  source <(cnatix completion zsh)
  
  # Autoload completion for zsh on startup (e.g. if ~/.zsh is in $fpath)
  cnatix completion zsh > ~/.zsh/_cnatix

Options

  -h, --help   help for zsh

Options inherited from parent commands

      --global-controller-domain string   Domain name of the CloudNatix Global Controller
      --workspace string                  workspace directory (default is $HOME/.cnatix)

SEE ALSO

Next
Getting Started