42 lines
676 B
Markdown
42 lines
676 B
Markdown
---
|
|
title: vela addon status
|
|
---
|
|
|
|
get an addon's status.
|
|
|
|
### Synopsis
|
|
|
|
get an addon's status from cluster.
|
|
|
|
```
|
|
vela addon status [flags]
|
|
```
|
|
|
|
### Examples
|
|
|
|
```
|
|
vela addon status <addon-name>
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for status
|
|
-v, --verbose show addon descriptions and parameters in addition to status
|
|
```
|
|
|
|
### Options inherited from parent commands
|
|
|
|
```
|
|
-y, --yes Assume yes for all user prompts
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [vela addon](vela_addon) - Manage addons for extension.
|
|
|
|
#### Go Back to [CLI Commands](vela) Homepage.
|
|
|
|
|
|
###### Auto generated by [spf13/cobra script in KubeVela](https://github.com/kubevela/kubevela/tree/master/hack/docgen).
|