A Linear CLI tool built in Rust.
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.
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