Skip to main content
Version: v1.2

CLI Commands

Getting Started

  • vela env - Manage environments for vela applications to run.
  • vela init - Create scaffold for vela application.
  • vela up - Create or update vela application from file or URL, both appfile or application object format are supported.
  • vela show - Show the reference doc for component, trait or workflow types.

Managing Applications

  • vela ls - List all vela applications.
  • vela status - Show status of vela application.
  • vela delete - Delete an application.
  • vela exec - Execute command inside container based vela application.
  • vela port-forward - Forward local ports to container/service port of vela application.
  • vela logs - Tail logs for vela application.
  • vela live-diff - Dry-run application locally, and diff with a deployed application version.
  • vela dry-run - Dry-run application locally, render the Kubernetes resources as result to stdout.

Continuous Delivery

  • vela cluster - Manage Kubernetes Clusters for Continuous Delivery.
  • vela workflow - Operate the Workflow during Application Delivery.

Managing Extension

  • vela addon - Manage addons for extension.
  • vela uischema - Manage UI schema for addons.
  • vela def - Manage X-Definitions for extension.
  • vela registry - Manage Registry of X-Definitions for extension.
  • vela component - List component types installed and discover more in registry.
  • vela trait - List trait types installed and discover more in registry.

Others

  • vela uninstall - Uninstalls KubeVela from a Kubernetes cluster.
  • vela install - 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.
  • vela export - Export deploy manifests from appfile or application.
  • vela version - Prints vela build version information.
Auto generated by script in KubeVela.