#holochain #holo #hc #subcommand #binary #helpful #tool

bin+lib holochain_cli

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

162 releases

new 0.3.0-beta-dev.45 Apr 17, 2024
0.3.0-beta-dev.42 Mar 27, 2024
0.3.0-beta-dev.29 Dec 22, 2023
0.3.0-beta-dev.26 Nov 29, 2023
0.0.3 Jul 29, 2021

#1776 in Magic Beans

Download history 4/week @ 2023-12-22 11/week @ 2024-01-12 11/week @ 2024-01-19 9/week @ 2024-01-26 10/week @ 2024-02-02 59/week @ 2024-02-16 132/week @ 2024-02-23 129/week @ 2024-03-01 208/week @ 2024-03-08 216/week @ 2024-03-15 141/week @ 2024-03-22 164/week @ 2024-03-29 193/week @ 2024-04-05

731 downloads per month

Apache-2.0 and AGPL-3.0 WITH mif-exception

1MB
4K SLoC

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:

  • hc dna, hc app, and hc web-app scaffold, bundle, and unbundle DNAs, hApps and web hApps respectively. See holochain_cli_bundle for more info.
  • hc sandbox creates and executes temporary or persistent conductor configurations for you to run test instances of your hApp with. See holochain_cli_sandbox for more info.
  • hc run-local-services runs local bootstrap and WebRTC signal servers for peers to establish connections with each other. This is useful for running tests. See holochain_cli_run_local_services for more info.
  • hc scaffold generates integrity, coordinator, UI, and test code for hApps using interactive prompts. See holochain/scaffolding.
  • hc launch runs sandboxed hApp instances with live-reloading UI windows. See hc_launch in holochain/launcher for more info.

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:

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

From the holochain repo:

cargo install --path crates/hc

Dependencies

~103MB
~2M SLoC