| Crates.io | piecework_cli |
| lib.rs | piecework_cli |
| version | 0.2.0 |
| created_at | 2025-03-13 16:24:48.264257+00 |
| updated_at | 2025-04-02 18:20:50.861281+00 |
| description | Client to interact with a piecework application running on holochain |
| homepage | https://github.com/unytco/piecework |
| repository | |
| max_upload_size | |
| id | 1591074 |
| size | 201,650 |
A Client to interact with a piecework application running on holochain
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