Files
kubevela/documentation/vela_completion_bash.md
zzxwill 2f6fc442c3 Add vela cli documentation
This is use for 1) a first glance of vela command
and all sub commands 2) dashboard developers to look
function and parameters details
2020-08-17 11:32:37 +08:00

789 B

vela completion bash

generate autocompletions script for bash

Synopsis

Generate the autocompletion script for Vela for the bash shell.

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

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

vela completion bash

Options

  -h, --help   help for bash

Options inherited from parent commands

  -e, --env string   specify env name for application

SEE ALSO

  • vela completion - Output shell completion code for the specified shell (bash or zsh)
Auto generated by spf13/cobra on 17-Aug-2020