kubevela.github.io/docs/cli/vela_ls.md

1.0 KiB

title
vela ls

List applications.

Synopsis

List all vela applications.

vela ls

Examples

vela ls

Options

  -A, --all-namespaces          If true, check the specified action in all namespaces.
  -e, --env string              specify environment name for application
      --field-selector string   Selector (field query) to filter on, supports '=', '==', and '!='.(e.g. --field-selector key1=value1,key2=value2).
  -h, --help                    help for ls
  -n, --namespace string        specify the Kubernetes namespace to use
  -l, --selector string         Selector (label query) to filter on, supports '=', '==', and '!='.(e.g. -l key1=value1,key2=value2).

Options inherited from parent commands

  -V, --verbosity Level   number for the log level verbosity
  -y, --yes               Assume yes for all user prompts

SEE ALSO

Go Back to CLI Commands Homepage.

Auto generated by spf13/cobra script in KubeVela.