https://github.com/417-72ki/gh-milestone
GitHub CLI extension for milestones
https://github.com/417-72ki/gh-milestone
cli github
Last synced: 3 months ago
JSON representation
GitHub CLI extension for milestones
- Host: GitHub
- URL: https://github.com/417-72ki/gh-milestone
- Owner: 417-72KI
- License: mit
- Created: 2023-02-13T09:23:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-13T23:28:15.000Z (about 1 year ago)
- Last Synced: 2024-05-15T02:11:58.093Z (about 1 year ago)
- Topics: cli, github
- Language: Go
- Homepage:
- Size: 223 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gh-milestone
gh-milestone is a [gh](https://github.com/cli/cli) extension to create/list/view/close milestones.
## Installation
```
gh extension install 417-72KI/gh-milestone
```## Usage
### Authorization
You need to set your personal access token of github to `GITHUB_TOKEN` environment variable.
If you use github enterprise, you need to set your api base url to `GITHUB_BASE_URL` environment variable.
### List milestones
```
gh milestone list
```### Create a milestone
```
gh milestone create -t
```### View a milestone
```
gh milestone view
```### Close a milestone
```
gh milestone close
```