Files
kubevela/docs/cli/vela_svc_deploy.md
2020-11-06 19:23:01 +08:00

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

Auto generated by spf13/cobra on 6-Nov-2020