0.0.2 • Published 7 years ago

hive-compose v0.0.2

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

Hive Compose

A command line interface to manage Hive services.

Installation

npm install -g

Usage

You may require sudo privileges.

// Create an example config file.
hive-compose init

// Create loopbacks, network address translations and hosts required to access the services, start the services, and clear DNS cache.
hive-compose up

// Stop all of the services.
hive-compose down

Release History

  • 0.1.0 Initial release