0.1.0 • Published 3 years ago

@holo-host/holo-cli v0.1.0

Weekly downloads
2
License
CAL-1.0
Repository
github
Last release
3 years ago

npm.io

Holo CLI

Holo CLI is designed to streamline common workflows in the Holo Hosting architecture. It can be used for sending commands to conductor, calling the Envoy adminstrative API or the infrastructure API.

Note: hApp developers do not need this tool. This tool is intended to assists developers who are contributing to the Holo Hosting infrastructure.

npm.io npm.io npm.io

Overview

Included executables

  • conductor-cli - tool for communicating with Conductor's Admin API and testing zome calls.

Future executables

  • hha-cli - tool for communicating with the Holo Hosting App in Conductor
  • servicelogger-cli - tool for communicating with the Servicelogger in Conductor

Basic Usage

Local install

npm install @holo-host/holo-cli

// Run with
npx conductor-cli

Global install

npm install -g @holo-host/holo-cli

// Run with
conductor-cli

API Reference

The best usage documentation is --help