sg: add command to fetch versions from release registry#63079
Conversation
added a commnad to list versions from the release registry
|
Very minor suggestion, but I think this should be |
Happy to move it! Only reason why I did it this way was to make it clear where the information was coming from. Since I figured that |
|
Loosely-held opinion, but I agree with @BolajiOlajide. Encapsulation is good - it doesn't really matter where the data comes from. I happily approved the PR of course, because an improvement is an improvement! 😁 |
🚀 Lemme move it 🚚 |
Follow up from https://github.com/sourcegraph/sourcegraph/pull/63079 ## Test plan Tested locally ## Changelog
Added a small command to fetch a list of versions from the release registry
sg release registry list --format json | jq '.[] | .versionTest plan
Tested locally
Filtering
Changelog
sg release registry listto list versions from the release registry