mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-21 00:33:29 +00:00
add unit test and e2e test refresh cli doc of vela port-forward Signed-off-by: roy wang <seiwy2010@gmail.com>
45 lines
1.6 KiB
Markdown
45 lines
1.6 KiB
Markdown
## vela
|
|
|
|
|
|
|
|
### Synopsis
|
|
|
|
|
|
|
|
```
|
|
vela [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-e, --env string specify environment name for application
|
|
-h, --help help for vela
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [vela app](vela_app.md) - Manage applications
|
|
* [vela cap](vela_cap.md) - Capability Management
|
|
* [vela completion](vela_completion.md) - Output shell completion code for the specified shell (bash or zsh)
|
|
* [vela config](vela_config.md) - Manage application configurations
|
|
* [vela dashboard](vela_dashboard.md) - Setup API Server and launch Dashboard
|
|
* [vela env](vela_env.md) - Manage application environments
|
|
* [vela exec](vela_exec.md) - Execute a command in a container
|
|
* [vela init](vela_init.md) - Init an OAM Application
|
|
* [vela install](vela_install.md) - Initialize vela on both client and server
|
|
* [vela logs](vela_logs.md) - Tail logs for application
|
|
* [vela metric](vela_metric.md) - Attach metric trait to an app
|
|
* [vela port-forward](vela_port-forward.md) - Forward one or more local ports to a Pod of specified service
|
|
* [vela route](vela_route.md) - Attach route trait to an app
|
|
* [vela scaler](vela_scaler.md) - Attach scaler trait to an app
|
|
* [vela svc](vela_svc.md) - Manage services
|
|
* [vela system](vela_system.md) - system management utilities
|
|
* [vela template](vela_template.md) - Manage templates
|
|
* [vela traits](vela_traits.md) - List traits
|
|
* [vela up](vela_up.md) - Apply an appfile
|
|
* [vela version](vela_version.md) - Prints out build version information
|
|
* [vela workloads](vela_workloads.md) - List workloads
|
|
|
|
###### Auto generated by spf13/cobra on 29-Oct-2020
|