mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-23 22:46:53 +00:00
41 lines
688 B
Markdown
41 lines
688 B
Markdown
## vela route
|
|
|
|
Attach route trait to an app
|
|
|
|
### Synopsis
|
|
|
|
Attach route trait to an app
|
|
|
|
```
|
|
vela route <appname> [args]
|
|
```
|
|
|
|
### Examples
|
|
|
|
```
|
|
vela route frontend
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
--detach detach trait from service
|
|
--domain string
|
|
-h, --help help for route
|
|
--issuer string
|
|
-s, --staging only save changes locally without real update application
|
|
--svc string specify one service belonging to the application
|
|
```
|
|
|
|
### Options inherited from parent commands
|
|
|
|
```
|
|
-e, --env string specify environment name for application
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [vela](vela.md) -
|
|
|
|
###### Auto generated by spf13/cobra on 6-Nov-2020
|