| Crates.io | hc_seed_bundle_cli |
| lib.rs | hc_seed_bundle_cli |
| version | 0.1.0 |
| created_at | 2025-06-25 20:23:19.865461+00 |
| updated_at | 2025-06-25 20:23:19.865461+00 |
| description | A command-line tool for creating and unlocking Holochain seed bundles |
| homepage | |
| repository | https://github.com/zo-el/hc_seed_bundle_cli |
| max_upload_size | |
| id | 1726368 |
| size | 134,210 |
A command-line tool for managing Holochain seed bundles (.hcsb files). This tool allows you to display and work with Holochain agent keys stored in encrypted seed bundles.
Usage: hc_seed_bundle_cli <COMMAND>
Commands:
create Create a new seed bundle
unlock Display the contents of a seed bundle
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
-V, --version Print version
The tool will automatically detect available authentication methods for your seed bundle:
If the bundle is password-protected, you'll be prompted to enter your password.
If the bundle uses security questions, you'll be prompted to answer three security questions in sequence.
The tool will display:
cargo install hc_seed_bundle_cli
GPL-3.0 LICENSE