@usemojo/cli
v0.1.0
Published
Command-line client for the Mojo workload API
Downloads
18
Maintainers
Readme
@usemojo/cli
The official command-line client for Mojo.
npm install --global @usemojo/cli
mojo --helpSet MOJO_API_KEY, then quote and run a workload:
mojo quote research_company --input '{"company":"Acme"}' --max-usd 5
mojo run research_company --input '{"company":"Acme"}' --max-usd 5 --waitThe public API is not live yet. Use MOJO_API_URL to point the CLI at a development environment.
