1.1.0 • Published 8 years ago

servicify-cli v1.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

servicify-cli

Build Status npm npm

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.

Servicify All The Things!