kubevela.github.io/docs/cli/vela_config-template_list.md

39 lines
766 B
Markdown

---
title: vela config-template list
---
List the config templates.
```
vela config-template list [flags]
```
### Examples
```
vela config template list [-A]
```
### 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 template (default "vela-system")
```
### Options inherited from parent commands
```
-y, --yes Assume yes for all user prompts
```
### SEE ALSO
* [vela config-template](vela_config-template) - Manage the template of config.
#### Go Back to [CLI Commands](vela) Homepage.
###### Auto generated by [spf13/cobra script in KubeVela](https://github.com/kubevela/kubevela/tree/master/hack/docgen).