docks-cli
An easy-to-use internal CLI for managing docks.
Installation
To install the docks
command, perfrom the following steps:
- Find the full path to your devops-scripts repository on your machine.
- Add the path to your
~/.profile
as:export DEVOPS_SCRIPTS_PATH=/path/to/your/local/copy
- Clone the
docks-cli
repository, and enter the directory - Run:
npm link .
Usage
Run docks help
from the command-line for a full listing of actions. To see
the help for a specific action run docks <action-name> -h
.