Stopping with CLI command

Steps to Stop a Workflow

  1. Run the workflow stop command in the root of the app directory

stoobly-agent scaffold workflow stop <WORKFLOW-NAME>

For example:

stoobly-agent scaffold workflow stop mock
  1. After running the command, all containers will be stopped and removed:

$ docker ps -a
# All removed!

Last updated