galley-cli
v1.0.1
Published
CLI runner for Galley, a Docker container orchestrator.
Downloads
4
Readme
galley-cli
CLI frontend for Galley.
Latest version: 1.0.1 release!
Installation
$ npm install -g galley-cli
Use
The galley
CLI tool will walk up the directory tree looking for a Galleyfile(.js)
or
symlink to one. The original Galleyfile
should be in an NPM module that depends on the
galley
NPM package. This tool will use that galley
implementation to run commands against
the Galleyfile
As a step-saving measure, the galley
CLI tool will install any missing NPM dependencies before
running Galley.
See the Galley README for complete documentation on Galley.