@quack-stack/cli
v0.2.2
Published
Quack Stack CLI — continuous product intelligence from your terminal
Maintainers
Readme
@quack-stack/cli
Continuous product intelligence from your terminal.
Install
npm install -g @quack-stack/cliNode 20 or newer is required.
First use
quack login
quack use <shortId>
quack statusquack login opens your browser for an OAuth device-flow authorization. Your access token is written to ~/.config/quack/config with 0600 permissions.
Commands
Run quack --help for the full list. Highlights:
quack status— overview of the current projectquack project list— list projects you have access toquack opportunity list --status open— prioritized opportunitiesquack task next— pick the next task to work onquack search "<query>"— full-text search across findingsquack tool list— every tool in the registry (escape hatch)quack tool call <name> --args '{"key":"val"}'— call any tool directly
Environment overrides
QUACK_API_URL— override the server URLQUACK_TOKEN— override the bearer token (skips the config file)QUACK_PROJECT— default project shortIdQUACK_DEBUG=1— print stack traces on error
License
See the main repo for license and contribution info.
