mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-21 16:53:23 +00:00
updated related `vela show/status` docs, also update `vela ls/delete` related documentation
36 lines
451 B
Markdown
36 lines
451 B
Markdown
## vela env set
|
|
|
|
Set an environment
|
|
|
|
### Synopsis
|
|
|
|
Set an environment as the current using one
|
|
|
|
```
|
|
vela env set
|
|
```
|
|
|
|
### Examples
|
|
|
|
```
|
|
vela env set test
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for set
|
|
```
|
|
|
|
### Options inherited from parent commands
|
|
|
|
```
|
|
-e, --env string specify environment name for application
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [vela env](vela_env.md) - Manage application environments
|
|
|
|
###### Auto generated by spf13/cobra on 2-Nov-2020
|