paygress-cli 0.1.9

Pay-per-use compute marketplace using Cashu ecash and Nostr — no accounts, no signups
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// CLI commands module

pub mod batch;
pub mod bootstrap;
pub mod deploy;
pub mod exec;
pub mod identity;
pub mod list;
pub mod mcp;
pub mod provider;
pub mod spawn;
pub mod status;
pub mod system;
pub mod topup;