mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-13 04:46:46 +00:00
757 B
757 B
vela svc deploy
Initialize and run a service
Synopsis
Initialize and run a service. The app name would be the same as service name, if it's not specified.
vela svc deploy [args]
Examples
vela svc deploy -t <SERVICE_TYPE>
Options
-h, --help help for deploy
-s, --staging only save changes locally without real update application
-t, --type string specify workload type of the service
Options inherited from parent commands
-a, --app string specify the name of application containing the services
-e, --env string specify environment name for application
SEE ALSO
- vela svc - Manage services