41 lines
607 B
Markdown
41 lines
607 B
Markdown
---
|
|
title: vela env set
|
|
---
|
|
|
|
Set an environment.
|
|
|
|
### Synopsis
|
|
|
|
Set an environment as the default one for running vela applications.
|
|
|
|
```
|
|
vela env set
|
|
```
|
|
|
|
### Examples
|
|
|
|
```
|
|
vela env set test
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for set
|
|
```
|
|
|
|
### 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).
|