domino-cli (outdated)
A Client to interact with a domino application running on holochain
Usage
)
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