35 lines
557 B
Markdown
35 lines
557 B
Markdown
---
|
|
title: vela uischema apply
|
|
---
|
|
|
|
apply <ui schema file/dir path>
|
|
|
|
### Synopsis
|
|
|
|
apply UI schema from a file or dir
|
|
|
|
```
|
|
vela uischema apply [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for apply
|
|
```
|
|
|
|
### Options inherited from parent commands
|
|
|
|
```
|
|
-y, --yes Assume yes for all user prompts
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [vela uischema](vela_uischema) - Manage UI schema for addons.
|
|
|
|
#### Go Back to [CLI Commands](vela) Homepage.
|
|
|
|
|
|
###### Auto generated by [spf13/cobra script in KubeVela](https://github.com/kubevela/kubevela/tree/master/hack/docgen).
|