Programmatically deploy latest app release on a channel

Hi, we want to create a staging cluster with Kurl, to test our application.

We have a ci/cd pipeline that gets the latest code and releases it to a channel.
Is there a way to programmatically get the cluster to get the latest on the channel. We don’t want to have to log on to the kots admin console and press buttons.

It sounds like you’re asking whether you can check for updates and deploy those updates programmatically instead of in the Admin Console.

If so, you can use the KOTS CLI for this. Check out this documentation.