service:up

This command helps you to run a service on docker or local platform.
$ bolt service:up --help
Usage: bolt service:up [options] <service-name>
Starts a service from "bolt.yaml" services
Arguments:
service-name service containing "bolt.service.yaml" file and
present in "bolt.yaml" services
Options:
-sr, --service-runner <service-runner> service runner to run the service on
(choices: "docker", "local")
-h, --help display help for command