mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-16 22:37:16 +00:00
39 lines
591 B
Markdown
39 lines
591 B
Markdown
---
|
|
title: vela cap uninstall
|
|
---
|
|
|
|
Uninstall capability from cluster
|
|
|
|
### Synopsis
|
|
|
|
Uninstall capability from cluster
|
|
|
|
```
|
|
vela cap uninstall <name> [flags]
|
|
```
|
|
|
|
### Examples
|
|
|
|
```
|
|
vela cap uninstall route
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for uninstall
|
|
-t, --token string Github Repo token
|
|
```
|
|
|
|
### Options inherited from parent commands
|
|
|
|
```
|
|
-e, --env string specify environment name for application
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [vela cap](vela_cap) - Manage capability centers and installing/uninstalling capabilities
|
|
|
|
###### Auto generated by spf13/cobra on 20-Mar-2021
|