https://github.com/alexinslc/linear-cli
A CLI for Linear that allows you to quickly view, create and update issues written in Go.
https://github.com/alexinslc/linear-cli
cli command-line go hacktoberfest linear
Last synced: 28 days ago
JSON representation
A CLI for Linear that allows you to quickly view, create and update issues written in Go.
- Host: GitHub
- URL: https://github.com/alexinslc/linear-cli
- Owner: alexinslc
- License: mit
- Created: 2023-10-02T00:08:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-06T01:58:16.000Z (over 1 year ago)
- Last Synced: 2025-03-30T22:05:08.505Z (2 months ago)
- Topics: cli, command-line, go, hacktoberfest, linear
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# linear-cli
A CLI for Linear that allows you to quickly view, create and update issues written in Go.## Commands
Planned commands:
* Auth
- [ ] `lr auth login` - login to Linear via OAuth* Issue
- [ ] `lr issue list` - list issues
- [ ] `lr issue view` - view an issue
- [ ] `lr issue create` - create an issue
- [ ] `lr issue update` - update an issue*
- [ ] `lr issue delete` - delete an issue*
- [ ] `lr issue comment` - comment on an issue*
- [ ] `lr issue assign` - assign an issue** Project
- [ ] `lr project list` - list projects
- [ ] `lr project create` - create a project
- [ ] `lr project update` - update a project
- [ ] `lr project delete` - delete a project* Cache
- [ ] `lr cache clear` - clear the cache
- [ ] `lr cache show` - show the cache
- [ ] `lr cache update` - update the cache## Installation
* Create installation instructions for `go get` and `brew`
## Contributing
* Make a PR!