Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 549 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 549 Bytes

Linear CLI

A Linear CLI tool built in Rust.

Setup

To configure access with the Linear API, set an environment variable, LINEAR_API_KEY with your personal API key. You can create a new API key in Linear's settings here.

Basic Commands

Currently three commands are supported:

  • li init : Initialize the CLI with your Linear API key.
  • li create: Create issue for a given team.
  • li view: View currently assigned issues.

To view all available commands:

li help