Crate holochain_cli
source ·Expand description
A library and CLI to help create, run, and interact with Holochain conductor setups. Warning this is still WIP and subject to change There’s probably a few bugs. If you find one please open an issue or make a PR.
§CLI
The hc
CLI makes it easy to create, modify, and run hApps that
you are working on or someone has sent you.
It has been designed to use sensible defaults but still give you
the configurability when that’s required.
Setups are stored in tmp directories by default and the paths are
persisted in a .hc
file which is created wherever you are using
the CLI.
Re-exports§
pub use holochain_cli_bundle as hc_bundle;
Structs§
- The main entry-point for the command.
Enums§
- Describes all the possible CLI arguments for
hc
, including external subcommands likehc-scaffold
.