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?

@crogger62
Copy link
Author

Originally I was looking to use these apps for demo flows but since we are doing these out of Rideshare, which is not connected here in the right way, I won't be using them for that purpose.

Beyond that they are simple example apps for accessing the API. So if someone wanted a starting place, this could work. Not sure that is a valid flow anymore given how well the agents can code it directly. No worries if you don't merge it.

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