Octo.exe promote-release based on channel

Is there a way to promote a release from one environment to another limited by channel?

We have a scenario with pre-release packages only going to DEV, and release packages going to DEV and then promoted along a pipeline. We want to have nightly promote’s of projects from DEV to TEST, but the latest in DEV will almost certainly be a pre-release package. Is there a way to promote a channel using octo.exe, or would I need to use the API?

Hi Chris,

No, there is currently no --channel parameter for octo.exe promote-release.

I can certainly see why this would be useful. I have created an issue to support it.

In the meantime, you will have to use the API, as you suggest. Or, octo.exe is open-source. Pull-Requests are welcome :wink:

Regards,
Michael