eas
EAS CLI is the command-line app that you will use to interact with EAS services from your terminal
Subcommands
Name | Description |
---|---|
account:login, login | Log in with your Expo account |
account:logout, logout | Log out |
account:view, whoami | Show the username you are logged in as |
analytics | Display or change analytics settings |
autocomplete | Display autocomplete installation instructions |
branch:create | Create a branch |
branch:delete | Delete a branch |
branch:list | List all branches |
branch:rename | Rename a branch |
branch:view | View a branch |
build | Start a build |
build:cancel | Cancel a build |
build:configure | Configure the project to support EAS build |
build:inspect | Inspect the state of the project at specific build stages, useful for troubleshooting |
build:list | List all builds for your project |
build:submit, submit | Submit app binary to App Store and/or Play Store |
build:version:set | Update version of an app |
build:version:sync | Update a version in native code with a value stored on EAS servers |
build:view | View a build for your project |
channel:create | Create a channel |
channel:edit | Point a channel at a new branch |
channel:list | List all channels |
channel:view | View a channel |
config | Display project configuration (app.json + eas.json) |
credentials | Manage credentials |
device:create | Register new Apple devices to use for internal distribution |
device:delete | Remove a registered device from your account |
device:list | List all registered devices for your account |
device:view | View a device for your project |
diagnostics | Display environment info |
help | Display help for eas-cli |
metadata:pull | Generate the local store configuration from the app stores |
metadata:push | Sync the local store configuration to the app stores |
open | Open the project page in a web browser |
project:info | Information about the current project |
project:init, init | Create or link an EAS project |
secret:create | Create an environment secret on the current project or owner account |
secret:delete | Delete an environment secret by ID |
secret:list | List environment secrets available for your current app |
update | Publish an update group |
update:configure | Configure the project to support EAS update |
update:delete | Delete all the updates in an update group |
update:list | View the recent updates |
update:view | Update group details |
webhook:create | Create a webhook |
webhook:delete | Delete a webhook |
webhook:list | List webhooks |
webhook:update | Update a webhook |
webhook:view | View a webhook |