44 lines
697 B
Markdown
44 lines
697 B
Markdown
---
|
|
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
|
|
-h, --help help for ls
|
|
-n, --namespace string specify the Kubernetes namespace to use
|
|
```
|
|
|
|
### Options inherited from parent commands
|
|
|
|
```
|
|
-y, --yes Assume yes for all user prompts
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
|
|
|
|
#### Go Back to [CLI Commands](vela) Homepage.
|
|
|
|
|
|
###### Auto generated by [spf13/cobra script in KubeVela](https://github.com/kubevela/kubevela/tree/master/hack/docgen).
|