41 lines
620 B
Markdown
41 lines
620 B
Markdown
---
|
|
title: vela env ls
|
|
---
|
|
|
|
List environments for vela applications to run.
|
|
|
|
### Synopsis
|
|
|
|
List all environments for vela applications to run.
|
|
|
|
```
|
|
vela env ls
|
|
```
|
|
|
|
### Examples
|
|
|
|
```
|
|
vela env ls [env-name]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for ls
|
|
```
|
|
|
|
### Options inherited from parent commands
|
|
|
|
```
|
|
-y, --yes Assume yes for all user prompts
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [vela env](vela_env) - Manage environments for vela applications to run.
|
|
|
|
#### Go Back to [CLI Commands](vela) Homepage.
|
|
|
|
|
|
###### Auto generated by [spf13/cobra script in KubeVela](https://github.com/kubevela/kubevela/tree/master/hack/docgen).
|