Widemesh CLI: mesh services run

mesh services run

runs command interactively inside a new temporary service container

Synopsis

runs command interactively inside a new temporary service container

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

Examples

$ mesh run -n web -- /bin/sh

Options

  -h, --help          help for run
  -n, --name string   --name myservice

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