mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-21 16:53:23 +00:00
added Restful API reference for dashboard development and move cli docs to `documentation/cli`
31 lines
520 B
Markdown
31 lines
520 B
Markdown
## vela system init
|
|
|
|
Initialize vela on both client and server
|
|
|
|
### Synopsis
|
|
|
|
Install OAM runtime and vela builtin capabilities.
|
|
|
|
```
|
|
vela system init [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for system init
|
|
-v, --version string Override chart version
|
|
```
|
|
|
|
### Options inherited from parent commands
|
|
|
|
```
|
|
-e, --env string specify env name for application
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [vela](vela.md) - ✈️ A Micro App Platform for Kubernetes.
|
|
|
|
###### Auto generated by spf13/cobra on 17-Aug-2020
|