mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-14 21:36:54 +00:00
37 lines
481 B
Markdown
37 lines
481 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
|
|
--render-only Rendering vela.yaml in current dir and do not deploy
|
|
```
|
|
|
|
### Options inherited from parent commands
|
|
|
|
```
|
|
-e, --env string specify environment name for application
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [vela](vela.md) -
|
|
|
|
###### Auto generated by spf13/cobra on 6-Nov-2020
|