Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tasshi-me/gh-iteration
GitHub CLI extension to operate iteration field of project
https://github.com/tasshi-me/gh-iteration
gh-extension
Last synced: 24 days ago
JSON representation
GitHub CLI extension to operate iteration field of project
- Host: GitHub
- URL: https://github.com/tasshi-me/gh-iteration
- Owner: tasshi-me
- License: mit
- Created: 2024-02-15T15:43:58.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-12-03T20:25:59.000Z (about 1 month ago)
- Last Synced: 2024-12-03T21:25:57.026Z (about 1 month ago)
- Topics: gh-extension
- Language: Go
- Homepage: https://tasshi-me.github.io/gh-iteration/
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# gh iteration
## Documentation
https://tasshi-me.github.io/gh-iteration/
## Installation
```shell
gh extension install tasshi-me/gh-iteration
$ gh auth refresh -s project
```## Example
```shell
# Assign current sprint to all in progress tasksgh iteration items-edit \
--owner "myOrg" \
--project "123" \
--field "Sprint" \
--query "(Item.Type == \"ISSUE\") && (
(Item.Fields.Status.Name endsWith \"In progress\")
|| (Item.Fields.Status.Name endsWith \"In review\")
|| (Item.Fields.Status.Name endsWith \"In testing\")
|| (Item.Fields.Status.Name endsWith \"In AC Check\"))" \
--current
```## License
- [MIT](./LICENSE)