mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-23 22:46:53 +00:00
37 lines
553 B
Markdown
37 lines
553 B
Markdown
## vela app run
|
|
|
|
Run a bundle of OAM Applications
|
|
|
|
### Synopsis
|
|
|
|
Run a bundle of OAM Applications
|
|
|
|
```
|
|
vela app run <APPLICATION_BUNDLE_NAME> [args]
|
|
```
|
|
|
|
### Examples
|
|
|
|
```
|
|
vela app run myAppBundle
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-f, --file string launch application from provided appfile
|
|
-h, --help help for run
|
|
```
|
|
|
|
### Options inherited from parent commands
|
|
|
|
```
|
|
-e, --env string specify environment name for application
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [vela app](vela_app.md) - Manage applications
|
|
|
|
###### Auto generated by spf13/cobra on 11-Sep-2020
|