Files
kubevela/docs/cli/vela_svc_deploy.md
roy wang 1522280e50 refresh cli docs
Signed-off-by: roy wang <seiwy2010@gmail.com>
2020-10-28 14:16:19 +09:00

758 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

Auto generated by spf13/cobra on 28-Oct-2020