Skip to content

Quick start

Terminal window
lnr auth login

lnr opens Linear in your browser and stores the resulting OAuth token with restricted file permissions.

Terminal window
lnr config

Choose the team, labels, estimate, and workflow status used by quick creation.

Terminal window
lnr quick "Fix flaky deployment check"

lnr prints the branch name by default. Add --checkout to create that Git branch immediately:

Terminal window
lnr quick --checkout "Fix flaky deployment check"

Open the complete interactive form when the issue needs more context:

Terminal window
lnr issue create