Widemesh CLI: mesh services create

mesh services create

creates a new service to run a given program

Synopsis

creates a new service to run a given program

mesh services create -n <service name> [flags] -- [program] [program args]

Examples

$ mesh service create -n railsapp -- bundle exec puma -C config/puma.rb

Options

  -h, --help              help for create
  -n, --name string       --name myservice
      --schedule string   --schedule "@hourly"

Options inherited from parent commands

  -e, --environment string   environment id or name, otherwise current used from widemesh.json
  -s, --stack string         stack id or name, otherwise current used from widemesh.json

SEE ALSO

  • mesh services - Scale-independent units of work based on the source code deployed in the stack