We are in the process of adopting Shorebird in our company. I'm building the pipeline that will create patches and releases, but it's a bit difficult because we can't get a list of the current releases.
A command like this would be very much appreciated 🙏
shorebird releases list
The plan is to create a new release every time there is a build number in the pubspec.yaml file that does not have a release. We could track this ourselves, but it seems like this should be a feature of the CLI.
The alternative right now seems to be to just try to create a release and let it fail, but that is very hacky and increases the build times. I also looked at the preview command to see if maybe we could derive the list, but it seems like there is no way to just pass the --flavor to it without having the CLI produce an interactive TUI