Describe the feature or problem you’d like to solve
I would like to have search options and filter on the release list command
Proposed solution
For instance if I want to search for all release published in 2023 I would do something like that:
gh --limit 100 --repo scaleway/scaleway-cli release list --search "published_at:2023-1-1...2023-12-31"
Describe the feature or problem you’d like to solve
I would like to have search options and filter on the release list command
Proposed solution
For instance if I want to search for all release published in 2023 I would do something like that: