mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-20 08:13:23 +00:00
added Restful API reference for dashboard development and move cli docs to `documentation/cli`
797 B
797 B
vela comp run
Run containerized workloads
Synopsis
Run containerized workloads
vela comp run -t <workloadType> <appname> [args]
Examples
vela comp run -t containerized frontend
Options
-a, --app string create or add into an existing application group
-h, --help help for comp run
-i, --image string specify app image
--name string
-p, --port int specify port for container (default 6379)
-s, --staging only save changes locally without real update application
Options inherited from parent commands
-e, --env string specify env name for application
SEE ALSO
- vela - ✈️ A Micro App Platform for Kubernetes.