Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Latest commit

History

History
41 lines (27 loc) 路 1.23 KB

lokoctl_completion_bash.md

File metadata and controls

41 lines (27 loc) 路 1.23 KB

lokoctl completion bash

Generate autocompletion script for bash

Synopsis

Generate the autocompletion script for lokoctl for the bash shell.

To load completions in your current shell session: $ source <(lokoctl completion bash)

To load completions for every new session, execute once: Linux: $ lokoctl completion bash > /etc/bash_completion.d/lokoctl && exec $SHELL MacOS: $ lokoctl completion bash > /usr/local/etc/bash_completion.d/lokoctl && exec $SHELL

lokoctl completion bash

Options

  -h, --help   help for bash

Options inherited from parent commands

      --kubeconfig-file string   Path to a kubeconfig file. If empty, the following precedence order is used:
                                   1. Cluster asset dir when a lokocfg file is present in the current directory.
                                   2. KUBECONFIG environment variable.
                                   3. ~/.kube/config file.
      --lokocfg string           Path to lokocfg directory or file (default "./")
      --lokocfg-vars string      Path to lokocfg.vars file (default "./lokocfg.vars")

SEE ALSO