holochain_cli

Provides the hc binary, a helpful CLI tool for working with Holochain.

Docs

This command gives you a suite of tools for developing, inspecting, executing, and testing your Holochain apps. Some top-level subcommands are implemented as separate crates, and others are separate binaries -- commands whose names start with hc- and are automatically made available as subcommands if they exist in your shell's path. Here is a list of all available subcommands:

Installation

Quick install

Follow the quick start guide on the Holochain Developer Portal to get set up with all the Holochain development tools, including the hc CLI and official extensions.

Build from source

Requirements

Building

From github:

shell cargo install holochain_cli --git https://github.com/holochain/holochain

From the holochain repo:

shell cargo install --path crates/hc