Skip to content

@glrs-dev/cli

Docs content in progress. See the package README for the full documentation while this site is being filled in.

Install

Terminal window
npm i -g @glrs-dev/cli

This pulls in all three sub-tools as dependencies, so one install covers the whole ecosystem.

Usage

Terminal window
glrs oc install # → harness-opencode install
glrs agentic wt new my-feature # → gs-agentic wt new my-feature
glrs assume login aws # → gs-assume login aws
glrs --help
glrs <subcommand> --help

Why 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.