mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-20 08:13:23 +00:00
36 lines
400 B
Markdown
36 lines
400 B
Markdown
## vela init
|
|
|
|
Init an OAM Application
|
|
|
|
### Synopsis
|
|
|
|
Init an OAM Application by one command
|
|
|
|
```
|
|
vela init
|
|
```
|
|
|
|
### Examples
|
|
|
|
```
|
|
vela init
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for init
|
|
```
|
|
|
|
### Options inherited from parent commands
|
|
|
|
```
|
|
-e, --env string specify environment name for application
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [vela](vela.md) -
|
|
|
|
###### Auto generated by spf13/cobra on 28-Oct-2020
|