9.0.0 • Published 1 day ago

@expo/eas-json v9.0.0

Weekly downloads
1,049
License
MIT
Repository
github
Last release
1 day ago

eas-cli

EAS command line tool

oclif Version Downloads/week License

Usage

$ npm install -g eas-cli
$ eas COMMAND
running command...
$ eas (-v|--version|version)
eas-cli/0.1.2 darwin-x64 node-v14.15.0
$ eas --help [COMMAND]
USAGE
  $ eas COMMAND
...

Commands

eas account:login

log in with your Expo account

USAGE
  $ eas account:login

ALIASES
  $ eas login

See code: build/commands/account/login.ts

eas account:logout

log out

USAGE
  $ eas account:logout

ALIASES
  $ eas logout

See code: build/commands/account/logout.ts

eas account:view

show the username you are logged in as

USAGE
  $ eas account:view

ALIASES
  $ eas whoami

See code: build/commands/account/view.ts

eas build

Start a build

USAGE
  $ eas build

OPTIONS
  -p, --platform=(android|ios|all)
  --non-interactive                 Run command in --non-interactive mode
  --profile=profile                 [default: release] Name of the build profile from eas.json
  --skip-credentials-check          Skip validation of build credentials
  --skip-project-configuration      Skip project configuration
  --wait                            Wait for build(s) to complete

See code: build/commands/build/index.ts

eas build:configure

Configure the project to support EAS Build.

USAGE
  $ eas build:configure

OPTIONS
  -p, --platform=(android|ios|all)  Platform to configure
  --allow-experimental              Enable experimental configuration steps.

See code: build/commands/build/configure.ts

eas build:list

list all builds for your project

USAGE
  $ eas build:list

OPTIONS
  --limit=limit
  --platform=(all|android|ios)
  --status=(in-queue|in-progress|errored|finished)

See code: build/commands/build/list.ts

eas build:view [BUILDID]

view a build for your project

USAGE
  $ eas build:view [BUILDID]

See code: build/commands/build/view.ts

eas credentials

Manage your credentials

USAGE
  $ eas credentials

See code: build/commands/credentials.ts

eas device:create

register new Apple Devices to use for internal distribution

USAGE
  $ eas device:create

See code: build/commands/device/create.ts

eas device:list

list all registered devices for your account

USAGE
  $ eas device:list

OPTIONS
  --apple-team-id=apple-team-id

See code: build/commands/device/list.ts

eas device:view [UDID]

view a device for your project

USAGE
  $ eas device:view [UDID]

See code: build/commands/device/view.ts

eas help [COMMAND]

display help for eas

USAGE
  $ eas help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

eas submit --platform=(android|ios)

Submits build artifact to app store

USAGE
  $ eas submit --platform=(android|ios)

OPTIONS
  -p, --platform=(android|ios)                                       For which platform you want to submit a build

  Android specific options=android-package                           Android package name (default: expo.android.package
                                                                     from app config)

  iOS specific options=app-name                                      The name of your app as it will appear on the App
                                                                     Store (default: expo.name from app config)

  iOS specific options=apple-id                                      Your Apple ID username (you can also set
                                                                     EXPO_APPLE_ID env variable)

  iOS specific options=apple-team-id                                 Your Apple Developer Team ID

  iOS specific options=asc-app-id                                    App Store Connect unique application Apple ID
                                                                     number. Providing this param results in skipping
                                                                     app creation step. Learn more:
                                                                     https://expo.fyi/asc-app-id

  iOS specific options=bundle-identifier                             Your iOS Bundle Identifier (default:
                                                                     expo.ios.bundleIdentifier from app config)

  iOS specific options=company-name                                  The name of your company, needed only for the first
                                                                     upload of any app to App Store

  --id=id                                                            ID of the build to submit

  Android specific options=key                                       Path to the JSON key used to authenticate with
                                                                     Google Play

  iOS specific options=language                                      [default: en-US] Primary language (e.g. English,
                                                                     German, ...)

  --latest                                                           Submit the latest build for specified platform

  --path=path                                                        Path to the .apk/.aab file

  Android specific options=(completed|draft|halted|inProgress)       [default: completed] Release status (used when
                                                                     uploading new APKs/AABs)

  iOS specific options=sku                                           An unique ID for your app that is not visible on
                                                                     the App Store, will be generated unless provided

  Android specific options=(production|beta|alpha|internal|rollout)  [default: internal] The track of the application to
                                                                     use

  Android specific options=(apk|aab)                                 Android archive type

  --url=url                                                          App archive url

  --verbose                                                          Always print logs from Submission Service

