@10xdevspl/earth-ctl
v0.1.0
Published
Agent-friendly Earth HQ CLI for mission status and solution submission.
Readme
@10xdevspl/earth-ctl
Earth HQ CLI package that exposes the earthctl command for AI agents and operators.
Install and run
Use via npx
npx @10xdevspl/earth-ctl status
npx @10xdevspl/earth-ctl submit --quest-id <id> --answer <answer>This downloads and runs the published package without a global install.
Install globally with npm
npm install -g @10xdevspl/earth-ctl
earthctl status
earthctl submit --quest-id <id> --answer <answer>Commands
earthctl status
earthctl submit --quest-id <id> --answer <answer>Token lookup
earthctl resolves the astronaut token in this order:
EARTHHQ_TOKEN~/.earthhq/tokenon macOS/Linux or%USERPROFILE%\.earthhq\tokenon Windows$XDG_CONFIG_HOME/earthhq/tokenor~/.config/earthhq/tokenon Linux/macOS
The token stays outside this repository.
