$ ops
Available commands:
- up: installs dependencies and starts services on which this project depends
- down: ...
- start: Starts the container
- stop: ...
Add a description field to Action so the user can define a description, which ops will print when run with no args. If description is not defined, fall back to printing the command.
Add a
description
field toAction
so the user can define a description, whichops
will print when run with no args. Ifdescription
is not defined, fall back to printing thecommand
.