Skip to content

Comments

Add Linear CLI commands: me and my-issues#3

Open
crogger62 wants to merge 2 commits intolinear:mainfrom
crogger62:feat/add-linear-cli-me-and-my-issues
Open

Add Linear CLI commands: me and my-issues#3
crogger62 wants to merge 2 commits intolinear:mainfrom
crogger62:feat/add-linear-cli-me-and-my-issues

Conversation

@crogger62
Copy link

Two quick CLI apps that tell you:

  1. me.ts - who the current user is. run npm run me
  2. myIssues.ts- listing all of the issues assigned to the current user. run npm run my-issues
  • Adds npm run me and npm run my-issues
  • Adds shared client helper at linearClient.ts for .env loading and LINEAR_API_KEY validation
  • Updates .gitignore to ignore .env
  • Includes required dependencies/scripts in root package.json
  • Verified locally by running both commands successfully

@crogger62
Copy link
Author

quick test steps:
npm install
npm run me
npm run my-issues

@blkinney
Copy link
Collaborator

@crogger62 What's the use case for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants