Expo Custom
Updates System

1. Create or choose a Project

Open Admin, use the project switcher, then manage the selected project from Setting.

Project Setting

2. Prepare Channels

Default and production are created automatically. Add extra channels like staging when you need them.

Manage Channels

3. Connect the CLI

Copy your API key and initialize the CLI with the selected project id.

Get API Key

4. Upload and promote

Upload deployments from the CLI, then promote a deployment to the target channel in Admin.

View Deployments
CLI initialization
ecus init --url <server-url> --projectId <project-id> --apikey <api-key>