Skip to content

Channels

Channels are a powerful feature that allows you to distribute different versions of your app to different groups of users. This way, you can test new features with a small group of users before rolling them out to everyone. You can also restrict live updates to native versions of your app to ensure that only compatible updates are delivered.

Create a channel

Create a new channel to distribute different versions of your app.

To create a new channel, use the apps:channels:create command:

npx capawesome apps:channels:create

You will be prompted to select the app you want to create the channel for and to provide the name of the channel. The CLI will then create the channel in the Capawesome Cloud.

To create a new channel, open the Capawesome Cloud Console, navigate to the app you want to create the channel for, and click on the "Channels" menu item. Next, click on the "Create Channel" button and enter the name of the channel you want to create.

Create Channel

Delete a channel

A channel can also be deleted at any time.

To delete a channel, open the Capawesome Cloud Console, navigate to the app you want to delete the channel for, and select the channel you want to delete. In the menu, click on the "Delete" button to delete the channel.

Delete Channel

To delete a channel, use the apps:channels:delete command:

npx capawesome apps:channels:delete

You will be prompted to select the app you want to delete the channel for and to provide the name of the channel. The CLI will then delete the channel from the Capawesome Cloud.