GitXplorerGitXplorer
m

linear-cli

public
5 stars
1 forks
4 issues

Commits

List of commits on branch master.
Verified
7ffd14fd4d4336cbd4cb904140940263f4c39a41

Update README.md

mmax-muoto committed 7 months ago
Unverified
dd94d591bea19a202ac15421a2e25ebf18872175

Update docs

mmax-muoto committed 8 months ago
Unverified
9ac9dc1688b423d6bf1f6efe4d435d4d25959ad5

Use MacOs keychain manager for storing API keys

mmax-muoto committed 8 months ago
Unverified
6c1ceb341b243c64b7fafd06f9980ade6ae38fb8

Move CI jobs to run on macos

mmax-muoto committed a year ago
Unverified
4b161a1979d005a5aec24943bc0efdb1be31e096

Flesh out cargo.toml metadata

mmax-muoto committed a year ago
Unverified
8f371a3d6d8aad6dad07a4bfa5e04129f7a87420

Split out tests run

mmax-muoto committed a year ago

README

The README file for this repository.

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