CLI Commands
- Create scaffold for vela application.
-
Deploy one application based on local files or re-deploy an existing application. With the -n/—namespace flag, you can choose the location of the target application.
To give a particular version to this deploy, use the -v/—publish-version flag. When you are deploying an existing application, the version name must be different from the current name. You can also use a history revision for the deploy and override the current application by using the -r/—revision flag.
- - Manage addons for extension.
- vela delete - Delete an application.
- - Execute command inside container based vela application.
- vela port-forward - Forward local ports to container/service port of vela application.
- - Tail logs for vela application.
- vela ql - Show result of executing velaQL, use it like: vela ql —query “inner-view-name{param1=value1,param2=value2}” vela ql —file ./ql.cue
- - Compare application and revisions
- vela ls - List all vela applications.
- - Dry-run application locally, render the Kubernetes resources as result to stdout. vela dry-run -d /definition/directory/or/file/ -f /path/to/app.yaml
You can also specify a remote url for app: vela dry-run -d /definition/directory/or/file/ -f https://remote-host/app.yaml
- - Manage KubeVela Application Revisions
- -
- vela cluster - Manage Kubernetes Clusters for Continuous Delivery.
- - Operate the Workflow during Application Delivery.
- - Manage UI schema for addons.
- vela def - Manage X-Definitions for extension.
- - Manage Registry of X-Definitions for extension.
- vela provider - Authenticate Terraform Cloud Providers by managing Terraform Controller Providers with its credential secret
- - List component types installed and discover more in registry.
- vela trait - List trait types installed and discover more in registry.
- vela uninstall - Uninstalls KubeVela from a Kubernetes cluster.
- - The Kubevela CLI allows installing Kubevela on any Kubernetes derivative to which your kube config is pointing to.
- vela completion - Output shell completion code for the specified shell (bash or zsh). The shell code must be evaluated to provide interactive completion of vela commands.
- - Export deploy manifests from appfile or application.
- vela version - Prints vela build version information.