piecework_cli

Crates.iopiecework_cli
lib.rspiecework_cli
version0.2.0
created_at2025-03-13 16:24:48.264257+00
updated_at2025-04-02 18:20:50.861281+00
descriptionClient to interact with a piecework application running on holochain
homepagehttps://github.com/unytco/piecework
repository
max_upload_size
id1591074
size201,650
Joel Ulahanna (zo-el)

documentation

README

piecework-cli

A Client to interact with a piecework application running on holochain

Usage

piecework_cli 0.1.x
An interface for the Piecework app.

USAGE:
    piecework_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: piecework-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 Piecework app. Use at your own risk

Commit count: 0

cargo fmt