42 lines
739 B
Markdown
42 lines
739 B
Markdown
---
|
|
title: vela env init
|
|
---
|
|
|
|
Create environment for vela applications to run.
|
|
|
|
### Synopsis
|
|
|
|
Create environment for vela applications to run.
|
|
|
|
```
|
|
vela env init <envName>
|
|
```
|
|
|
|
### Examples
|
|
|
|
```
|
|
vela env init test --namespace test
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for init
|
|
--namespace string specify K8s namespace for env
|
|
```
|
|
|
|
### 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 on 9-Feb-2022, refer to [script in KubeVela](https://github.com/oam-dev/kubevela/tree/master/hack/docgen).
|