domino_cli

Crates.iodomino_cli
lib.rsdomino_cli
version0.1.1
created_at2025-06-27 18:38:12.160877+00
updated_at2025-07-25 18:40:06.612321+00
descriptionClient to interact with a domino application running on holochain
homepagehttps://github.com/unytco/domino
repository
max_upload_size
id1729225
size192,260
Joel Ulahanna (zo-el)

documentation

README

domino-cli (outdated)

A Client to interact with a domino application running on holochain

Usage

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

Commit count: 0

cargo fmt