kubevela.github.io/docs/cli/vela_show.md

44 lines
760 B
Markdown

---
title: vela show
---
Show the reference doc for a component, trait or workflow.
### Synopsis
Show the reference doc for component, trait or workflow types.
```
vela show [flags]
```
### Examples
```
show webservice
```
### Options
```
-e, --env string specify environment name for application
-h, --help help for show
-n, --namespace string specify the Kubernetes namespace to use
--web start web doc site
```
### Options inherited from parent commands
```
-y, --yes Assume yes for all user prompts
```
### SEE ALSO
#### Go Back to [CLI Commands](vela) Homepage.
###### Auto generated by [spf13/cobra script in KubeVela](https://github.com/kubevela/kubevela/tree/master/hack/docgen).