| Crates.io | domino_cli |
| lib.rs | domino_cli |
| version | 0.1.1 |
| created_at | 2025-06-27 18:38:12.160877+00 |
| updated_at | 2025-07-25 18:40:06.612321+00 |
| description | Client to interact with a domino application running on holochain |
| homepage | https://github.com/unytco/domino |
| repository | |
| max_upload_size | |
| id | 1729225 |
| size | 192,260 |
A Client to interact with a domino application running on holochain
domino_cli 0.1.x
An interface for the Domino app.
USAGE:
domino_cli [OPTIONS] <SUBCOMMAND>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
--admin-port <admin-port> [env: ADMIN_PORT=] [default: 8800]
--app-id <app-id> [env: APP_ID=] [default: domino-progenitor]
--app-port <app-port> [env: APP_PORT=] [default: 30000]
SUBCOMMANDS:
dashboard Display your dashboard
help Prints this message or the help of the given subcommand(s)
progenitor Call a progenitor function, Note: If your not a progenitor most of these commands will fail for
your agent
zome_call Call most zome functions provided by the Domino app. Use at your own risk