Widemesh CLI: mesh stacks set-release-command

mesh stacks set-release-command

Sets the release command of the stack

Synopsis

Sets the release command of the stack

mesh stacks set-release-command -- [<command> args] [flags]

Examples


# sets "rails db:migrate" as command in the current stack
$ mesh stack set-release-command -- rails db:migrate

# sets "rails db:migrate" as command in the stack "app"
$ mesh stack set-release-command -s app -- rails db:migrate
		

Options

  -e, --environment string   environment id or name, otherwise current used from widemesh.json
  -h, --help                 help for set-release-command
  -s, --stack string         stack id or name, otherwise current used from widemesh.json

SEE ALSO

  • mesh stacks - Groups of services based in the same deployed source code