mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-23 09:43:46 +00:00
37 lines
485 B
Markdown
37 lines
485 B
Markdown
## vela delete
|
|
|
|
Delete Applications
|
|
|
|
### Synopsis
|
|
|
|
Delete Applications
|
|
|
|
```
|
|
vela delete <APPLICATION_NAME>
|
|
```
|
|
|
|
### Examples
|
|
|
|
```
|
|
vela delete frontend
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for delete
|
|
--svc string delete only the specified service in this app
|
|
```
|
|
|
|
### 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
|