@holo-host/holo-cli
v0.1.0
Published
Command line tool for Holo developers
Downloads
4
Keywords
Readme
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.
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 Conductorservicelogger-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