eas-cli 6.0.0 → 6.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +81 -59
- package/build/analytics/AnalyticsManager.js +4 -4
- package/build/branch/queries.js +4 -4
- package/build/build/android/build.js +8 -9
- package/build/build/android/syncProjectConfiguration.d.ts +1 -3
- package/build/build/android/syncProjectConfiguration.js +3 -3
- package/build/build/android/version.js +3 -3
- package/build/build/build.d.ts +1 -1
- package/build/build/build.js +6 -6
- package/build/build/configure.js +3 -33
- package/build/build/context.d.ts +1 -1
- package/build/build/createContext.d.ts +2 -2
- package/build/build/createContext.js +3 -3
- package/build/build/ios/build.js +9 -10
- package/build/build/ios/syncProjectConfiguration.d.ts +1 -3
- package/build/build/ios/syncProjectConfiguration.js +3 -3
- package/build/build/ios/version.js +3 -3
- package/build/build/local.js +1 -1
- package/build/build/metadata.js +4 -4
- package/build/build/queries.js +1 -1
- package/build/build/runBuildAndSubmit.d.ts +1 -1
- package/build/build/runBuildAndSubmit.js +12 -13
- package/build/build/types.js +2 -2
- package/build/build/utils/devClient.js +1 -1
- package/build/build/utils/formatBuild.js +1 -1
- package/build/build/utils/printBuildInfo.js +1 -1
- package/build/build/utils/version.js +1 -1
- package/build/channel/print-utils.js +5 -5
- package/build/channel/queries.d.ts +1 -1
- package/build/channel/queries.js +2 -2
- package/build/commandUtils/EasCommand.js +4 -4
- package/build/commandUtils/builds.d.ts +14 -0
- package/build/commandUtils/builds.js +79 -0
- package/build/commandUtils/context/AnalyticsContextField.d.ts +1 -1
- package/build/commandUtils/context/DynamicProjectConfigContextField.d.ts +1 -1
- package/build/commandUtils/context/DynamicProjectConfigContextField.js +1 -1
- package/build/commandUtils/context/LoggedInContextField.d.ts +2 -2
- package/build/commandUtils/context/LoggedInContextField.js +2 -2
- package/build/commandUtils/context/MaybeLoggedInContextField.d.ts +2 -2
- package/build/commandUtils/context/MaybeLoggedInContextField.js +2 -2
- package/build/commandUtils/context/OptionalPrivateProjectConfigContextField.js +1 -1
- package/build/commandUtils/context/PrivateProjectConfigContextField.js +1 -1
- package/build/commandUtils/context/SessionManagementContextField.d.ts +1 -1
- package/build/commandUtils/context/VcsClientContextField.d.ts +1 -1
- package/build/commandUtils/context/VcsClientContextField.js +1 -1
- package/build/commandUtils/context/contextUtils/getProjectIdAsync.js +2 -2
- package/build/commandUtils/gating/FeatureGateKey.js +1 -1
- package/build/commands/account/login.js +3 -3
- package/build/commands/account/logout.js +2 -2
- package/build/commands/account/view.js +4 -4
- package/build/commands/analytics.js +1 -1
- package/build/commands/branch/create.js +3 -3
- package/build/commands/branch/delete.js +3 -3
- package/build/commands/branch/list.js +3 -3
- package/build/commands/branch/publish.js +1 -1
- package/build/commands/branch/rename.js +3 -3
- package/build/commands/branch/view.js +3 -3
- package/build/commands/build/cancel.d.ts +7 -1
- package/build/commands/build/cancel.js +35 -56
- package/build/commands/build/configure.js +6 -11
- package/build/commands/build/delete.d.ts +24 -0
- package/build/commands/build/delete.js +115 -0
- package/build/commands/build/index.js +3 -3
- package/build/commands/build/inspect.js +3 -3
- package/build/commands/build/internal.js +3 -3
- package/build/commands/build/list.js +3 -3
- package/build/commands/build/resign.js +3 -3
- package/build/commands/build/run.js +3 -3
- package/build/commands/build/version/get.js +3 -3
- package/build/commands/build/version/set.js +4 -4
- package/build/commands/build/version/sync.js +3 -3
- package/build/commands/build/view.js +3 -3
- package/build/commands/channel/create.js +3 -3
- package/build/commands/channel/delete.js +3 -3
- package/build/commands/channel/edit.js +3 -3
- package/build/commands/channel/list.js +3 -3
- package/build/commands/channel/rollout.js +4 -5
- package/build/commands/channel/view.js +3 -3
- package/build/commands/config.js +3 -3
- package/build/commands/credentials.js +3 -3
- package/build/commands/device/create.js +2 -2
- package/build/commands/device/delete.js +3 -3
- package/build/commands/device/list.js +3 -3
- package/build/commands/device/rename.js +3 -3
- package/build/commands/device/view.js +3 -3
- package/build/commands/diagnostics.js +2 -2
- package/build/commands/metadata/lint.js +3 -3
- package/build/commands/metadata/pull.js +3 -3
- package/build/commands/metadata/push.js +3 -3
- package/build/commands/open.js +2 -3
- package/build/commands/project/info.js +2 -2
- package/build/commands/project/init.js +12 -12
- package/build/commands/secret/create.js +3 -3
- package/build/commands/secret/delete.js +3 -3
- package/build/commands/secret/list.js +2 -2
- package/build/commands/secret/push.js +3 -3
- package/build/commands/submit.js +3 -3
- package/build/commands/update/configure.js +4 -4
- package/build/commands/update/delete.js +3 -3
- package/build/commands/update/index.js +4 -4
- package/build/commands/update/list.js +3 -3
- package/build/commands/update/republish.js +3 -3
- package/build/commands/update/roll-back-to-embedded.js +4 -4
- package/build/commands/update/rollback.js +3 -3
- package/build/commands/update/view.js +3 -3
- package/build/commands/webhook/create.js +3 -3
- package/build/commands/webhook/delete.js +3 -3
- package/build/commands/webhook/list.js +3 -3
- package/build/commands/webhook/update.js +3 -3
- package/build/commands/webhook/view.js +3 -3
- package/build/credentials/android/AndroidCredentialsProvider.d.ts +1 -1
- package/build/credentials/android/AndroidCredentialsProvider.js +1 -1
- package/build/credentials/android/actions/RemoveKeystore.js +1 -1
- package/build/credentials/android/actions/SetUpBuildCredentials.js +2 -2
- package/build/credentials/android/actions/SetUpBuildCredentialsFromCredentialsJson.js +1 -1
- package/build/credentials/android/actions/SetUpGoogleServiceAccountKey.js +3 -3
- package/build/credentials/android/api/GraphqlClient.js +2 -2
- package/build/credentials/context.d.ts +3 -3
- package/build/credentials/context.js +3 -3
- package/build/credentials/credentialsJson/read.d.ts +1 -1
- package/build/credentials/credentialsJson/update.js +2 -2
- package/build/credentials/credentialsJson/utils.d.ts +1 -1
- package/build/credentials/ios/IosCredentialsProvider.d.ts +1 -1
- package/build/credentials/ios/IosCredentialsProvider.js +4 -4
- package/build/credentials/ios/actions/AscApiKeyUtils.js +2 -2
- package/build/credentials/ios/actions/AssignAscApiKey.d.ts +1 -1
- package/build/credentials/ios/actions/AssignAscApiKey.js +1 -1
- package/build/credentials/ios/actions/AssignPushKey.js +1 -1
- package/build/credentials/ios/actions/BuildCredentialsUtils.js +1 -1
- package/build/credentials/ios/actions/CreateAscApiKey.d.ts +1 -1
- package/build/credentials/ios/actions/CreateAscApiKey.js +1 -1
- package/build/credentials/ios/actions/CreateDistributionCertificate.js +1 -1
- package/build/credentials/ios/actions/CreateProvisioningProfile.js +2 -2
- package/build/credentials/ios/actions/CreatePushKey.js +1 -1
- package/build/credentials/ios/actions/DeviceUtils.js +1 -1
- package/build/credentials/ios/actions/DistributionCertificateUtils.js +1 -1
- package/build/credentials/ios/actions/PushKeyUtils.js +1 -1
- package/build/credentials/ios/actions/RemoveAscApiKey.js +1 -1
- package/build/credentials/ios/actions/RemoveDistributionCertificate.js +2 -2
- package/build/credentials/ios/actions/RemovePushKey.js +1 -1
- package/build/credentials/ios/actions/SetUpAdhocProvisioningProfile.js +18 -4
- package/build/credentials/ios/actions/SetUpAscApiKey.d.ts +1 -1
- package/build/credentials/ios/actions/SetUpAscApiKey.js +4 -4
- package/build/credentials/ios/actions/SetUpBuildCredentials.js +1 -1
- package/build/credentials/ios/actions/SetUpBuildCredentialsFromCredentialsJson.js +1 -1
- package/build/credentials/ios/actions/SetUpDistributionCertificate.js +3 -3
- package/build/credentials/ios/actions/SetUpInternalProvisioningProfile.js +3 -3
- package/build/credentials/ios/actions/SetUpProvisioningProfile.js +4 -4
- package/build/credentials/ios/actions/SetUpPushKey.js +2 -2
- package/build/credentials/ios/actions/SetUpTargetBuildCredentials.js +2 -2
- package/build/credentials/ios/actions/SetUpTargetBuildCredentialsFromCredentialsJson.js +1 -1
- package/build/credentials/ios/api/GraphqlClient.d.ts +4 -4
- package/build/credentials/ios/api/GraphqlClient.js +4 -4
- package/build/credentials/ios/appstore/AppStoreApi.d.ts +2 -1
- package/build/credentials/ios/appstore/AppStoreApi.js +1 -1
- package/build/credentials/ios/appstore/CredentialsUtils.d.ts +1 -1
- package/build/credentials/ios/appstore/ascApiKey.d.ts +1 -1
- package/build/credentials/ios/appstore/ascApiKey.js +1 -1
- package/build/credentials/ios/appstore/authenticate.d.ts +1 -1
- package/build/credentials/ios/appstore/authenticate.js +2 -2
- package/build/credentials/ios/appstore/authenticateTypes.js +2 -2
- package/build/credentials/ios/appstore/capabilityIdentifiers.js +1 -1
- package/build/credentials/ios/appstore/distributionCertificate.js +1 -1
- package/build/credentials/ios/appstore/ensureAppExists.js +2 -2
- package/build/credentials/ios/appstore/provisioningProfile.js +4 -4
- package/build/credentials/ios/appstore/provisioningProfileAdhoc.js +2 -2
- package/build/credentials/ios/appstore/pushKey.js +1 -1
- package/build/credentials/ios/appstore/resolveCredentials.d.ts +1 -1
- package/build/credentials/ios/appstore/resolveCredentials.js +2 -2
- package/build/credentials/ios/credentials.d.ts +1 -1
- package/build/credentials/ios/credentials.js +1 -1
- package/build/credentials/manager/Actions.js +3 -3
- package/build/credentials/manager/IosActions.d.ts +1 -1
- package/build/credentials/manager/ManageAndroid.js +7 -7
- package/build/credentials/manager/ManageIos.js +5 -5
- package/build/credentials/manager/SelectAndroidBuildCredentials.js +2 -2
- package/build/credentials/manager/SelectPlatform.js +1 -1
- package/build/devices/actions/create/action.js +3 -3
- package/build/devices/actions/create/currentMachineMethod.js +1 -1
- package/build/devices/actions/create/inputMethod.js +1 -1
- package/build/devices/manager.d.ts +1 -1
- package/build/devices/manager.js +1 -1
- package/build/devices/queries.d.ts +1 -1
- package/build/devices/queries.js +1 -1
- package/build/eas-update/utils.d.ts +1 -0
- package/build/graphql/generated.d.ts +1592 -1534
- package/build/graphql/generated.js +75 -70
- package/build/graphql/queries/EnvironmentSecretsQuery.js +1 -1
- package/build/graphql/types/EnvironmentSecret.js +1 -1
- package/build/graphql/types/credentials/AndroidAppCredentials.js +1 -1
- package/build/graphql/types/credentials/AppleDistributionCertificate.js +1 -1
- package/build/graphql/types/credentials/ApplePushKey.js +1 -1
- package/build/graphql/types/credentials/IosAppCredentials.js +1 -1
- package/build/log.js +1 -1
- package/build/metadata/apple/tasks/index.d.ts +1 -1
- package/build/metadata/config/issue.js +1 -1
- package/build/metadata/config/resolve.d.ts +1 -1
- package/build/metadata/config/resolve.js +2 -3
- package/build/metadata/config/validate.js +1 -1
- package/build/metadata/download.js +3 -3
- package/build/metadata/upload.js +3 -3
- package/build/metadata/utils/ajv.js +2 -2
- package/build/platform.js +1 -1
- package/build/project/android/applicationId.d.ts +1 -1
- package/build/project/android/applicationId.js +1 -1
- package/build/project/android/gradle.js +1 -1
- package/build/project/android/versions.d.ts +1 -1
- package/build/project/ios/target.d.ts +1 -1
- package/build/project/ios/target.js +2 -2
- package/build/project/publish.js +4 -4
- package/build/rollout/actions/CreateRollout.js +2 -4
- package/build/rollout/actions/EndRollout.js +1 -1
- package/build/rollout/actions/ManageRollout.d.ts +2 -2
- package/build/rollout/actions/ManageRollout.js +3 -3
- package/build/rollout/actions/NonInteractiveRollout.d.ts +3 -3
- package/build/rollout/actions/NonInteractiveRollout.js +5 -5
- package/build/rollout/actions/RolloutMainMenu.d.ts +2 -2
- package/build/rollout/actions/RolloutMainMenu.js +4 -4
- package/build/rollout/utils.d.ts +1 -1
- package/build/rollout/utils.js +1 -1
- package/build/run/android/aapt.js +1 -1
- package/build/run/android/adb.js +1 -1
- package/build/run/android/emulator.js +2 -2
- package/build/run/ios/simulator.js +1 -1
- package/build/run/ios/systemRequirements.js +2 -2
- package/build/run/run.js +1 -1
- package/build/submit/ArchiveSource.js +3 -3
- package/build/submit/BaseSubmitter.d.ts +2 -2
- package/build/submit/BaseSubmitter.js +1 -1
- package/build/submit/android/AndroidSubmitCommand.js +2 -2
- package/build/submit/android/AndroidSubmitter.d.ts +1 -1
- package/build/submit/android/AndroidSubmitter.js +1 -1
- package/build/submit/android/ServiceAccountSource.js +1 -1
- package/build/submit/commons.js +1 -1
- package/build/submit/ios/AppProduce.js +1 -1
- package/build/submit/ios/AppSpecificPasswordSource.js +1 -1
- package/build/submit/ios/AscApiKeySource.js +1 -1
- package/build/submit/ios/IosSubmitCommand.js +4 -4
- package/build/submit/ios/IosSubmitter.d.ts +2 -2
- package/build/submit/ios/IosSubmitter.js +2 -2
- package/build/submit/submit.d.ts +1 -1
- package/build/submit/submit.js +4 -4
- package/build/submit/utils/logs.js +1 -1
- package/build/update/android/UpdatesModule.d.ts +1 -2
- package/build/update/android/UpdatesModule.js +3 -5
- package/build/update/configure.d.ts +1 -6
- package/build/update/configure.js +8 -46
- package/build/update/ios/UpdatesModule.d.ts +1 -2
- package/build/update/ios/UpdatesModule.js +2 -4
- package/build/update/queries.js +1 -1
- package/build/user/SessionManager.js +3 -3
- package/build/user/actions.d.ts +1 -1
- package/build/user/fetchSessionSecretAndSsoUser.js +1 -1
- package/build/user/fetchSessionSecretAndUser.js +1 -1
- package/build/utils/download.js +3 -3
- package/build/utils/expoCli.js +1 -1
- package/build/utils/progress.js +1 -1
- package/build/utils/queries.js +1 -1
- package/build/utils/relay.js +2 -2
- package/build/vcs/clients/gitNoCommit.js +1 -1
- package/oclif.manifest.json +70 -1
- package/package.json +39 -37
package/README.md
CHANGED
|
@@ -68,6 +68,7 @@ eas --help COMMAND
|
|
|
68
68
|
* [`eas build`](#eas-build)
|
|
69
69
|
* [`eas build:cancel [BUILD_ID]`](#eas-buildcancel-build_id)
|
|
70
70
|
* [`eas build:configure`](#eas-buildconfigure)
|
|
71
|
+
* [`eas build:delete [BUILD_ID]`](#eas-builddelete-build_id)
|
|
71
72
|
* [`eas build:inspect`](#eas-buildinspect)
|
|
72
73
|
* [`eas build:list`](#eas-buildlist)
|
|
73
74
|
* [`eas build:resign`](#eas-buildresign)
|
|
@@ -135,7 +136,7 @@ ALIASES
|
|
|
135
136
|
$ eas login
|
|
136
137
|
```
|
|
137
138
|
|
|
138
|
-
_See code: [src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
139
|
+
_See code: [src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/account/login.ts)_
|
|
139
140
|
|
|
140
141
|
## `eas account:logout`
|
|
141
142
|
|
|
@@ -152,7 +153,7 @@ ALIASES
|
|
|
152
153
|
$ eas logout
|
|
153
154
|
```
|
|
154
155
|
|
|
155
|
-
_See code: [src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
156
|
+
_See code: [src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/account/logout.ts)_
|
|
156
157
|
|
|
157
158
|
## `eas account:view`
|
|
158
159
|
|
|
@@ -169,7 +170,7 @@ ALIASES
|
|
|
169
170
|
$ eas whoami
|
|
170
171
|
```
|
|
171
172
|
|
|
172
|
-
_See code: [src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
173
|
+
_See code: [src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/account/view.ts)_
|
|
173
174
|
|
|
174
175
|
## `eas analytics [STATUS]`
|
|
175
176
|
|
|
@@ -183,7 +184,7 @@ DESCRIPTION
|
|
|
183
184
|
display or change analytics settings
|
|
184
185
|
```
|
|
185
186
|
|
|
186
|
-
_See code: [src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
187
|
+
_See code: [src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/analytics.ts)_
|
|
187
188
|
|
|
188
189
|
## `eas autocomplete [SHELL]`
|
|
189
190
|
|
|
@@ -235,7 +236,7 @@ DESCRIPTION
|
|
|
235
236
|
create a branch
|
|
236
237
|
```
|
|
237
238
|
|
|
238
|
-
_See code: [src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
239
|
+
_See code: [src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/branch/create.ts)_
|
|
239
240
|
|
|
240
241
|
## `eas branch:delete [NAME]`
|
|
241
242
|
|
|
@@ -256,7 +257,7 @@ DESCRIPTION
|
|
|
256
257
|
delete a branch
|
|
257
258
|
```
|
|
258
259
|
|
|
259
|
-
_See code: [src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
260
|
+
_See code: [src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/branch/delete.ts)_
|
|
260
261
|
|
|
261
262
|
## `eas branch:list`
|
|
262
263
|
|
|
@@ -276,7 +277,7 @@ DESCRIPTION
|
|
|
276
277
|
list all branches
|
|
277
278
|
```
|
|
278
279
|
|
|
279
|
-
_See code: [src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
280
|
+
_See code: [src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/branch/list.ts)_
|
|
280
281
|
|
|
281
282
|
## `eas branch:rename`
|
|
282
283
|
|
|
@@ -296,7 +297,7 @@ DESCRIPTION
|
|
|
296
297
|
rename a branch
|
|
297
298
|
```
|
|
298
299
|
|
|
299
|
-
_See code: [src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
300
|
+
_See code: [src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/branch/rename.ts)_
|
|
300
301
|
|
|
301
302
|
## `eas branch:view [NAME]`
|
|
302
303
|
|
|
@@ -319,7 +320,7 @@ DESCRIPTION
|
|
|
319
320
|
view a branch
|
|
320
321
|
```
|
|
321
322
|
|
|
322
|
-
_See code: [src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
323
|
+
_See code: [src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/branch/view.ts)_
|
|
323
324
|
|
|
324
325
|
## `eas build`
|
|
325
326
|
|
|
@@ -349,7 +350,7 @@ DESCRIPTION
|
|
|
349
350
|
start a build
|
|
350
351
|
```
|
|
351
352
|
|
|
352
|
-
_See code: [src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
353
|
+
_See code: [src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/build/index.ts)_
|
|
353
354
|
|
|
354
355
|
## `eas build:cancel [BUILD_ID]`
|
|
355
356
|
|
|
@@ -357,16 +358,18 @@ cancel a build
|
|
|
357
358
|
|
|
358
359
|
```
|
|
359
360
|
USAGE
|
|
360
|
-
$ eas build:cancel [BUILD_ID] [--non-interactive]
|
|
361
|
+
$ eas build:cancel [BUILD_ID] [--non-interactive] [-p android|ios|all] [-e <value>]
|
|
361
362
|
|
|
362
363
|
FLAGS
|
|
363
|
-
|
|
364
|
+
-e, --profile=PROFILE_NAME Filter builds by build profile if build ID is not provided
|
|
365
|
+
-p, --platform=(android|ios|all) Filter builds by the platform if build ID is not provided
|
|
366
|
+
--non-interactive Run the command in non-interactive mode.
|
|
364
367
|
|
|
365
368
|
DESCRIPTION
|
|
366
369
|
cancel a build
|
|
367
370
|
```
|
|
368
371
|
|
|
369
|
-
_See code: [src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
372
|
+
_See code: [src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/build/cancel.ts)_
|
|
370
373
|
|
|
371
374
|
## `eas build:configure`
|
|
372
375
|
|
|
@@ -383,7 +386,26 @@ DESCRIPTION
|
|
|
383
386
|
configure the project to support EAS Build
|
|
384
387
|
```
|
|
385
388
|
|
|
386
|
-
_See code: [src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
389
|
+
_See code: [src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/build/configure.ts)_
|
|
390
|
+
|
|
391
|
+
## `eas build:delete [BUILD_ID]`
|
|
392
|
+
|
|
393
|
+
delete a build
|
|
394
|
+
|
|
395
|
+
```
|
|
396
|
+
USAGE
|
|
397
|
+
$ eas build:delete [BUILD_ID] [--non-interactive] [-p android|ios|all] [-e <value>]
|
|
398
|
+
|
|
399
|
+
FLAGS
|
|
400
|
+
-e, --profile=PROFILE_NAME Filter builds by build profile if build ID is not provided
|
|
401
|
+
-p, --platform=(android|ios|all) Filter builds by the platform if build ID is not provided
|
|
402
|
+
--non-interactive Run the command in non-interactive mode.
|
|
403
|
+
|
|
404
|
+
DESCRIPTION
|
|
405
|
+
delete a build
|
|
406
|
+
```
|
|
407
|
+
|
|
408
|
+
_See code: [src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/build/delete.ts)_
|
|
387
409
|
|
|
388
410
|
## `eas build:inspect`
|
|
389
411
|
|
|
@@ -418,7 +440,7 @@ DESCRIPTION
|
|
|
418
440
|
inspect the state of the project at specific build stages, useful for troubleshooting
|
|
419
441
|
```
|
|
420
442
|
|
|
421
|
-
_See code: [src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
443
|
+
_See code: [src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/build/inspect.ts)_
|
|
422
444
|
|
|
423
445
|
## `eas build:list`
|
|
424
446
|
|
|
@@ -456,7 +478,7 @@ DESCRIPTION
|
|
|
456
478
|
list all builds for your project
|
|
457
479
|
```
|
|
458
480
|
|
|
459
|
-
_See code: [src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
481
|
+
_See code: [src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/build/list.ts)_
|
|
460
482
|
|
|
461
483
|
## `eas build:resign`
|
|
462
484
|
|
|
@@ -482,7 +504,7 @@ DESCRIPTION
|
|
|
482
504
|
re-sign a build archive
|
|
483
505
|
```
|
|
484
506
|
|
|
485
|
-
_See code: [src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
507
|
+
_See code: [src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/build/resign.ts)_
|
|
486
508
|
|
|
487
509
|
## `eas build:run`
|
|
488
510
|
|
|
@@ -508,7 +530,7 @@ DESCRIPTION
|
|
|
508
530
|
run simulator/emulator builds from eas-cli
|
|
509
531
|
```
|
|
510
532
|
|
|
511
|
-
_See code: [src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
533
|
+
_See code: [src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/build/run.ts)_
|
|
512
534
|
|
|
513
535
|
## `eas build:submit`
|
|
514
536
|
|
|
@@ -557,7 +579,7 @@ DESCRIPTION
|
|
|
557
579
|
get the latest version from EAS servers
|
|
558
580
|
```
|
|
559
581
|
|
|
560
|
-
_See code: [src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
582
|
+
_See code: [src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/build/version/get.ts)_
|
|
561
583
|
|
|
562
584
|
## `eas build:version:set`
|
|
563
585
|
|
|
@@ -576,7 +598,7 @@ DESCRIPTION
|
|
|
576
598
|
update version of an app
|
|
577
599
|
```
|
|
578
600
|
|
|
579
|
-
_See code: [src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
601
|
+
_See code: [src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/build/version/set.ts)_
|
|
580
602
|
|
|
581
603
|
## `eas build:version:sync`
|
|
582
604
|
|
|
@@ -595,7 +617,7 @@ DESCRIPTION
|
|
|
595
617
|
update a version in native code with a value stored on EAS servers
|
|
596
618
|
```
|
|
597
619
|
|
|
598
|
-
_See code: [src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
620
|
+
_See code: [src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/build/version/sync.ts)_
|
|
599
621
|
|
|
600
622
|
## `eas build:view [BUILD_ID]`
|
|
601
623
|
|
|
@@ -612,7 +634,7 @@ DESCRIPTION
|
|
|
612
634
|
view a build for your project
|
|
613
635
|
```
|
|
614
636
|
|
|
615
|
-
_See code: [src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
637
|
+
_See code: [src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/build/view.ts)_
|
|
616
638
|
|
|
617
639
|
## `eas channel:create [NAME]`
|
|
618
640
|
|
|
@@ -633,7 +655,7 @@ DESCRIPTION
|
|
|
633
655
|
create a channel
|
|
634
656
|
```
|
|
635
657
|
|
|
636
|
-
_See code: [src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
658
|
+
_See code: [src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/channel/create.ts)_
|
|
637
659
|
|
|
638
660
|
## `eas channel:edit [NAME]`
|
|
639
661
|
|
|
@@ -655,7 +677,7 @@ DESCRIPTION
|
|
|
655
677
|
point a channel at a new branch
|
|
656
678
|
```
|
|
657
679
|
|
|
658
|
-
_See code: [src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
680
|
+
_See code: [src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/channel/edit.ts)_
|
|
659
681
|
|
|
660
682
|
## `eas channel:list`
|
|
661
683
|
|
|
@@ -675,7 +697,7 @@ DESCRIPTION
|
|
|
675
697
|
list all channels
|
|
676
698
|
```
|
|
677
699
|
|
|
678
|
-
_See code: [src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
700
|
+
_See code: [src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/channel/list.ts)_
|
|
679
701
|
|
|
680
702
|
## `eas channel:rollout [CHANNEL]`
|
|
681
703
|
|
|
@@ -707,7 +729,7 @@ DESCRIPTION
|
|
|
707
729
|
Roll a new branch out on a channel incrementally.
|
|
708
730
|
```
|
|
709
731
|
|
|
710
|
-
_See code: [src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
732
|
+
_See code: [src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/channel/rollout.ts)_
|
|
711
733
|
|
|
712
734
|
## `eas channel:view [NAME]`
|
|
713
735
|
|
|
@@ -730,7 +752,7 @@ DESCRIPTION
|
|
|
730
752
|
view a channel
|
|
731
753
|
```
|
|
732
754
|
|
|
733
|
-
_See code: [src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
755
|
+
_See code: [src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/channel/view.ts)_
|
|
734
756
|
|
|
735
757
|
## `eas config`
|
|
736
758
|
|
|
@@ -751,7 +773,7 @@ DESCRIPTION
|
|
|
751
773
|
display project configuration (app.json + eas.json)
|
|
752
774
|
```
|
|
753
775
|
|
|
754
|
-
_See code: [src/commands/config.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
776
|
+
_See code: [src/commands/config.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/config.ts)_
|
|
755
777
|
|
|
756
778
|
## `eas credentials`
|
|
757
779
|
|
|
@@ -768,7 +790,7 @@ DESCRIPTION
|
|
|
768
790
|
manage credentials
|
|
769
791
|
```
|
|
770
792
|
|
|
771
|
-
_See code: [src/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
793
|
+
_See code: [src/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/credentials.ts)_
|
|
772
794
|
|
|
773
795
|
## `eas device:create`
|
|
774
796
|
|
|
@@ -782,7 +804,7 @@ DESCRIPTION
|
|
|
782
804
|
register new Apple Devices to use for internal distribution
|
|
783
805
|
```
|
|
784
806
|
|
|
785
|
-
_See code: [src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
807
|
+
_See code: [src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/device/create.ts)_
|
|
786
808
|
|
|
787
809
|
## `eas device:delete`
|
|
788
810
|
|
|
@@ -802,7 +824,7 @@ DESCRIPTION
|
|
|
802
824
|
remove a registered device from your account
|
|
803
825
|
```
|
|
804
826
|
|
|
805
|
-
_See code: [src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
827
|
+
_See code: [src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/device/delete.ts)_
|
|
806
828
|
|
|
807
829
|
## `eas device:list`
|
|
808
830
|
|
|
@@ -823,7 +845,7 @@ DESCRIPTION
|
|
|
823
845
|
list all registered devices for your account
|
|
824
846
|
```
|
|
825
847
|
|
|
826
|
-
_See code: [src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
848
|
+
_See code: [src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/device/list.ts)_
|
|
827
849
|
|
|
828
850
|
## `eas device:rename`
|
|
829
851
|
|
|
@@ -844,7 +866,7 @@ DESCRIPTION
|
|
|
844
866
|
rename a registered device
|
|
845
867
|
```
|
|
846
868
|
|
|
847
|
-
_See code: [src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
869
|
+
_See code: [src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/device/rename.ts)_
|
|
848
870
|
|
|
849
871
|
## `eas device:view [UDID]`
|
|
850
872
|
|
|
@@ -858,7 +880,7 @@ DESCRIPTION
|
|
|
858
880
|
view a device for your project
|
|
859
881
|
```
|
|
860
882
|
|
|
861
|
-
_See code: [src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
883
|
+
_See code: [src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/device/view.ts)_
|
|
862
884
|
|
|
863
885
|
## `eas diagnostics`
|
|
864
886
|
|
|
@@ -872,7 +894,7 @@ DESCRIPTION
|
|
|
872
894
|
display environment info
|
|
873
895
|
```
|
|
874
896
|
|
|
875
|
-
_See code: [src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
897
|
+
_See code: [src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/diagnostics.ts)_
|
|
876
898
|
|
|
877
899
|
## `eas help [COMMAND]`
|
|
878
900
|
|
|
@@ -960,7 +982,7 @@ DESCRIPTION
|
|
|
960
982
|
validate the local store configuration
|
|
961
983
|
```
|
|
962
984
|
|
|
963
|
-
_See code: [src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
985
|
+
_See code: [src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/metadata/lint.ts)_
|
|
964
986
|
|
|
965
987
|
## `eas metadata:pull`
|
|
966
988
|
|
|
@@ -977,7 +999,7 @@ DESCRIPTION
|
|
|
977
999
|
generate the local store configuration from the app stores
|
|
978
1000
|
```
|
|
979
1001
|
|
|
980
|
-
_See code: [src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
1002
|
+
_See code: [src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/metadata/pull.ts)_
|
|
981
1003
|
|
|
982
1004
|
## `eas metadata:push`
|
|
983
1005
|
|
|
@@ -994,7 +1016,7 @@ DESCRIPTION
|
|
|
994
1016
|
sync the local store configuration to the app stores
|
|
995
1017
|
```
|
|
996
1018
|
|
|
997
|
-
_See code: [src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
1019
|
+
_See code: [src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/metadata/push.ts)_
|
|
998
1020
|
|
|
999
1021
|
## `eas open`
|
|
1000
1022
|
|
|
@@ -1008,7 +1030,7 @@ DESCRIPTION
|
|
|
1008
1030
|
open the project page in a web browser
|
|
1009
1031
|
```
|
|
1010
1032
|
|
|
1011
|
-
_See code: [src/commands/open.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
1033
|
+
_See code: [src/commands/open.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/open.ts)_
|
|
1012
1034
|
|
|
1013
1035
|
## `eas project:info`
|
|
1014
1036
|
|
|
@@ -1022,7 +1044,7 @@ DESCRIPTION
|
|
|
1022
1044
|
information about the current project
|
|
1023
1045
|
```
|
|
1024
1046
|
|
|
1025
|
-
_See code: [src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
1047
|
+
_See code: [src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/project/info.ts)_
|
|
1026
1048
|
|
|
1027
1049
|
## `eas project:init`
|
|
1028
1050
|
|
|
@@ -1044,7 +1066,7 @@ ALIASES
|
|
|
1044
1066
|
$ eas init
|
|
1045
1067
|
```
|
|
1046
1068
|
|
|
1047
|
-
_See code: [src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
1069
|
+
_See code: [src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/project/init.ts)_
|
|
1048
1070
|
|
|
1049
1071
|
## `eas secret:create`
|
|
1050
1072
|
|
|
@@ -1067,7 +1089,7 @@ DESCRIPTION
|
|
|
1067
1089
|
create an environment secret on the current project or owner account
|
|
1068
1090
|
```
|
|
1069
1091
|
|
|
1070
|
-
_See code: [src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
1092
|
+
_See code: [src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/secret/create.ts)_
|
|
1071
1093
|
|
|
1072
1094
|
## `eas secret:delete`
|
|
1073
1095
|
|
|
@@ -1085,7 +1107,7 @@ DESCRIPTION
|
|
|
1085
1107
|
delete an environment secret by ID
|
|
1086
1108
|
```
|
|
1087
1109
|
|
|
1088
|
-
_See code: [src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
1110
|
+
_See code: [src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/secret/delete.ts)_
|
|
1089
1111
|
|
|
1090
1112
|
## `eas secret:list`
|
|
1091
1113
|
|
|
@@ -1099,7 +1121,7 @@ DESCRIPTION
|
|
|
1099
1121
|
list environment secrets available for your current app
|
|
1100
1122
|
```
|
|
1101
1123
|
|
|
1102
|
-
_See code: [src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
1124
|
+
_See code: [src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/secret/list.ts)_
|
|
1103
1125
|
|
|
1104
1126
|
## `eas secret:push`
|
|
1105
1127
|
|
|
@@ -1119,7 +1141,7 @@ DESCRIPTION
|
|
|
1119
1141
|
read environment secrets from env file and store on the server
|
|
1120
1142
|
```
|
|
1121
1143
|
|
|
1122
|
-
_See code: [src/commands/secret/push.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
1144
|
+
_See code: [src/commands/secret/push.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/secret/push.ts)_
|
|
1123
1145
|
|
|
1124
1146
|
## `eas submit`
|
|
1125
1147
|
|
|
@@ -1149,7 +1171,7 @@ ALIASES
|
|
|
1149
1171
|
$ eas build:submit
|
|
1150
1172
|
```
|
|
1151
1173
|
|
|
1152
|
-
_See code: [src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
1174
|
+
_See code: [src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/submit.ts)_
|
|
1153
1175
|
|
|
1154
1176
|
## `eas update`
|
|
1155
1177
|
|
|
@@ -1183,7 +1205,7 @@ DESCRIPTION
|
|
|
1183
1205
|
publish an update group
|
|
1184
1206
|
```
|
|
1185
1207
|
|
|
1186
|
-
_See code: [src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
1208
|
+
_See code: [src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/update/index.ts)_
|
|
1187
1209
|
|
|
1188
1210
|
## `eas update:configure`
|
|
1189
1211
|
|
|
@@ -1201,7 +1223,7 @@ DESCRIPTION
|
|
|
1201
1223
|
configure the project to support EAS Update
|
|
1202
1224
|
```
|
|
1203
1225
|
|
|
1204
|
-
_See code: [src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
1226
|
+
_See code: [src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/update/configure.ts)_
|
|
1205
1227
|
|
|
1206
1228
|
## `eas update:delete GROUPID`
|
|
1207
1229
|
|
|
@@ -1222,7 +1244,7 @@ DESCRIPTION
|
|
|
1222
1244
|
delete all the updates in an update group
|
|
1223
1245
|
```
|
|
1224
1246
|
|
|
1225
|
-
_See code: [src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
1247
|
+
_See code: [src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/update/delete.ts)_
|
|
1226
1248
|
|
|
1227
1249
|
## `eas update:list`
|
|
1228
1250
|
|
|
@@ -1244,7 +1266,7 @@ DESCRIPTION
|
|
|
1244
1266
|
view the recent updates
|
|
1245
1267
|
```
|
|
1246
1268
|
|
|
1247
|
-
_See code: [src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
1269
|
+
_See code: [src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/update/list.ts)_
|
|
1248
1270
|
|
|
1249
1271
|
## `eas update:republish`
|
|
1250
1272
|
|
|
@@ -1271,7 +1293,7 @@ DESCRIPTION
|
|
|
1271
1293
|
roll back to an existing update
|
|
1272
1294
|
```
|
|
1273
1295
|
|
|
1274
|
-
_See code: [src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
1296
|
+
_See code: [src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/update/republish.ts)_
|
|
1275
1297
|
|
|
1276
1298
|
## `eas update:roll-back-to-embedded`
|
|
1277
1299
|
|
|
@@ -1298,7 +1320,7 @@ DESCRIPTION
|
|
|
1298
1320
|
roll back to the embedded update
|
|
1299
1321
|
```
|
|
1300
1322
|
|
|
1301
|
-
_See code: [src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
1323
|
+
_See code: [src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/update/roll-back-to-embedded.ts)_
|
|
1302
1324
|
|
|
1303
1325
|
## `eas update:rollback`
|
|
1304
1326
|
|
|
@@ -1317,7 +1339,7 @@ DESCRIPTION
|
|
|
1317
1339
|
roll back to an embedded update or an existing update
|
|
1318
1340
|
```
|
|
1319
1341
|
|
|
1320
|
-
_See code: [src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
1342
|
+
_See code: [src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/update/rollback.ts)_
|
|
1321
1343
|
|
|
1322
1344
|
## `eas update:view GROUPID`
|
|
1323
1345
|
|
|
@@ -1337,7 +1359,7 @@ DESCRIPTION
|
|
|
1337
1359
|
update group details
|
|
1338
1360
|
```
|
|
1339
1361
|
|
|
1340
|
-
_See code: [src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
1362
|
+
_See code: [src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/update/view.ts)_
|
|
1341
1363
|
|
|
1342
1364
|
## `eas webhook:create`
|
|
1343
1365
|
|
|
@@ -1358,7 +1380,7 @@ DESCRIPTION
|
|
|
1358
1380
|
create a webhook
|
|
1359
1381
|
```
|
|
1360
1382
|
|
|
1361
|
-
_See code: [src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
1383
|
+
_See code: [src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/webhook/create.ts)_
|
|
1362
1384
|
|
|
1363
1385
|
## `eas webhook:delete [ID]`
|
|
1364
1386
|
|
|
@@ -1378,7 +1400,7 @@ DESCRIPTION
|
|
|
1378
1400
|
delete a webhook
|
|
1379
1401
|
```
|
|
1380
1402
|
|
|
1381
|
-
_See code: [src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
1403
|
+
_See code: [src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/webhook/delete.ts)_
|
|
1382
1404
|
|
|
1383
1405
|
## `eas webhook:list`
|
|
1384
1406
|
|
|
@@ -1396,7 +1418,7 @@ DESCRIPTION
|
|
|
1396
1418
|
list webhooks
|
|
1397
1419
|
```
|
|
1398
1420
|
|
|
1399
|
-
_See code: [src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
1421
|
+
_See code: [src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/webhook/list.ts)_
|
|
1400
1422
|
|
|
1401
1423
|
## `eas webhook:update`
|
|
1402
1424
|
|
|
@@ -1418,7 +1440,7 @@ DESCRIPTION
|
|
|
1418
1440
|
update a webhook
|
|
1419
1441
|
```
|
|
1420
1442
|
|
|
1421
|
-
_See code: [src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
1443
|
+
_See code: [src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/webhook/update.ts)_
|
|
1422
1444
|
|
|
1423
1445
|
## `eas webhook:view ID`
|
|
1424
1446
|
|
|
@@ -1435,7 +1457,7 @@ DESCRIPTION
|
|
|
1435
1457
|
view a webhook
|
|
1436
1458
|
```
|
|
1437
1459
|
|
|
1438
|
-
_See code: [src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v6.
|
|
1460
|
+
_See code: [src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v6.1.0/src/commands/webhook/view.ts)_
|
|
1439
1461
|
|
|
1440
1462
|
## `eas whoami`
|
|
1441
1463
|
|
|
@@ -17,7 +17,7 @@ const PLATFORM_TO_ANALYTICS_PLATFORM = {
|
|
|
17
17
|
var CommandEvent;
|
|
18
18
|
(function (CommandEvent) {
|
|
19
19
|
CommandEvent["ACTION"] = "action";
|
|
20
|
-
})(CommandEvent
|
|
20
|
+
})(CommandEvent || (exports.CommandEvent = CommandEvent = {}));
|
|
21
21
|
var SubmissionEvent;
|
|
22
22
|
(function (SubmissionEvent) {
|
|
23
23
|
SubmissionEvent["SUBMIT_COMMAND"] = "submit cli submit command";
|
|
@@ -36,7 +36,7 @@ var SubmissionEvent;
|
|
|
36
36
|
SubmissionEvent["API_KEY_DOWNLOAD_FAIL"] = "submit cli credentials api key download fail";
|
|
37
37
|
SubmissionEvent["API_KEY_DOWNLOAD_RETRY"] = "submit cli credentials api key download fail temporary";
|
|
38
38
|
SubmissionEvent["API_KEY_DOWNLOAD_SUCCESS"] = "submit cli credentials api key download succeed";
|
|
39
|
-
})(SubmissionEvent
|
|
39
|
+
})(SubmissionEvent || (exports.SubmissionEvent = SubmissionEvent = {}));
|
|
40
40
|
var BuildEvent;
|
|
41
41
|
(function (BuildEvent) {
|
|
42
42
|
BuildEvent["BUILD_COMMAND"] = "build cli build command";
|
|
@@ -61,12 +61,12 @@ var BuildEvent;
|
|
|
61
61
|
BuildEvent["CREDENTIALS_SYNC_UPDATE_REMOTE_SUCCESS"] = "build cli credentials sync update remote success";
|
|
62
62
|
BuildEvent["CREDENTIALS_SYNC_UPDATE_REMOTE_FAIL"] = "build cli credentials sync update remote fail";
|
|
63
63
|
BuildEvent["ANDROID_KEYSTORE_CREATE"] = "build cli credentials keystore create";
|
|
64
|
-
})(BuildEvent
|
|
64
|
+
})(BuildEvent || (exports.BuildEvent = BuildEvent = {}));
|
|
65
65
|
var MetadataEvent;
|
|
66
66
|
(function (MetadataEvent) {
|
|
67
67
|
MetadataEvent["APPLE_METADATA_DOWNLOAD"] = "metadata cli download apple response";
|
|
68
68
|
MetadataEvent["APPLE_METADATA_UPLOAD"] = "metadata cli upload apple response";
|
|
69
|
-
})(MetadataEvent
|
|
69
|
+
})(MetadataEvent || (exports.MetadataEvent = MetadataEvent = {}));
|
|
70
70
|
const USER_SETTINGS_KEY_AMPLITUDE_ENABLED = 'amplitudeEnabled';
|
|
71
71
|
const USER_SETTINGS_KEY_AMPLITUDE_DEVICE_ID = 'amplitudeDeviceId';
|
|
72
72
|
const USER_SETTINGS_KEY_ANALYTICS_ENABLED = 'analyticsEnabled';
|
package/build/branch/queries.js
CHANGED
|
@@ -4,13 +4,13 @@ exports.ensureBranchExistsAsync = exports.createUpdateBranchOnAppAsync = exports
|
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const chalk_1 = tslib_1.__importDefault(require("chalk"));
|
|
6
6
|
const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
|
|
7
|
+
const utils_1 = require("./utils");
|
|
7
8
|
const client_1 = require("../graphql/client");
|
|
8
9
|
const BranchQuery_1 = require("../graphql/queries/BranchQuery");
|
|
9
10
|
const log_1 = tslib_1.__importDefault(require("../log"));
|
|
10
|
-
const
|
|
11
|
+
const utils_2 = require("../update/utils");
|
|
11
12
|
const json_1 = require("../utils/json");
|
|
12
13
|
const queries_1 = require("../utils/queries");
|
|
13
|
-
const utils_2 = require("./utils");
|
|
14
14
|
exports.BRANCHES_LIMIT = 50;
|
|
15
15
|
async function selectBranchOnAppAsync(graphqlClient, { projectId, promptTitle, displayTextForListItem, paginatedQueryOptions, }) {
|
|
16
16
|
var _a;
|
|
@@ -68,7 +68,7 @@ function renderPageOfBranches(currentPage, { json }) {
|
|
|
68
68
|
log_1.default.log(chalk_1.default.bold('Branches:'));
|
|
69
69
|
log_1.default.addNewLineIfNone();
|
|
70
70
|
log_1.default.log(currentPage
|
|
71
|
-
.map(branch => (0,
|
|
71
|
+
.map(branch => (0, utils_2.formatBranch)((0, utils_2.getBranchDescription)(branch)))
|
|
72
72
|
.join(`\n\n${chalk_1.default.dim('———')}\n\n`));
|
|
73
73
|
}
|
|
74
74
|
}
|
|
@@ -105,7 +105,7 @@ async function ensureBranchExistsAsync(graphqlClient, { appId, branchName, }) {
|
|
|
105
105
|
return { branchId: id, createdBranch: false };
|
|
106
106
|
}
|
|
107
107
|
catch (error) {
|
|
108
|
-
if (error instanceof
|
|
108
|
+
if (error instanceof utils_1.BranchNotFoundError) {
|
|
109
109
|
const newUpdateBranch = await createUpdateBranchOnAppAsync(graphqlClient, {
|
|
110
110
|
appId,
|
|
111
111
|
name: branchName,
|
|
@@ -6,6 +6,10 @@ const eas_build_job_1 = require("@expo/eas-build-job");
|
|
|
6
6
|
const eas_json_1 = require("@expo/eas-json");
|
|
7
7
|
const chalk_1 = tslib_1.__importDefault(require("chalk"));
|
|
8
8
|
const nullthrows_1 = tslib_1.__importDefault(require("nullthrows"));
|
|
9
|
+
const graphql_1 = require("./graphql");
|
|
10
|
+
const prepareJob_1 = require("./prepareJob");
|
|
11
|
+
const syncProjectConfiguration_1 = require("./syncProjectConfiguration");
|
|
12
|
+
const version_1 = require("./version");
|
|
9
13
|
const AndroidCredentialsProvider_1 = tslib_1.__importDefault(require("../../credentials/android/AndroidCredentialsProvider"));
|
|
10
14
|
const BuildMutation_1 = require("../../graphql/mutations/BuildMutation");
|
|
11
15
|
const log_1 = tslib_1.__importDefault(require("../../log"));
|
|
@@ -13,13 +17,9 @@ const applicationId_1 = require("../../project/android/applicationId");
|
|
|
13
17
|
const gradle_1 = require("../../project/android/gradle");
|
|
14
18
|
const prompts_1 = require("../../prompts");
|
|
15
19
|
const build_1 = require("../build");
|
|
16
|
-
const
|
|
20
|
+
const graphql_2 = require("../graphql");
|
|
17
21
|
const credentials_1 = require("../utils/credentials");
|
|
18
22
|
const validate_1 = require("../validate");
|
|
19
|
-
const graphql_2 = require("./graphql");
|
|
20
|
-
const prepareJob_1 = require("./prepareJob");
|
|
21
|
-
const syncProjectConfiguration_1 = require("./syncProjectConfiguration");
|
|
22
|
-
const version_1 = require("./version");
|
|
23
23
|
async function createAndroidContextAsync(ctx) {
|
|
24
24
|
var _a, _b;
|
|
25
25
|
const { buildProfile } = ctx;
|
|
@@ -63,13 +63,12 @@ async function prepareAndroidBuildAsync(ctx) {
|
|
|
63
63
|
},
|
|
64
64
|
syncProjectConfigurationAsync: async () => {
|
|
65
65
|
var _a;
|
|
66
|
-
await (0, syncProjectConfiguration_1.syncProjectConfigurationAsync)(
|
|
66
|
+
await (0, syncProjectConfiguration_1.syncProjectConfigurationAsync)({
|
|
67
67
|
projectDir: ctx.projectDir,
|
|
68
68
|
exp: ctx.exp,
|
|
69
69
|
localAutoIncrement: ((_a = ctx.easJsonCliConfig) === null || _a === void 0 ? void 0 : _a.appVersionSource) === eas_json_1.AppVersionSource.REMOTE
|
|
70
70
|
? false
|
|
71
71
|
: ctx.buildProfile.autoIncrement,
|
|
72
|
-
projectId: ctx.projectId,
|
|
73
72
|
vcsClient: ctx.vcsClient,
|
|
74
73
|
});
|
|
75
74
|
},
|
|
@@ -77,8 +76,8 @@ async function prepareAndroidBuildAsync(ctx) {
|
|
|
77
76
|
return await (0, prepareJob_1.prepareJobAsync)(ctx, jobData);
|
|
78
77
|
},
|
|
79
78
|
sendBuildRequestAsync: async (appId, job, metadata, buildParams) => {
|
|
80
|
-
const graphqlMetadata = (0,
|
|
81
|
-
const graphqlJob = (0,
|
|
79
|
+
const graphqlMetadata = (0, graphql_2.transformMetadata)(metadata);
|
|
80
|
+
const graphqlJob = (0, graphql_1.transformJob)(job);
|
|
82
81
|
return await BuildMutation_1.BuildMutation.createAndroidBuildAsync(ctx.graphqlClient, {
|
|
83
82
|
appId,
|
|
84
83
|
job: graphqlJob,
|