@radai/linear
v0.0.8
Published
Rad AI's custom CLI for Linear.
Downloads
40
Keywords
Readme
Linear Automations
Rad AI's custom CLI for Linear.
Requirements
Node v20
Make sure you have Node v20 installed. You can use nvm to set up and use Node v20.
Export LINEAR_API_KEY
All commands that interact with the Linear API require that you have an environment variable LINEAR_API_KEY
set to an active Linear API key.
If you see an error like Authentication required, not authenticated
, that means you don't have an active Linear API key set.
If you don't have an API key, please reach out to a Linear Admin for more information.
Commands
Get Release Notes
Generate preliminary release notes for teams via status:
npx @radai/linear get-release-notes --team {team key} --status {status}
Revised Estimates
Filter by active cycle:
npx @radai/linear revised-estimates --team {team key}
Filter by named cycle:
npx @radai/linear revised-estimates --team {team key} --cycle {cycle name}