servicify-cli
v1.1.0
Published
Servicify CLI
Downloads
5
Readme
servicify-cli
Servicify cli tool.
Installation
npm install -g servicify-cli
Usage
Usage: servicify COMMAND [options]
LISTEN
servicify listen [--driver http] [--host 0.0.0.0] [--port 2020]
Starts a servicify registry making it possible for services to be found by clients wishing to consume them.
OFFER
servicify offer PKGNAME [--driver http] [--host 127.0.0.1] [--port 2020]
If the package cannot be resolved using the normal npm package resolution strategy, servicify searches for it in the globally installed packages.