@claritylabs/glass-cli
v0.1.0
Published
Command line interface for Glass
Readme
Glass CLI
Command line access to Glass for terminal workflows, scripts, and local automation.
Install
npm install -g @claritylabs/glass-cliAuthenticate
glass auth:login
glass auth:whoami
glass auth:whoami --set-org <orgId>The CLI targets production by default. For preview or local environments, set GLASS_BASE_URL:
GLASS_BASE_URL=http://localhost:8080 glass auth:loginExamples
glass me
glass org
glass policies:list
glass policies:get <policyId>
glass query:ask "What policies expire next month?"