supertubes completion 🔗︎

Generate completion script

Synopsis 🔗︎

To load completions:

    Bash:

    $ source <(supertubes completion bash)

    # To load completions for each session, execute once:
    Linux:
    $ supertubes completion bash > /etc/bash_completion.d/supertubes
    MacOS:
    $ supertubes completion bash > /usr/local/etc/bash_completion.d/supertubes

    Zsh:

    # If shell completion is not already enabled in your environment you will need
    # to enable it.  You can execute the following once:

    $ echo "autoload -U compinit; compinit" >> ~/.zshrc

    # To load completions for each session, execute once:
    $ supertubes completion zsh > "${fpath[1]}/_supertubes"

    # You will need to start a new shell for this setup to take effect.

    Fish:

    $ supertubes completion fish | source

    # To load completions for each session, execute once:
    $ supertubes completion fish > ~/.config/fish/completions/supertubes.fish
supertubes completion [bash|zsh|fish|powershell]

Options 🔗︎

  -h, --help   help for completion

Options inherited from parent commands 🔗︎

      --accept-license                  Accept the license: https://banzaicloud.com/docs/supertubes/evaluation-license
      --color                           use colors on non-tty outputs (default true)
      --context string                  name of the kubeconfig context to use
      --formatting.force-color          force color even when non in a terminal
      --interactive                     ask questions interactively even if stdin or stdout is non-tty
  -c, --kubeconfig string               path to the kubeconfig file to use for CLI requests
      --non-interactive                 never ask questions interactively
  -o, --output string                   output format (table|yaml|json) (default "table")
      --persistent-config-file string   Supertubes persistent config file to use instead of the default at ~/.banzai/supertubes/
  -v, --verbose                         turn on debug logging

SEE ALSO 🔗︎