@glrs-dev/cli
Docs content in progress. See the package README for the full documentation while this site is being filled in.
Install
npm i -g @glrs-dev/cliThis pulls in all three sub-tools as dependencies, so one install covers the whole ecosystem.
Usage
glrs oc install # → harness-opencode installglrs agentic wt new my-feature # → gs-agentic wt new my-featureglrs assume login aws # → gs-assume login aws
glrs --helpglrs <subcommand> --helpWhy a dispatcher
Two reasons:
- One install, one mental model. New users don’t need to learn three package names.
- Zero CLI-logic duplication. Each subtool’s flags, help, and behavior live in the subtool. The dispatcher is a thin process-spawn layer, no feature drift.
Power users can still call harness-opencode, gs-agentic / gsag, gs-assume / gsa directly — those bins are published by the underlying packages and promised-stable.