mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-21 00:33:29 +00:00
40 lines
813 B
Markdown
40 lines
813 B
Markdown
## vela env init
|
|
|
|
Create environments
|
|
|
|
### Synopsis
|
|
|
|
Create environment and set the currently using environment
|
|
|
|
```
|
|
vela env init <envName>
|
|
```
|
|
|
|
### Examples
|
|
|
|
```
|
|
vela env init test --namespace test --email my@email.com
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
--domain string specify domain your applications
|
|
--email string specify email for production TLS Certificate notification
|
|
-h, --help help for init
|
|
--namespace string specify K8s namespace for env
|
|
-s, --sync synchronize capabilities from cluster into local (default true)
|
|
```
|
|
|
|
### Options inherited from parent commands
|
|
|
|
```
|
|
-e, --env string specify environment name for application
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [vela env](vela_env.md) - Manage environments
|
|
|
|
###### Auto generated by spf13/cobra on 16-Nov-2020
|