Holochain hc launch CLI

CLI to launch holochain apps in a sandboxed Holochain Launcher environment for testing and development purposes.

Install

This CLI is part of the holochain development environment (holonix) and therein callable via hc launch.

If you prefer to install it globally:

cargo install holochain_cli_launch

Example Usage

bash echo pass | hc-launch --piped -n 2 path/to/my/app.webhapp network mdns

bash echo pass | hc-launch --piped -n 2 path/to/my/app.happ --ui-path path/to/my/ui/assets --watch network mdns

Documentation

Documentation is on https://docs.rs/holochainclilaunch