44 lines
754 B
Markdown
44 lines
754 B
Markdown
---
|
|
title: vela init
|
|
---
|
|
|
|
Create scaffold for an application.
|
|
|
|
### Synopsis
|
|
|
|
Create scaffold for vela application.
|
|
|
|
```
|
|
vela init
|
|
```
|
|
|
|
### Examples
|
|
|
|
```
|
|
vela init
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-e, --env string specify environment name for application
|
|
-h, --help help for init
|
|
-n, --namespace string specify the Kubernetes namespace to use
|
|
--render-only Rendering vela.yaml in current dir and do not deploy
|
|
```
|
|
|
|
### Options inherited from parent commands
|
|
|
|
```
|
|
-y, --yes Assume yes for all user prompts
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
|
|
|
|
#### 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).
|