Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.18 KB

arena_completion.md

File metadata and controls

43 lines (29 loc) · 1.18 KB

arena completion

output shell completion code for the specified shell (bash or zsh)

Synopsis

Write bash or zsh shell completion code to standard output.

For bash, ensure you have bash completions installed and enabled. To access completions in your current shell, run $ source <(arena completion bash) Alternatively, write it to a file and source in .bash_profile

For zsh, output to a file in a directory referenced by the $fpath shell variable.

arena completion SHELL [flags]

Options

  -h, --help   help for completion

Options inherited from parent commands

      --arena-namespace string   The namespace of arena system service, like tf-operator (default "arena-system")
      --config string            Path to a kube config. Only required if out-of-cluster
      --loglevel string          Set the logging level. One of: debug|info|warn|error (default "info")
  -n, --namespace string         the namespace of the job
      --pprof                    enable cpu profile
      --trace                    enable trace

SEE ALSO

  • arena - arena is the command line interface to Arena
Auto generated by spf13/cobra on 5-Mar-2021