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

41 lines
538 B
Markdown

---
title: vela ql
---
Show result of executing velaQL.
### Synopsis
Show result of executing velaQL.
```
vela ql [flags]
```
### Examples
```
vela ql "view{parameter=value1,parameter=value2}"
```
### Options
```
-h, --help help for ql
```
### 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).