Crate holochain_cli_sandbox

Crate holochain_cli_sandbox 

Source
Expand description

§holochain_cli_sandbox

A library and CLI to help create, run, and interact with sandboxed Holochain conductor environments, for testing and development purposes. 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.

While this crate can be compiled into an executable, it can also be used as a library so you can create more complex sandboxes / admin calls. See the docs:

cargo doc --open

and the examples.

Re-exports§

pub use cli::HcSandbox;

Modules§

bundles
Helpers for working with DNA files.
calls
Helpers for making holochain_conductor_api::AdminRequests to the admin API.
cli
Definitions of Parser options for use in the CLI
run
Helpers for running the conductor.
sandbox
Common use sandboxes with lots of default choices.
save
Manage persistence of sandboxes

Functions§

force_admin_port
Update the first admin interface to use this port.