--- title: vela config list --- List the configs. ``` vela config list [flags] ``` ### Options ``` -A, --all-namespaces If true, check the specified action in all namespaces. -h, --help help for list -n, --namespace string specify the namespace of the config (default "vela-system") -t, --template string specify the template of the config ``` ### Options inherited from parent commands ``` -V, --verbosity Level number for the log level verbosity -y, --yes Assume yes for all user prompts ``` ### SEE ALSO * [vela config](vela_config.md) - Manage the configs. #### Go Back to [CLI Commands](vela.md) Homepage. ###### Auto generated by [spf13/cobra script in KubeVela](https://github.com/kubevela/kubevela/tree/master/hack/docgen).