linear --help.
Install
clis: section; see the CLI overview.
Verbs
The grammar keeps the noun/verb structure the mount commands spoke (linear issue create, linear team list). Issues are addressed by a
positional key or ID (linear issue get ENG-42); every command emits
normalized JSON, so output pipes straight into jq.
Reads
--team accepts a team key, name, or ID.
Writes
Descriptions and comment bodies also read from stdin:
echo "body" | linear comment add ENG-42.