ALIASES
  $ eas build:submit

EXAMPLES
  $ eas submit --platform=ios
       - Fully interactive iOS submission

  $ eas submit --platform=android
       - Fully interactive Android submission

  $ eas submit -p android --latest --key=/path/to/google-services.json
       - Minimal non-interactive Android submission, however it can ask you for other params if not specified

  $ EXPO_APPLE_APP_SPECIFIC_PASSWORD=xxx eas submit -p ios --latest --apple-id=user@example.com --asc-app-id=1234567890,
       - Minimal non-interactive iOS submission, assuming you already have an app in App Store Connect
         and provide its App ID

See code: build/commands/submit.ts

9.0.0

1 day ago

8.0.0

8 days ago

7.8.4

15 days ago

7.8.0

1 month ago

7.7.0

1 month ago

7.6.1

2 months ago

7.5.0

2 months ago

7.4.0

2 months ago

7.3.0

3 months ago

7.1.3

3 months ago

7.1.2

3 months ago

7.1.1

3 months ago

7.1.0

3 months ago

7.0.0

4 months ago

6.1.0

4 months ago

6.0.0

4 months ago

5.9.3

5 months ago

5.9.2

5 months ago

5.3.1

7 months ago

5.3.0

8 months ago

3.17.0

10 months ago

4.0.0

9 months ago

5.0.0

9 months ago

3.18.0

9 months ago

5.5.0

7 months ago

5.1.0

8 months ago

3.15.1

10 months ago

5.2.0

8 months ago

4.1.0

9 months ago

5.7.0

6 months ago

3.12.1

12 months ago

3.13.0

12 months ago

3.9.2

1 year ago

3.9.1

1 year ago

3.9.0

1 year ago

3.10.1

1 year ago

3.8.0

1 year ago

3.10.2

1 year ago

3.11.0

1 year ago

3.7.0

1 year ago

3.6.1

1 year ago

3.6.0

1 year ago

3.0.0

1 year ago

3.3.0

1 year ago

3.5.0

1 year ago

3.3.2

1 year ago

2.2.0

2 years ago

2.6.0

2 years ago

2.8.0

1 year ago

2.7.0

1 year ago

2.7.1

1 year ago

2.1.0

2 years ago

1.2.0

2 years ago

1.0.0

2 years ago

0.60.0

2 years ago

0.59.0

2 years ago

0.57.0

2 years ago

0.55.0

2 years ago

2.0.0

2 years ago

1.1.1

2 years ago

0.58.0

2 years ago

0.56.0

2 years ago

0.54.0

2 years ago

0.53.0

2 years ago

0.53.1

2 years ago

0.51.0

2 years ago

0.52.0

2 years ago

0.50.0

2 years ago

0.49.0

2 years ago

0.48.0

2 years ago

0.43.0

2 years ago

0.46.0

2 years ago

0.44.0

2 years ago

0.42.3

2 years ago

0.45.1

2 years ago

0.47.0

2 years ago

0.45.0

2 years ago

0.41.0

2 years ago

0.38.3

2 years ago

0.40.0

2 years ago

0.39.0

2 years ago

0.38.2

2 years ago

0.38.0

2 years ago

0.36.0

2 years ago

0.34.1

3 years ago

0.34.0

3 years ago

0.37.0

2 years ago

0.35.0

3 years ago

0.33.0

3 years ago

0.32.0

3 years ago

0.31.0

3 years ago

0.30.0

3 years ago

0.29.0

3 years ago

0.28.2

3 years ago

0.28.0

3 years ago

0.27.0

3 years ago

0.26.0

3 years ago

0.25.0

3 years ago

0.24.0

3 years ago

0.23.0

3 years ago

0.22.3

3 years ago

0.22.2

3 years ago

0.22.1

3 years ago

0.22.0

3 years ago

0.21.0

3 years ago

0.20.0

3 years ago

0.19.0

3 years ago

0.18.2

3 years ago

0.18.0

3 years ago

0.16.0

3 years ago

0.17.0

3 years ago

0.11.0

3 years ago

0.12.0

3 years ago

0.13.0

3 years ago

0.14.0

3 years ago

0.15.0

3 years ago

0.15.1

3 years ago

0.10.0

3 years ago

0.9.0

3 years ago

0.8.0

3 years ago

0.7.0

3 years ago

0.6.0

3 years ago

0.5.0

3 years ago

0.4.3

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.0-alpha.20

3 years ago

0.1.0-alpha.13

3 years ago

0.1.0-alpha.12

3 years ago

0.1.0-alpha.11

3 years ago

0.1.0-alpha.10

3 years ago