eas-cli 18.1.0 → 18.2.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 +521 -506
- package/bin/dev +6 -13
- package/bin/run +4 -4
- package/build/commandUtils/flags.d.ts +14 -7
- package/build/commandUtils/flags.js +13 -8
- package/build/commandUtils/pagination.d.ts +4 -4
- package/build/commandUtils/pagination.js +4 -2
- package/build/commands/account/usage.d.ts +2 -3
- package/build/commands/account/usage.js +5 -5
- package/build/commands/analytics.d.ts +2 -3
- package/build/commands/analytics.js +6 -1
- package/build/commands/branch/create.d.ts +2 -4
- package/build/commands/branch/create.js +10 -6
- package/build/commands/branch/delete.d.ts +2 -4
- package/build/commands/branch/delete.js +6 -6
- package/build/commands/branch/list.d.ts +1 -1
- package/build/commands/branch/list.js +2 -1
- package/build/commands/branch/rename.d.ts +2 -2
- package/build/commands/branch/rename.js +2 -1
- package/build/commands/branch/view.d.ts +3 -5
- package/build/commands/branch/view.js +6 -6
- package/build/commands/build/cancel.d.ts +4 -4
- package/build/commands/build/cancel.js +6 -4
- package/build/commands/build/configure.d.ts +1 -1
- package/build/commands/build/configure.js +2 -2
- package/build/commands/build/delete.d.ts +4 -4
- package/build/commands/build/delete.js +6 -4
- package/build/commands/build/dev.d.ts +2 -2
- package/build/commands/build/dev.js +2 -2
- package/build/commands/build/download.d.ts +2 -2
- package/build/commands/build/download.js +4 -3
- package/build/commands/build/index.d.ts +8 -8
- package/build/commands/build/index.js +8 -11
- package/build/commands/build/inspect.d.ts +4 -4
- package/build/commands/build/inspect.js +4 -4
- package/build/commands/build/internal.d.ts +3 -3
- package/build/commands/build/internal.js +2 -2
- package/build/commands/build/list.d.ts +13 -13
- package/build/commands/build/list.js +8 -7
- package/build/commands/build/resign.d.ts +5 -5
- package/build/commands/build/resign.js +4 -4
- package/build/commands/build/run.d.ts +6 -6
- package/build/commands/build/run.js +2 -2
- package/build/commands/build/version/get.d.ts +2 -2
- package/build/commands/build/version/get.js +8 -7
- package/build/commands/build/version/set.d.ts +2 -2
- package/build/commands/build/version/set.js +2 -2
- package/build/commands/build/version/sync.d.ts +2 -2
- package/build/commands/build/version/sync.js +2 -2
- package/build/commands/build/view.d.ts +2 -2
- package/build/commands/build/view.js +4 -1
- package/build/commands/channel/create.d.ts +2 -4
- package/build/commands/channel/create.js +10 -6
- package/build/commands/channel/delete.d.ts +2 -4
- package/build/commands/channel/delete.js +7 -6
- package/build/commands/channel/edit.d.ts +3 -5
- package/build/commands/channel/edit.js +6 -6
- package/build/commands/channel/list.d.ts +1 -1
- package/build/commands/channel/list.js +1 -1
- package/build/commands/channel/pause.d.ts +3 -5
- package/build/commands/channel/pause.js +6 -6
- package/build/commands/channel/resume.d.ts +3 -5
- package/build/commands/channel/resume.js +6 -6
- package/build/commands/channel/rollout.d.ts +8 -9
- package/build/commands/channel/rollout.js +9 -11
- package/build/commands/channel/view.d.ts +3 -5
- package/build/commands/channel/view.js +6 -6
- package/build/commands/config.d.ts +2 -2
- package/build/commands/config.js +6 -5
- package/build/commands/credentials/configure-build.d.ts +2 -2
- package/build/commands/credentials/configure-build.js +2 -2
- package/build/commands/credentials/index.d.ts +1 -1
- package/build/commands/credentials/index.js +1 -1
- package/build/commands/deploy/alias/delete.d.ts +2 -2
- package/build/commands/deploy/alias/delete.js +7 -3
- package/build/commands/deploy/alias/index.d.ts +2 -2
- package/build/commands/deploy/alias/index.js +3 -2
- package/build/commands/deploy/delete.d.ts +2 -2
- package/build/commands/deploy/delete.js +7 -3
- package/build/commands/deploy/index.d.ts +5 -4
- package/build/commands/deploy/index.js +12 -3
- package/build/commands/device/delete.d.ts +2 -2
- package/build/commands/device/list.d.ts +2 -2
- package/build/commands/device/rename.d.ts +3 -3
- package/build/commands/device/view.d.ts +2 -2
- package/build/commands/device/view.js +4 -1
- package/build/commands/env/create.d.ts +8 -11
- package/build/commands/env/create.js +6 -7
- package/build/commands/env/delete.d.ts +5 -8
- package/build/commands/env/delete.js +4 -5
- package/build/commands/env/exec.d.ts +3 -4
- package/build/commands/env/exec.js +7 -8
- package/build/commands/env/get.d.ts +6 -9
- package/build/commands/env/get.js +4 -5
- package/build/commands/env/list.d.ts +5 -8
- package/build/commands/env/list.js +4 -5
- package/build/commands/env/pull.d.ts +4 -6
- package/build/commands/env/pull.js +4 -5
- package/build/commands/env/push.d.ts +7 -7
- package/build/commands/env/push.js +4 -5
- package/build/commands/env/update.d.ts +10 -13
- package/build/commands/env/update.js +6 -7
- package/build/commands/fingerprint/compare.d.ts +6 -7
- package/build/commands/fingerprint/compare.js +10 -11
- package/build/commands/fingerprint/generate.d.ts +3 -3
- package/build/commands/fingerprint/generate.js +4 -3
- package/build/commands/go.d.ts +2 -2
- package/build/commands/metadata/lint.d.ts +1 -1
- package/build/commands/metadata/pull.d.ts +1 -1
- package/build/commands/metadata/push.d.ts +1 -1
- package/build/commands/project/init.d.ts +1 -1
- package/build/commands/project/new.d.ts +3 -5
- package/build/commands/project/new.js +6 -7
- package/build/commands/project/onboarding.d.ts +2 -2
- package/build/commands/project/onboarding.js +4 -1
- package/build/commands/secret/create.d.ts +4 -4
- package/build/commands/secret/create.js +7 -6
- package/build/commands/secret/delete.d.ts +1 -1
- package/build/commands/secret/push.d.ts +2 -2
- package/build/commands/secret/push.js +2 -2
- package/build/commands/submit/internal.d.ts +3 -3
- package/build/commands/submit/internal.js +2 -2
- package/build/commands/submit.d.ts +7 -7
- package/build/commands/submit.js +2 -2
- package/build/commands/update/configure.d.ts +2 -2
- package/build/commands/update/configure.js +2 -2
- package/build/commands/update/delete.d.ts +2 -4
- package/build/commands/update/delete.js +7 -6
- package/build/commands/update/edit.d.ts +4 -5
- package/build/commands/update/edit.js +7 -6
- package/build/commands/update/index.d.ts +9 -9
- package/build/commands/update/index.js +29 -13
- package/build/commands/update/list.d.ts +4 -4
- package/build/commands/update/list.js +4 -3
- package/build/commands/update/republish.d.ts +9 -9
- package/build/commands/update/republish.js +4 -4
- package/build/commands/update/revert-update-rollout.d.ts +5 -5
- package/build/commands/update/revert-update-rollout.js +2 -2
- package/build/commands/update/roll-back-to-embedded.d.ts +6 -6
- package/build/commands/update/roll-back-to-embedded.js +4 -4
- package/build/commands/update/rollback.d.ts +1 -1
- package/build/commands/update/view.d.ts +2 -4
- package/build/commands/update/view.js +5 -5
- package/build/commands/upload.d.ts +3 -3
- package/build/commands/upload.js +4 -3
- package/build/commands/webhook/create.d.ts +3 -3
- package/build/commands/webhook/create.js +2 -2
- package/build/commands/webhook/delete.d.ts +2 -4
- package/build/commands/webhook/delete.js +8 -6
- package/build/commands/webhook/list.d.ts +1 -1
- package/build/commands/webhook/list.js +2 -2
- package/build/commands/webhook/update.d.ts +4 -4
- package/build/commands/webhook/update.js +2 -2
- package/build/commands/webhook/view.d.ts +2 -4
- package/build/commands/webhook/view.js +5 -5
- package/build/commands/workflow/create.d.ts +2 -4
- package/build/commands/workflow/create.js +4 -5
- package/build/commands/workflow/logs.d.ts +2 -3
- package/build/commands/workflow/logs.js +5 -3
- package/build/commands/workflow/run.d.ts +4 -5
- package/build/commands/workflow/run.js +6 -1
- package/build/commands/workflow/runs.d.ts +2 -2
- package/build/commands/workflow/runs.js +2 -2
- package/build/commands/workflow/status.d.ts +2 -3
- package/build/commands/workflow/status.js +7 -5
- package/build/commands/workflow/validate.d.ts +2 -4
- package/build/commands/workflow/validate.js +5 -5
- package/build/commands/workflow/view.d.ts +2 -3
- package/build/commands/workflow/view.js +6 -1
- package/build/credentials/android/actions/BuildCredentialsUtils.js +0 -1
- package/build/credentials/android/actions/CreateKeystore.js +9 -10
- package/build/credentials/android/actions/SetUpBuildCredentials.js +0 -4
- package/build/update/utils.d.ts +2 -2
- package/build/update/utils.js +21 -10
- package/build/worker/assets.d.ts +3 -1
- package/build/worker/assets.js +4 -1
- package/oclif.manifest.json +7132 -2226
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -149,11 +149,11 @@ eas --help COMMAND
|
|
|
149
149
|
* [`eas worker:alias`](#eas-workeralias)
|
|
150
150
|
* [`eas worker:alias:delete [ALIAS_NAME]`](#eas-workeraliasdelete-alias_name)
|
|
151
151
|
* [`eas worker:delete [DEPLOYMENT_ID]`](#eas-workerdelete-deployment_id)
|
|
152
|
-
* [`eas deploy [options]`](#eas-deploy-options
|
|
152
|
+
* [`eas deploy [options]`](#eas-deploy-options)
|
|
153
153
|
* [`eas workflow:cancel`](#eas-workflowcancel)
|
|
154
154
|
* [`eas workflow:create [NAME]`](#eas-workflowcreate-name)
|
|
155
155
|
* [`eas workflow:logs [ID]`](#eas-workflowlogs-id)
|
|
156
|
-
* [`eas workflow:run
|
|
156
|
+
* [`eas workflow:run FILE`](#eas-workflowrun-file)
|
|
157
157
|
* [`eas workflow:runs`](#eas-workflowruns)
|
|
158
158
|
* [`eas workflow:status [WORKFLOW_RUN_ID]`](#eas-workflowstatus-workflow_run_id)
|
|
159
159
|
* [`eas workflow:validate PATH`](#eas-workflowvalidate-path)
|
|
@@ -178,7 +178,7 @@ ALIASES
|
|
|
178
178
|
$ eas login
|
|
179
179
|
```
|
|
180
180
|
|
|
181
|
-
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
181
|
+
_See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/account/login.ts)_
|
|
182
182
|
|
|
183
183
|
## `eas account:logout`
|
|
184
184
|
|
|
@@ -195,7 +195,7 @@ ALIASES
|
|
|
195
195
|
$ eas logout
|
|
196
196
|
```
|
|
197
197
|
|
|
198
|
-
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
198
|
+
_See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/account/logout.ts)_
|
|
199
199
|
|
|
200
200
|
## `eas account:usage [ACCOUNT_NAME]`
|
|
201
201
|
|
|
@@ -206,8 +206,8 @@ USAGE
|
|
|
206
206
|
$ eas account:usage [ACCOUNT_NAME] [--json] [--non-interactive]
|
|
207
207
|
|
|
208
208
|
ARGUMENTS
|
|
209
|
-
ACCOUNT_NAME Account name to view usage for. If not provided, the account will be selected interactively (or
|
|
210
|
-
|
|
209
|
+
[ACCOUNT_NAME] Account name to view usage for. If not provided, the account will be selected interactively (or
|
|
210
|
+
defaults to the only account if there is just one)
|
|
211
211
|
|
|
212
212
|
FLAGS
|
|
213
213
|
--json Enable JSON output, non-JSON messages will be printed to stderr.
|
|
@@ -217,7 +217,7 @@ DESCRIPTION
|
|
|
217
217
|
view account usage and billing for the current cycle
|
|
218
218
|
```
|
|
219
219
|
|
|
220
|
-
_See code: [packages/eas-cli/src/commands/account/usage.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
220
|
+
_See code: [packages/eas-cli/src/commands/account/usage.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/account/usage.ts)_
|
|
221
221
|
|
|
222
222
|
## `eas account:view`
|
|
223
223
|
|
|
@@ -234,7 +234,7 @@ ALIASES
|
|
|
234
234
|
$ eas whoami
|
|
235
235
|
```
|
|
236
236
|
|
|
237
|
-
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
237
|
+
_See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/account/view.ts)_
|
|
238
238
|
|
|
239
239
|
## `eas analytics [STATUS]`
|
|
240
240
|
|
|
@@ -248,24 +248,24 @@ DESCRIPTION
|
|
|
248
248
|
display or change analytics settings
|
|
249
249
|
```
|
|
250
250
|
|
|
251
|
-
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
251
|
+
_See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/analytics.ts)_
|
|
252
252
|
|
|
253
253
|
## `eas autocomplete [SHELL]`
|
|
254
254
|
|
|
255
|
-
|
|
255
|
+
Display autocomplete installation instructions.
|
|
256
256
|
|
|
257
257
|
```
|
|
258
258
|
USAGE
|
|
259
259
|
$ eas autocomplete [SHELL] [-r]
|
|
260
260
|
|
|
261
261
|
ARGUMENTS
|
|
262
|
-
SHELL (zsh|bash|powershell) Shell type
|
|
262
|
+
[SHELL] (zsh|bash|powershell) Shell type
|
|
263
263
|
|
|
264
264
|
FLAGS
|
|
265
265
|
-r, --refresh-cache Refresh cache (ignores displaying instructions)
|
|
266
266
|
|
|
267
267
|
DESCRIPTION
|
|
268
|
-
|
|
268
|
+
Display autocomplete installation instructions.
|
|
269
269
|
|
|
270
270
|
EXAMPLES
|
|
271
271
|
$ eas autocomplete
|
|
@@ -279,7 +279,7 @@ EXAMPLES
|
|
|
279
279
|
$ eas autocomplete --refresh-cache
|
|
280
280
|
```
|
|
281
281
|
|
|
282
|
-
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/
|
|
282
|
+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v3.2.40/packages/eas-cli/src/commands/autocomplete/index.ts)_
|
|
283
283
|
|
|
284
284
|
## `eas branch:create [NAME]`
|
|
285
285
|
|
|
@@ -287,20 +287,20 @@ create a branch
|
|
|
287
287
|
|
|
288
288
|
```
|
|
289
289
|
USAGE
|
|
290
|
-
$ eas branch:create [NAME] [--json --non-interactive]
|
|
290
|
+
$ eas branch:create [NAME] [--json] [--non-interactive]
|
|
291
291
|
|
|
292
292
|
ARGUMENTS
|
|
293
|
-
NAME Name of the branch to create
|
|
293
|
+
[NAME] Name of the branch to create
|
|
294
294
|
|
|
295
295
|
FLAGS
|
|
296
|
-
--json Enable JSON output, non-JSON messages will be printed to stderr.
|
|
296
|
+
--json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
|
|
297
297
|
--non-interactive Run the command in non-interactive mode.
|
|
298
298
|
|
|
299
299
|
DESCRIPTION
|
|
300
300
|
create a branch
|
|
301
301
|
```
|
|
302
302
|
|
|
303
|
-
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
303
|
+
_See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/branch/create.ts)_
|
|
304
304
|
|
|
305
305
|
## `eas branch:delete [NAME]`
|
|
306
306
|
|
|
@@ -308,20 +308,20 @@ delete a branch
|
|
|
308
308
|
|
|
309
309
|
```
|
|
310
310
|
USAGE
|
|
311
|
-
$ eas branch:delete [NAME] [--json --non-interactive]
|
|
311
|
+
$ eas branch:delete [NAME] [--json] [--non-interactive]
|
|
312
312
|
|
|
313
313
|
ARGUMENTS
|
|
314
|
-
NAME Name of the branch to delete
|
|
314
|
+
[NAME] Name of the branch to delete
|
|
315
315
|
|
|
316
316
|
FLAGS
|
|
317
|
-
--json Enable JSON output, non-JSON messages will be printed to stderr.
|
|
317
|
+
--json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
|
|
318
318
|
--non-interactive Run the command in non-interactive mode.
|
|
319
319
|
|
|
320
320
|
DESCRIPTION
|
|
321
321
|
delete a branch
|
|
322
322
|
```
|
|
323
323
|
|
|
324
|
-
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
324
|
+
_See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/branch/delete.ts)_
|
|
325
325
|
|
|
326
326
|
## `eas branch:list`
|
|
327
327
|
|
|
@@ -329,10 +329,10 @@ list all branches
|
|
|
329
329
|
|
|
330
330
|
```
|
|
331
331
|
USAGE
|
|
332
|
-
$ eas branch:list [--offset <value>] [--limit <value>] [--json --non-interactive]
|
|
332
|
+
$ eas branch:list [--offset <value>] [--limit <value>] [--json] [--non-interactive]
|
|
333
333
|
|
|
334
334
|
FLAGS
|
|
335
|
-
--json Enable JSON output, non-JSON messages will be printed to stderr.
|
|
335
|
+
--json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
|
|
336
336
|
--limit=<value> The number of items to fetch each query. Defaults to 50 and is capped at 100.
|
|
337
337
|
--non-interactive Run the command in non-interactive mode.
|
|
338
338
|
--offset=<value> Start queries from specified index. Use for paginating results. Defaults to 0.
|
|
@@ -341,7 +341,7 @@ DESCRIPTION
|
|
|
341
341
|
list all branches
|
|
342
342
|
```
|
|
343
343
|
|
|
344
|
-
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
344
|
+
_See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/branch/list.ts)_
|
|
345
345
|
|
|
346
346
|
## `eas branch:rename`
|
|
347
347
|
|
|
@@ -349,11 +349,11 @@ rename a branch
|
|
|
349
349
|
|
|
350
350
|
```
|
|
351
351
|
USAGE
|
|
352
|
-
$ eas branch:rename [--from <value>] [--to <value>] [--json --non-interactive]
|
|
352
|
+
$ eas branch:rename [--from <value>] [--to <value>] [--json] [--non-interactive]
|
|
353
353
|
|
|
354
354
|
FLAGS
|
|
355
355
|
--from=<value> current name of the branch.
|
|
356
|
-
--json Enable JSON output, non-JSON messages will be printed to stderr.
|
|
356
|
+
--json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
|
|
357
357
|
--non-interactive Run the command in non-interactive mode.
|
|
358
358
|
--to=<value> new name of the branch.
|
|
359
359
|
|
|
@@ -361,7 +361,7 @@ DESCRIPTION
|
|
|
361
361
|
rename a branch
|
|
362
362
|
```
|
|
363
363
|
|
|
364
|
-
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
364
|
+
_See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/branch/rename.ts)_
|
|
365
365
|
|
|
366
366
|
## `eas branch:view [NAME]`
|
|
367
367
|
|
|
@@ -369,13 +369,13 @@ view a branch
|
|
|
369
369
|
|
|
370
370
|
```
|
|
371
371
|
USAGE
|
|
372
|
-
$ eas branch:view [NAME] [--offset <value>] [--limit <value>] [--json --non-interactive]
|
|
372
|
+
$ eas branch:view [NAME] [--offset <value>] [--limit <value>] [--json] [--non-interactive]
|
|
373
373
|
|
|
374
374
|
ARGUMENTS
|
|
375
|
-
NAME Name of the branch to view
|
|
375
|
+
[NAME] Name of the branch to view
|
|
376
376
|
|
|
377
377
|
FLAGS
|
|
378
|
-
--json Enable JSON output, non-JSON messages will be printed to stderr.
|
|
378
|
+
--json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
|
|
379
379
|
--limit=<value> The number of items to fetch each query. Defaults to 25 and is capped at 50.
|
|
380
380
|
--non-interactive Run the command in non-interactive mode.
|
|
381
381
|
--offset=<value> Start queries from specified index. Use for paginating results. Defaults to 0.
|
|
@@ -384,7 +384,7 @@ DESCRIPTION
|
|
|
384
384
|
view a branch
|
|
385
385
|
```
|
|
386
386
|
|
|
387
|
-
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
387
|
+
_See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/branch/view.ts)_
|
|
388
388
|
|
|
389
389
|
## `eas build`
|
|
390
390
|
|
|
@@ -392,40 +392,37 @@ start a build
|
|
|
392
392
|
|
|
393
393
|
```
|
|
394
394
|
USAGE
|
|
395
|
-
$ eas build [-p android|ios|all] [-e
|
|
396
|
-
--auto-submit-with-profile
|
|
397
|
-
trace|debug|info|warn|error|fatal] [--freeze-credentials] [--verbose-logs] [--json --non-interactive]
|
|
398
|
-
|
|
399
|
-
FLAGS
|
|
400
|
-
-e, --profile=PROFILE_NAME
|
|
401
|
-
|
|
402
|
-
-m, --message=<value>
|
|
403
|
-
-p, --platform
|
|
404
|
-
-s, --auto-submit
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
--what-to-test=<value> Specify the "What to Test" information for the build in
|
|
421
|
-
TestFlight (iOS-only). To be used with the `auto-submit`
|
|
422
|
-
flag
|
|
395
|
+
$ eas build [-p android|ios|all] [-e PROFILE_NAME] [--local] [--output <value>] [--wait] [--clear-cache]
|
|
396
|
+
[-s | --auto-submit-with-profile PROFILE_NAME] [--what-to-test <value>] [-m <value>] [--build-logger-level
|
|
397
|
+
trace|debug|info|warn|error|fatal] [--freeze-credentials] [--verbose-logs] [--json] [--non-interactive]
|
|
398
|
+
|
|
399
|
+
FLAGS
|
|
400
|
+
-e, --profile=PROFILE_NAME Name of the build profile from eas.json. Defaults to "production" if
|
|
401
|
+
defined in eas.json.
|
|
402
|
+
-m, --message=<value> A short message describing the build
|
|
403
|
+
-p, --platform=<option> <options: android|ios|all>
|
|
404
|
+
-s, --auto-submit Submit on build complete using the submit profile with the same name as
|
|
405
|
+
the build profile
|
|
406
|
+
--auto-submit-with-profile=PROFILE_NAME Submit on build complete using the submit profile with provided name
|
|
407
|
+
--build-logger-level=<option> The level of logs to output during the build process. Defaults to "info".
|
|
408
|
+
<options: trace|debug|info|warn|error|fatal>
|
|
409
|
+
--clear-cache Clear cache before the build
|
|
410
|
+
--freeze-credentials Prevent the build from updating credentials in non-interactive mode
|
|
411
|
+
--json Enable JSON output, non-JSON messages will be printed to stderr. Implies
|
|
412
|
+
--non-interactive.
|
|
413
|
+
--local Run build locally [experimental]
|
|
414
|
+
--non-interactive Run the command in non-interactive mode.
|
|
415
|
+
--output=<value> Output path for local build
|
|
416
|
+
--verbose-logs Use verbose logs for the build process
|
|
417
|
+
--[no-]wait Wait for build(s) to complete
|
|
418
|
+
--what-to-test=<value> Specify the "What to Test" information for the build in TestFlight
|
|
419
|
+
(iOS-only). To be used with the `auto-submit` flag
|
|
423
420
|
|
|
424
421
|
DESCRIPTION
|
|
425
422
|
start a build
|
|
426
423
|
```
|
|
427
424
|
|
|
428
|
-
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
425
|
+
_See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/build/index.ts)_
|
|
429
426
|
|
|
430
427
|
## `eas build:cancel [BUILD_ID]`
|
|
431
428
|
|
|
@@ -433,18 +430,19 @@ cancel a build
|
|
|
433
430
|
|
|
434
431
|
```
|
|
435
432
|
USAGE
|
|
436
|
-
$ eas build:cancel [BUILD_ID] [--non-interactive] [-p android|ios|all] [-e
|
|
433
|
+
$ eas build:cancel [BUILD_ID] [--non-interactive] [-p android|ios|all] [-e PROFILE_NAME]
|
|
437
434
|
|
|
438
435
|
FLAGS
|
|
439
|
-
-e, --profile=PROFILE_NAME
|
|
440
|
-
-p, --platform
|
|
441
|
-
|
|
436
|
+
-e, --profile=PROFILE_NAME Filter builds by build profile if build ID is not provided
|
|
437
|
+
-p, --platform=<option> Filter builds by the platform if build ID is not provided
|
|
438
|
+
<options: android|ios|all>
|
|
439
|
+
--non-interactive Run the command in non-interactive mode.
|
|
442
440
|
|
|
443
441
|
DESCRIPTION
|
|
444
442
|
cancel a build
|
|
445
443
|
```
|
|
446
444
|
|
|
447
|
-
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
445
|
+
_See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/build/cancel.ts)_
|
|
448
446
|
|
|
449
447
|
## `eas build:configure`
|
|
450
448
|
|
|
@@ -455,13 +453,14 @@ USAGE
|
|
|
455
453
|
$ eas build:configure [-p android|ios|all]
|
|
456
454
|
|
|
457
455
|
FLAGS
|
|
458
|
-
-p, --platform
|
|
456
|
+
-p, --platform=<option> Platform to configure
|
|
457
|
+
<options: android|ios|all>
|
|
459
458
|
|
|
460
459
|
DESCRIPTION
|
|
461
460
|
configure the project to support EAS Build
|
|
462
461
|
```
|
|
463
462
|
|
|
464
|
-
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
463
|
+
_See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/build/configure.ts)_
|
|
465
464
|
|
|
466
465
|
## `eas build:delete [BUILD_ID]`
|
|
467
466
|
|
|
@@ -469,18 +468,19 @@ delete a build
|
|
|
469
468
|
|
|
470
469
|
```
|
|
471
470
|
USAGE
|
|
472
|
-
$ eas build:delete [BUILD_ID] [--non-interactive] [-p android|ios|all] [-e
|
|
471
|
+
$ eas build:delete [BUILD_ID] [--non-interactive] [-p android|ios|all] [-e PROFILE_NAME]
|
|
473
472
|
|
|
474
473
|
FLAGS
|
|
475
|
-
-e, --profile=PROFILE_NAME
|
|
476
|
-
-p, --platform
|
|
477
|
-
|
|
474
|
+
-e, --profile=PROFILE_NAME Filter builds by build profile if build ID is not provided
|
|
475
|
+
-p, --platform=<option> Filter builds by the platform if build ID is not provided
|
|
476
|
+
<options: android|ios|all>
|
|
477
|
+
--non-interactive Run the command in non-interactive mode.
|
|
478
478
|
|
|
479
479
|
DESCRIPTION
|
|
480
480
|
delete a build
|
|
481
481
|
```
|
|
482
482
|
|
|
483
|
-
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
483
|
+
_See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/build/delete.ts)_
|
|
484
484
|
|
|
485
485
|
## `eas build:dev`
|
|
486
486
|
|
|
@@ -488,19 +488,19 @@ run dev client simulator/emulator build with matching fingerprint or create a ne
|
|
|
488
488
|
|
|
489
489
|
```
|
|
490
490
|
USAGE
|
|
491
|
-
$ eas build:dev [-p ios|android] [-e
|
|
491
|
+
$ eas build:dev [-p ios|android] [-e PROFILE_NAME]
|
|
492
492
|
|
|
493
493
|
FLAGS
|
|
494
|
-
-e, --profile=PROFILE_NAME
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
-p, --platform
|
|
494
|
+
-e, --profile=PROFILE_NAME Name of the build profile from eas.json. It must be a profile allowing to create
|
|
495
|
+
emulator/simulator internal distribution dev client builds. The "development-simulator"
|
|
496
|
+
build profile will be selected by default.
|
|
497
|
+
-p, --platform=<option> <options: ios|android>
|
|
498
498
|
|
|
499
499
|
DESCRIPTION
|
|
500
500
|
run dev client simulator/emulator build with matching fingerprint or create a new one
|
|
501
501
|
```
|
|
502
502
|
|
|
503
|
-
_See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
503
|
+
_See code: [packages/eas-cli/src/commands/build/dev.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/build/dev.ts)_
|
|
504
504
|
|
|
505
505
|
## `eas build:download`
|
|
506
506
|
|
|
@@ -508,20 +508,20 @@ download simulator/emulator builds for a given fingerprint hash
|
|
|
508
508
|
|
|
509
509
|
```
|
|
510
510
|
USAGE
|
|
511
|
-
$ eas build:download --fingerprint <value> [-p ios|android] [--dev-client] [--json --non-interactive]
|
|
511
|
+
$ eas build:download --fingerprint <value> [-p ios|android] [--dev-client] [--json] [--non-interactive]
|
|
512
512
|
|
|
513
513
|
FLAGS
|
|
514
|
-
-p, --platform
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
514
|
+
-p, --platform=<option> <options: ios|android>
|
|
515
|
+
--[no-]dev-client Filter only dev-client builds.
|
|
516
|
+
--fingerprint=<value> (required) Fingerprint hash of the build to download
|
|
517
|
+
--json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
|
|
518
|
+
--non-interactive Run the command in non-interactive mode.
|
|
519
519
|
|
|
520
520
|
DESCRIPTION
|
|
521
521
|
download simulator/emulator builds for a given fingerprint hash
|
|
522
522
|
```
|
|
523
523
|
|
|
524
|
-
_See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
524
|
+
_See code: [packages/eas-cli/src/commands/build/download.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/build/download.ts)_
|
|
525
525
|
|
|
526
526
|
## `eas build:inspect`
|
|
527
527
|
|
|
@@ -529,7 +529,8 @@ inspect the state of the project at specific build stages, useful for troublesho
|
|
|
529
529
|
|
|
530
530
|
```
|
|
531
531
|
USAGE
|
|
532
|
-
$ eas build:inspect -p android|ios -s archive|pre-build|post-build -o
|
|
532
|
+
$ eas build:inspect -p android|ios -s archive|pre-build|post-build -o OUTPUT_DIRECTORY [-e PROFILE_NAME]
|
|
533
|
+
[--force] [-v]
|
|
533
534
|
|
|
534
535
|
FLAGS
|
|
535
536
|
-e, --profile=PROFILE_NAME
|
|
@@ -538,14 +539,16 @@ FLAGS
|
|
|
538
539
|
-o, --output=OUTPUT_DIRECTORY
|
|
539
540
|
(required) Output directory.
|
|
540
541
|
|
|
541
|
-
-p, --platform
|
|
542
|
+
-p, --platform=<option>
|
|
542
543
|
(required)
|
|
544
|
+
<options: android|ios>
|
|
543
545
|
|
|
544
|
-
-s, --stage
|
|
546
|
+
-s, --stage=<option>
|
|
545
547
|
(required) Stage of the build you want to inspect.
|
|
546
548
|
archive - builds the project archive that would be uploaded to EAS when building
|
|
547
549
|
pre-build - prepares the project to be built with Gradle/Xcode. Does not run the native build.
|
|
548
550
|
post-build - builds the native project and leaves the output directory for inspection
|
|
551
|
+
<options: archive|pre-build|post-build>
|
|
549
552
|
|
|
550
553
|
-v, --verbose
|
|
551
554
|
|
|
@@ -556,7 +559,7 @@ DESCRIPTION
|
|
|
556
559
|
inspect the state of the project at specific build stages, useful for troubleshooting
|
|
557
560
|
```
|
|
558
561
|
|
|
559
|
-
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
562
|
+
_See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/build/inspect.ts)_
|
|
560
563
|
|
|
561
564
|
## `eas build:list`
|
|
562
565
|
|
|
@@ -568,47 +571,35 @@ USAGE
|
|
|
568
571
|
new|in-queue|in-progress|pending-cancel|errored|finished|canceled] [--distribution store|internal|simulator]
|
|
569
572
|
[--channel <value>] [--app-version <value>] [--app-build-version <value>] [--sdk-version <value>] [--runtime-version
|
|
570
573
|
<value>] [--app-identifier <value>] [-e <value>] [--git-commit-hash <value>] [--fingerprint-hash <value>] [--offset
|
|
571
|
-
<value>] [--limit <value>] [--json --non-interactive] [--simulator]
|
|
572
|
-
|
|
573
|
-
FLAGS
|
|
574
|
-
-e, --build-profile=<value>
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
--app-identifier=<value> Filter only builds created with the
|
|
580
|
-
specified app identifier
|
|
581
|
-
--app-version=<value> Filter only builds created with the
|
|
582
|
-
specified main app version
|
|
574
|
+
<value>] [--limit <value>] [--json] [--non-interactive] [--simulator]
|
|
575
|
+
|
|
576
|
+
FLAGS
|
|
577
|
+
-e, --build-profile=<value> Filter only builds created with the specified build profile
|
|
578
|
+
-p, --platform=<option> <options: android|ios|all>
|
|
579
|
+
--app-build-version=<value> Filter only builds created with the specified app build version
|
|
580
|
+
--app-identifier=<value> Filter only builds created with the specified app identifier
|
|
581
|
+
--app-version=<value> Filter only builds created with the specified main app version
|
|
583
582
|
--channel=<value>
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
specified runtime version
|
|
599
|
-
--sdk-version=<value> Filter only builds created with the
|
|
600
|
-
specified Expo SDK version
|
|
601
|
-
--simulator Filter only iOS simulator builds. Can
|
|
602
|
-
only be used with --platform flag set to
|
|
603
|
-
"ios"
|
|
604
|
-
--status=(new|in-queue|in-progress|pending-cancel|errored|finished|canceled) Filter only builds with the specified
|
|
605
|
-
status
|
|
583
|
+
--distribution=<option> Filter only builds with the specified distribution type
|
|
584
|
+
<options: store|internal|simulator>
|
|
585
|
+
--fingerprint-hash=<value> Filter only builds with the specified fingerprint hash
|
|
586
|
+
--git-commit-hash=<value> Filter only builds created with the specified git commit hash
|
|
587
|
+
--json Enable JSON output, non-JSON messages will be printed to stderr. Implies
|
|
588
|
+
--non-interactive.
|
|
589
|
+
--limit=<value> The number of items to fetch each query. Defaults to 10 and is capped at 50.
|
|
590
|
+
--non-interactive Run the command in non-interactive mode.
|
|
591
|
+
--offset=<value> Start queries from specified index. Use for paginating results. Defaults to 0.
|
|
592
|
+
--runtime-version=<value> Filter only builds created with the specified runtime version
|
|
593
|
+
--sdk-version=<value> Filter only builds created with the specified Expo SDK version
|
|
594
|
+
--simulator Filter only iOS simulator builds. Can only be used with --platform flag set to "ios"
|
|
595
|
+
--status=<option> Filter only builds with the specified status
|
|
596
|
+
<options: new|in-queue|in-progress|pending-cancel|errored|finished|canceled>
|
|
606
597
|
|
|
607
598
|
DESCRIPTION
|
|
608
599
|
list all builds for your project
|
|
609
600
|
```
|
|
610
601
|
|
|
611
|
-
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
602
|
+
_See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/build/list.ts)_
|
|
612
603
|
|
|
613
604
|
## `eas build:resign`
|
|
614
605
|
|
|
@@ -616,28 +607,29 @@ re-sign a build archive
|
|
|
616
607
|
|
|
617
608
|
```
|
|
618
609
|
USAGE
|
|
619
|
-
$ eas build:resign [-p android|ios] [-e
|
|
620
|
-
<value>] [--limit <value>] [--json --non-interactive]
|
|
610
|
+
$ eas build:resign [-p android|ios] [-e PROFILE_NAME] [--source-profile PROFILE_NAME] [--wait] [--id <value>]
|
|
611
|
+
[--offset <value>] [--limit <value>] [--json] [--non-interactive]
|
|
621
612
|
|
|
622
613
|
FLAGS
|
|
623
614
|
-e, --target-profile=PROFILE_NAME Name of the target build profile from eas.json. Credentials and environment
|
|
624
615
|
variables from this profile will be used when re-signing. Defaults to "production"
|
|
625
616
|
if defined in eas.json.
|
|
626
|
-
-p, --platform
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
617
|
+
-p, --platform=<option> <options: android|ios>
|
|
618
|
+
--id=<value> ID of the build to re-sign.
|
|
619
|
+
--json Enable JSON output, non-JSON messages will be printed to stderr. Implies
|
|
620
|
+
--non-interactive.
|
|
621
|
+
--limit=<value> The number of items to fetch each query. Defaults to 50 and is capped at 100.
|
|
622
|
+
--non-interactive Run the command in non-interactive mode.
|
|
623
|
+
--offset=<value> Start queries from specified index. Use for paginating results. Defaults to 0.
|
|
624
|
+
--source-profile=PROFILE_NAME Name of the source build profile from eas.json. Used to filter builds eligible for
|
|
633
625
|
re-signing.
|
|
634
|
-
|
|
626
|
+
--[no-]wait Wait for build(s) to complete.
|
|
635
627
|
|
|
636
628
|
DESCRIPTION
|
|
637
629
|
re-sign a build archive
|
|
638
630
|
```
|
|
639
631
|
|
|
640
|
-
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
632
|
+
_See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/build/resign.ts)_
|
|
641
633
|
|
|
642
634
|
## `eas build:run`
|
|
643
635
|
|
|
@@ -645,25 +637,25 @@ run simulator/emulator builds from eas-cli
|
|
|
645
637
|
|
|
646
638
|
```
|
|
647
639
|
USAGE
|
|
648
|
-
$ eas build:run [--latest | --id <value> | --path <value> | --url <value>] [-p android|ios] [-e
|
|
640
|
+
$ eas build:run [--latest | --id <value> | --path <value> | --url <value>] [-p android|ios] [-e PROFILE_NAME]
|
|
649
641
|
[--offset <value>] [--limit <value>]
|
|
650
642
|
|
|
651
643
|
FLAGS
|
|
652
|
-
-e, --profile=PROFILE_NAME
|
|
653
|
-
|
|
654
|
-
-p, --platform
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
644
|
+
-e, --profile=PROFILE_NAME Name of the build profile used to create the build to run. When specified, only builds
|
|
645
|
+
created with the specified build profile will be queried.
|
|
646
|
+
-p, --platform=<option> <options: android|ios>
|
|
647
|
+
--id=<value> ID of the simulator/emulator build to run
|
|
648
|
+
--latest Run the latest simulator/emulator build for specified platform
|
|
649
|
+
--limit=<value> The number of items to fetch each query. Defaults to 50 and is capped at 100.
|
|
650
|
+
--offset=<value> Start queries from specified index. Use for paginating results. Defaults to 0.
|
|
651
|
+
--path=<value> Path to the simulator/emulator build archive or app
|
|
652
|
+
--url=<value> Simulator/Emulator build archive url
|
|
661
653
|
|
|
662
654
|
DESCRIPTION
|
|
663
655
|
run simulator/emulator builds from eas-cli
|
|
664
656
|
```
|
|
665
657
|
|
|
666
|
-
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
658
|
+
_See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/build/run.ts)_
|
|
667
659
|
|
|
668
660
|
## `eas build:submit`
|
|
669
661
|
|
|
@@ -672,24 +664,22 @@ submit app binary to App Store and/or Play Store
|
|
|
672
664
|
```
|
|
673
665
|
USAGE
|
|
674
666
|
$ eas build:submit [-p android|ios|all] [-e <value>] [--latest | --id <value> | --path <value> | --url <value>]
|
|
675
|
-
[--what-to-test <value>] [--verbose] [--wait] [--verbose-fastlane] [-g <value
|
|
676
|
-
|
|
677
|
-
FLAGS
|
|
678
|
-
-e, --profile=<value>
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
--[no-]wait Wait for submission to complete
|
|
692
|
-
--what-to-test=<value> Sets the "What to test" information in TestFlight (iOS only).
|
|
667
|
+
[--what-to-test <value>] [--verbose] [--wait] [--verbose-fastlane] [-g <value>...] [--non-interactive]
|
|
668
|
+
|
|
669
|
+
FLAGS
|
|
670
|
+
-e, --profile=<value> Name of the submit profile from eas.json. Defaults to "production" if defined in eas.json.
|
|
671
|
+
-g, --groups=<value>... Internal TestFlight testing groups to add the build to (iOS only). Learn more: https://dev
|
|
672
|
+
eloper.apple.com/help/app-store-connect/test-a-beta-version/add-internal-testers
|
|
673
|
+
-p, --platform=<option> <options: android|ios|all>
|
|
674
|
+
--id=<value> ID of the build to submit
|
|
675
|
+
--latest Submit the latest build for specified platform
|
|
676
|
+
--non-interactive Run command in non-interactive mode
|
|
677
|
+
--path=<value> Path to the .apk/.aab/.ipa file
|
|
678
|
+
--url=<value> App archive url
|
|
679
|
+
--verbose Always print logs from EAS Submit
|
|
680
|
+
--verbose-fastlane Enable verbose logging for the submission process
|
|
681
|
+
--[no-]wait Wait for submission to complete
|
|
682
|
+
--what-to-test=<value> Sets the "What to test" information in TestFlight (iOS only).
|
|
693
683
|
|
|
694
684
|
DESCRIPTION
|
|
695
685
|
submit app binary to App Store and/or Play Store
|
|
@@ -704,20 +694,20 @@ get the latest version from EAS servers
|
|
|
704
694
|
|
|
705
695
|
```
|
|
706
696
|
USAGE
|
|
707
|
-
$ eas build:version:get [-p android|ios|all] [-e
|
|
697
|
+
$ eas build:version:get [-p android|ios|all] [-e PROFILE_NAME] [--json] [--non-interactive]
|
|
708
698
|
|
|
709
699
|
FLAGS
|
|
710
|
-
-e, --profile=PROFILE_NAME
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
700
|
+
-e, --profile=PROFILE_NAME Name of the build profile from eas.json. Defaults to "production" if defined in eas.json.
|
|
701
|
+
-p, --platform=<option> <options: android|ios|all>
|
|
702
|
+
--json Enable JSON output, non-JSON messages will be printed to stderr. Implies
|
|
703
|
+
--non-interactive.
|
|
704
|
+
--non-interactive Run the command in non-interactive mode.
|
|
715
705
|
|
|
716
706
|
DESCRIPTION
|
|
717
707
|
get the latest version from EAS servers
|
|
718
708
|
```
|
|
719
709
|
|
|
720
|
-
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
710
|
+
_See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/build/version/get.ts)_
|
|
721
711
|
|
|
722
712
|
## `eas build:version:set`
|
|
723
713
|
|
|
@@ -725,18 +715,17 @@ update version of an app
|
|
|
725
715
|
|
|
726
716
|
```
|
|
727
717
|
USAGE
|
|
728
|
-
$ eas build:version:set [-p android|ios] [-e
|
|
718
|
+
$ eas build:version:set [-p android|ios] [-e PROFILE_NAME]
|
|
729
719
|
|
|
730
720
|
FLAGS
|
|
731
|
-
-e, --profile=PROFILE_NAME
|
|
732
|
-
|
|
733
|
-
-p, --platform=(android|ios)
|
|
721
|
+
-e, --profile=PROFILE_NAME Name of the build profile from eas.json. Defaults to "production" if defined in eas.json.
|
|
722
|
+
-p, --platform=<option> <options: android|ios>
|
|
734
723
|
|
|
735
724
|
DESCRIPTION
|
|
736
725
|
update version of an app
|
|
737
726
|
```
|
|
738
727
|
|
|
739
|
-
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
728
|
+
_See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/build/version/set.ts)_
|
|
740
729
|
|
|
741
730
|
## `eas build:version:sync`
|
|
742
731
|
|
|
@@ -744,18 +733,17 @@ update a version in native code with a value stored on EAS servers
|
|
|
744
733
|
|
|
745
734
|
```
|
|
746
735
|
USAGE
|
|
747
|
-
$ eas build:version:sync [-p android|ios|all] [-e
|
|
736
|
+
$ eas build:version:sync [-p android|ios|all] [-e PROFILE_NAME]
|
|
748
737
|
|
|
749
738
|
FLAGS
|
|
750
|
-
-e, --profile=PROFILE_NAME
|
|
751
|
-
|
|
752
|
-
-p, --platform=(android|ios|all)
|
|
739
|
+
-e, --profile=PROFILE_NAME Name of the build profile from eas.json. Defaults to "production" if defined in eas.json.
|
|
740
|
+
-p, --platform=<option> <options: android|ios|all>
|
|
753
741
|
|
|
754
742
|
DESCRIPTION
|
|
755
743
|
update a version in native code with a value stored on EAS servers
|
|
756
744
|
```
|
|
757
745
|
|
|
758
|
-
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
746
|
+
_See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/build/version/sync.ts)_
|
|
759
747
|
|
|
760
748
|
## `eas build:view [BUILD_ID]`
|
|
761
749
|
|
|
@@ -772,7 +760,7 @@ DESCRIPTION
|
|
|
772
760
|
view a build for your project
|
|
773
761
|
```
|
|
774
762
|
|
|
775
|
-
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
763
|
+
_See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/build/view.ts)_
|
|
776
764
|
|
|
777
765
|
## `eas channel:create [NAME]`
|
|
778
766
|
|
|
@@ -780,20 +768,20 @@ create a channel
|
|
|
780
768
|
|
|
781
769
|
```
|
|
782
770
|
USAGE
|
|
783
|
-
$ eas channel:create [NAME] [--json --non-interactive]
|
|
771
|
+
$ eas channel:create [NAME] [--json] [--non-interactive]
|
|
784
772
|
|
|
785
773
|
ARGUMENTS
|
|
786
|
-
NAME Name of the channel to create
|
|
774
|
+
[NAME] Name of the channel to create
|
|
787
775
|
|
|
788
776
|
FLAGS
|
|
789
|
-
--json Enable JSON output, non-JSON messages will be printed to stderr.
|
|
777
|
+
--json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
|
|
790
778
|
--non-interactive Run the command in non-interactive mode.
|
|
791
779
|
|
|
792
780
|
DESCRIPTION
|
|
793
781
|
create a channel
|
|
794
782
|
```
|
|
795
783
|
|
|
796
|
-
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
784
|
+
_See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/channel/create.ts)_
|
|
797
785
|
|
|
798
786
|
## `eas channel:delete [NAME]`
|
|
799
787
|
|
|
@@ -801,20 +789,20 @@ Delete a channel
|
|
|
801
789
|
|
|
802
790
|
```
|
|
803
791
|
USAGE
|
|
804
|
-
$ eas channel:delete [NAME] [--json --non-interactive]
|
|
792
|
+
$ eas channel:delete [NAME] [--json] [--non-interactive]
|
|
805
793
|
|
|
806
794
|
ARGUMENTS
|
|
807
|
-
NAME Name of the channel to delete
|
|
795
|
+
[NAME] Name of the channel to delete
|
|
808
796
|
|
|
809
797
|
FLAGS
|
|
810
|
-
--json Enable JSON output, non-JSON messages will be printed to stderr.
|
|
798
|
+
--json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
|
|
811
799
|
--non-interactive Run the command in non-interactive mode.
|
|
812
800
|
|
|
813
801
|
DESCRIPTION
|
|
814
802
|
Delete a channel
|
|
815
803
|
```
|
|
816
804
|
|
|
817
|
-
_See code: [packages/eas-cli/src/commands/channel/delete.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
805
|
+
_See code: [packages/eas-cli/src/commands/channel/delete.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/channel/delete.ts)_
|
|
818
806
|
|
|
819
807
|
## `eas channel:edit [NAME]`
|
|
820
808
|
|
|
@@ -822,21 +810,21 @@ point a channel at a new branch
|
|
|
822
810
|
|
|
823
811
|
```
|
|
824
812
|
USAGE
|
|
825
|
-
$ eas channel:edit [NAME] [--branch <value>] [--json --non-interactive]
|
|
813
|
+
$ eas channel:edit [NAME] [--branch <value>] [--json] [--non-interactive]
|
|
826
814
|
|
|
827
815
|
ARGUMENTS
|
|
828
|
-
NAME Name of the channel to edit
|
|
816
|
+
[NAME] Name of the channel to edit
|
|
829
817
|
|
|
830
818
|
FLAGS
|
|
831
819
|
--branch=<value> Name of the branch to point to
|
|
832
|
-
--json Enable JSON output, non-JSON messages will be printed to stderr.
|
|
820
|
+
--json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
|
|
833
821
|
--non-interactive Run the command in non-interactive mode.
|
|
834
822
|
|
|
835
823
|
DESCRIPTION
|
|
836
824
|
point a channel at a new branch
|
|
837
825
|
```
|
|
838
826
|
|
|
839
|
-
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
827
|
+
_See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/channel/edit.ts)_
|
|
840
828
|
|
|
841
829
|
## `eas channel:list`
|
|
842
830
|
|
|
@@ -844,10 +832,10 @@ list all channels
|
|
|
844
832
|
|
|
845
833
|
```
|
|
846
834
|
USAGE
|
|
847
|
-
$ eas channel:list [--offset <value>] [--limit <value>] [--json --non-interactive]
|
|
835
|
+
$ eas channel:list [--offset <value>] [--limit <value>] [--json] [--non-interactive]
|
|
848
836
|
|
|
849
837
|
FLAGS
|
|
850
|
-
--json Enable JSON output, non-JSON messages will be printed to stderr.
|
|
838
|
+
--json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
|
|
851
839
|
--limit=<value> The number of items to fetch each query. Defaults to 10 and is capped at 25.
|
|
852
840
|
--non-interactive Run the command in non-interactive mode.
|
|
853
841
|
--offset=<value> Start queries from specified index. Use for paginating results. Defaults to 0.
|
|
@@ -856,7 +844,7 @@ DESCRIPTION
|
|
|
856
844
|
list all channels
|
|
857
845
|
```
|
|
858
846
|
|
|
859
|
-
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
847
|
+
_See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/channel/list.ts)_
|
|
860
848
|
|
|
861
849
|
## `eas channel:pause [NAME]`
|
|
862
850
|
|
|
@@ -864,21 +852,21 @@ pause a channel to stop it from sending updates
|
|
|
864
852
|
|
|
865
853
|
```
|
|
866
854
|
USAGE
|
|
867
|
-
$ eas channel:pause [NAME] [--branch <value>] [--json --non-interactive]
|
|
855
|
+
$ eas channel:pause [NAME] [--branch <value>] [--json] [--non-interactive]
|
|
868
856
|
|
|
869
857
|
ARGUMENTS
|
|
870
|
-
NAME Name of the channel to edit
|
|
858
|
+
[NAME] Name of the channel to edit
|
|
871
859
|
|
|
872
860
|
FLAGS
|
|
873
861
|
--branch=<value> Name of the branch to point to
|
|
874
|
-
--json Enable JSON output, non-JSON messages will be printed to stderr.
|
|
862
|
+
--json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
|
|
875
863
|
--non-interactive Run the command in non-interactive mode.
|
|
876
864
|
|
|
877
865
|
DESCRIPTION
|
|
878
866
|
pause a channel to stop it from sending updates
|
|
879
867
|
```
|
|
880
868
|
|
|
881
|
-
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
869
|
+
_See code: [packages/eas-cli/src/commands/channel/pause.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/channel/pause.ts)_
|
|
882
870
|
|
|
883
871
|
## `eas channel:resume [NAME]`
|
|
884
872
|
|
|
@@ -886,21 +874,21 @@ resume a channel to start sending updates
|
|
|
886
874
|
|
|
887
875
|
```
|
|
888
876
|
USAGE
|
|
889
|
-
$ eas channel:resume [NAME] [--branch <value>] [--json --non-interactive]
|
|
877
|
+
$ eas channel:resume [NAME] [--branch <value>] [--json] [--non-interactive]
|
|
890
878
|
|
|
891
879
|
ARGUMENTS
|
|
892
|
-
NAME Name of the channel to edit
|
|
880
|
+
[NAME] Name of the channel to edit
|
|
893
881
|
|
|
894
882
|
FLAGS
|
|
895
883
|
--branch=<value> Name of the branch to point to
|
|
896
|
-
--json Enable JSON output, non-JSON messages will be printed to stderr.
|
|
884
|
+
--json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
|
|
897
885
|
--non-interactive Run the command in non-interactive mode.
|
|
898
886
|
|
|
899
887
|
DESCRIPTION
|
|
900
888
|
resume a channel to start sending updates
|
|
901
889
|
```
|
|
902
890
|
|
|
903
|
-
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
891
|
+
_See code: [packages/eas-cli/src/commands/channel/resume.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/channel/resume.ts)_
|
|
904
892
|
|
|
905
893
|
## `eas channel:rollout [CHANNEL]`
|
|
906
894
|
|
|
@@ -909,31 +897,33 @@ Roll a new branch out on a channel incrementally.
|
|
|
909
897
|
```
|
|
910
898
|
USAGE
|
|
911
899
|
$ eas channel:rollout [CHANNEL] [--action create|edit|end|view] [--percent <value>] [--outcome
|
|
912
|
-
republish-and-revert|revert] [--branch <value>] [--runtime-version <value>] [--private-key-path <value>] [--json
|
|
913
|
-
--non-interactive]
|
|
900
|
+
republish-and-revert|revert] [--branch <value>] [--runtime-version <value>] [--private-key-path <value>] [--json]
|
|
901
|
+
[--non-interactive]
|
|
914
902
|
|
|
915
903
|
ARGUMENTS
|
|
916
|
-
CHANNEL channel on which the rollout should be done
|
|
904
|
+
[CHANNEL] channel on which the rollout should be done
|
|
917
905
|
|
|
918
906
|
FLAGS
|
|
919
|
-
--action
|
|
920
|
-
|
|
921
|
-
--
|
|
922
|
-
--non-
|
|
923
|
-
|
|
924
|
-
--
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
907
|
+
--action=<option> Rollout action to perform
|
|
908
|
+
<options: create|edit|end|view>
|
|
909
|
+
--branch=<value> Branch to roll out. Use with --action=create
|
|
910
|
+
--json Enable JSON output, non-JSON messages will be printed to stderr. Implies
|
|
911
|
+
--non-interactive.
|
|
912
|
+
--non-interactive Run the command in non-interactive mode.
|
|
913
|
+
--outcome=<option> End outcome of rollout. Use with --action=end
|
|
914
|
+
<options: republish-and-revert|revert>
|
|
915
|
+
--percent=<value> Percent of users to send to the new branch. Use with --action=edit or --action=create
|
|
916
|
+
--private-key-path=<value> File containing the PEM-encoded private key corresponding to the certificate in
|
|
917
|
+
expo-updates' configuration. Defaults to a file named "private-key.pem" in the
|
|
918
|
+
certificate's directory. Only relevant if you are using code signing:
|
|
919
|
+
https://docs.expo.dev/eas-update/code-signing/
|
|
920
|
+
--runtime-version=<value> Runtime version to target. Use with --action=create
|
|
931
921
|
|
|
932
922
|
DESCRIPTION
|
|
933
923
|
Roll a new branch out on a channel incrementally.
|
|
934
924
|
```
|
|
935
925
|
|
|
936
|
-
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
926
|
+
_See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/channel/rollout.ts)_
|
|
937
927
|
|
|
938
928
|
## `eas channel:view [NAME]`
|
|
939
929
|
|
|
@@ -941,13 +931,13 @@ view a channel
|
|
|
941
931
|
|
|
942
932
|
```
|
|
943
933
|
USAGE
|
|
944
|
-
$ eas channel:view [NAME] [--json --non-interactive] [--offset <value>] [--limit <value>]
|
|
934
|
+
$ eas channel:view [NAME] [--json] [--non-interactive] [--offset <value>] [--limit <value>]
|
|
945
935
|
|
|
946
936
|
ARGUMENTS
|
|
947
|
-
NAME Name of the channel to view
|
|
937
|
+
[NAME] Name of the channel to view
|
|
948
938
|
|
|
949
939
|
FLAGS
|
|
950
|
-
--json Enable JSON output, non-JSON messages will be printed to stderr.
|
|
940
|
+
--json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
|
|
951
941
|
--limit=<value> The number of items to fetch each query. Defaults to 50 and is capped at 100.
|
|
952
942
|
--non-interactive Run the command in non-interactive mode.
|
|
953
943
|
--offset=<value> Start queries from specified index. Use for paginating results. Defaults to 0.
|
|
@@ -956,7 +946,7 @@ DESCRIPTION
|
|
|
956
946
|
view a channel
|
|
957
947
|
```
|
|
958
948
|
|
|
959
|
-
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
949
|
+
_See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/channel/view.ts)_
|
|
960
950
|
|
|
961
951
|
## `eas config`
|
|
962
952
|
|
|
@@ -964,20 +954,20 @@ display project configuration (app.json + eas.json)
|
|
|
964
954
|
|
|
965
955
|
```
|
|
966
956
|
USAGE
|
|
967
|
-
$ eas config [-p android|ios] [-e
|
|
957
|
+
$ eas config [-p android|ios] [-e PROFILE_NAME] [--json] [--non-interactive]
|
|
968
958
|
|
|
969
959
|
FLAGS
|
|
970
|
-
-e, --profile=PROFILE_NAME
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
960
|
+
-e, --profile=PROFILE_NAME Name of the build profile from eas.json. Defaults to "production" if defined in eas.json.
|
|
961
|
+
-p, --platform=<option> <options: android|ios>
|
|
962
|
+
--json Enable JSON output, non-JSON messages will be printed to stderr. Implies
|
|
963
|
+
--non-interactive.
|
|
964
|
+
--non-interactive Run the command in non-interactive mode.
|
|
975
965
|
|
|
976
966
|
DESCRIPTION
|
|
977
967
|
display project configuration (app.json + eas.json)
|
|
978
968
|
```
|
|
979
969
|
|
|
980
|
-
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
970
|
+
_See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/config.ts)_
|
|
981
971
|
|
|
982
972
|
## `eas credentials`
|
|
983
973
|
|
|
@@ -988,13 +978,13 @@ USAGE
|
|
|
988
978
|
$ eas credentials [-p android|ios]
|
|
989
979
|
|
|
990
980
|
FLAGS
|
|
991
|
-
-p, --platform
|
|
981
|
+
-p, --platform=<option> <options: android|ios>
|
|
992
982
|
|
|
993
983
|
DESCRIPTION
|
|
994
984
|
manage credentials
|
|
995
985
|
```
|
|
996
986
|
|
|
997
|
-
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
987
|
+
_See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/credentials/index.ts)_
|
|
998
988
|
|
|
999
989
|
## `eas credentials:configure-build`
|
|
1000
990
|
|
|
@@ -1002,17 +992,17 @@ Set up credentials for building your project.
|
|
|
1002
992
|
|
|
1003
993
|
```
|
|
1004
994
|
USAGE
|
|
1005
|
-
$ eas credentials:configure-build [-p android|ios] [-e
|
|
995
|
+
$ eas credentials:configure-build [-p android|ios] [-e PROFILE_NAME]
|
|
1006
996
|
|
|
1007
997
|
FLAGS
|
|
1008
|
-
-e, --profile=PROFILE_NAME
|
|
1009
|
-
-p, --platform
|
|
998
|
+
-e, --profile=PROFILE_NAME The name of the build profile in eas.json.
|
|
999
|
+
-p, --platform=<option> <options: android|ios>
|
|
1010
1000
|
|
|
1011
1001
|
DESCRIPTION
|
|
1012
1002
|
Set up credentials for building your project.
|
|
1013
1003
|
```
|
|
1014
1004
|
|
|
1015
|
-
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1005
|
+
_See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/credentials/configure-build.ts)_
|
|
1016
1006
|
|
|
1017
1007
|
## `eas deploy [options]`
|
|
1018
1008
|
|
|
@@ -1029,9 +1019,10 @@ FLAGS
|
|
|
1029
1019
|
--environment=<value> Environment variable's environment, e.g. 'production', 'preview', 'development'
|
|
1030
1020
|
--export-dir=dir [default: dist] Directory where the Expo project was exported.
|
|
1031
1021
|
--id=xyz123 Custom unique identifier for the new deployment.
|
|
1032
|
-
--json Enable JSON output, non-JSON messages will be printed to stderr.
|
|
1022
|
+
--json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
|
|
1033
1023
|
--non-interactive Run the command in non-interactive mode.
|
|
1034
1024
|
--prod Create a new production deployment.
|
|
1025
|
+
--[no-]source-maps Include source maps in the deployment.
|
|
1035
1026
|
|
|
1036
1027
|
DESCRIPTION
|
|
1037
1028
|
deploy your Expo Router web build and API Routes
|
|
@@ -1040,7 +1031,7 @@ ALIASES
|
|
|
1040
1031
|
$ eas worker:deploy
|
|
1041
1032
|
```
|
|
1042
1033
|
|
|
1043
|
-
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1034
|
+
_See code: [packages/eas-cli/src/commands/deploy/index.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/deploy/index.ts)_
|
|
1044
1035
|
|
|
1045
1036
|
## `eas deploy:alias`
|
|
1046
1037
|
|
|
@@ -1048,12 +1039,12 @@ Assign deployment aliases.
|
|
|
1048
1039
|
|
|
1049
1040
|
```
|
|
1050
1041
|
USAGE
|
|
1051
|
-
$ eas deploy:alias [--prod] [--alias
|
|
1042
|
+
$ eas deploy:alias [--prod] [--alias name] [--id xyz123] [--json] [--non-interactive]
|
|
1052
1043
|
|
|
1053
1044
|
FLAGS
|
|
1054
1045
|
--alias=name Custom alias to assign to the existing deployment.
|
|
1055
1046
|
--id=xyz123 Unique identifier of an existing deployment.
|
|
1056
|
-
--json Enable JSON output, non-JSON messages will be printed to stderr.
|
|
1047
|
+
--json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
|
|
1057
1048
|
--non-interactive Run the command in non-interactive mode.
|
|
1058
1049
|
--prod Promote an existing deployment to production.
|
|
1059
1050
|
|
|
@@ -1065,7 +1056,7 @@ ALIASES
|
|
|
1065
1056
|
$ eas deploy:promote
|
|
1066
1057
|
```
|
|
1067
1058
|
|
|
1068
|
-
_See code: [packages/eas-cli/src/commands/deploy/alias/index.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1059
|
+
_See code: [packages/eas-cli/src/commands/deploy/alias/index.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/deploy/alias/index.ts)_
|
|
1069
1060
|
|
|
1070
1061
|
## `eas deploy:alias:delete [ALIAS_NAME]`
|
|
1071
1062
|
|
|
@@ -1073,10 +1064,10 @@ Delete deployment aliases.
|
|
|
1073
1064
|
|
|
1074
1065
|
```
|
|
1075
1066
|
USAGE
|
|
1076
|
-
$ eas deploy:alias:delete [ALIAS_NAME] [--json --non-interactive]
|
|
1067
|
+
$ eas deploy:alias:delete [ALIAS_NAME] [--json] [--non-interactive]
|
|
1077
1068
|
|
|
1078
1069
|
FLAGS
|
|
1079
|
-
--json Enable JSON output, non-JSON messages will be printed to stderr.
|
|
1070
|
+
--json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
|
|
1080
1071
|
--non-interactive Run the command in non-interactive mode.
|
|
1081
1072
|
|
|
1082
1073
|
DESCRIPTION
|
|
@@ -1086,7 +1077,7 @@ ALIASES
|
|
|
1086
1077
|
$ eas worker:alias:delete
|
|
1087
1078
|
```
|
|
1088
1079
|
|
|
1089
|
-
_See code: [packages/eas-cli/src/commands/deploy/alias/delete.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1080
|
+
_See code: [packages/eas-cli/src/commands/deploy/alias/delete.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/deploy/alias/delete.ts)_
|
|
1090
1081
|
|
|
1091
1082
|
## `eas deploy:delete [DEPLOYMENT_ID]`
|
|
1092
1083
|
|
|
@@ -1094,10 +1085,10 @@ Delete a deployment.
|
|
|
1094
1085
|
|
|
1095
1086
|
```
|
|
1096
1087
|
USAGE
|
|
1097
|
-
$ eas deploy:delete [DEPLOYMENT_ID] [--json --non-interactive]
|
|
1088
|
+
$ eas deploy:delete [DEPLOYMENT_ID] [--json] [--non-interactive]
|
|
1098
1089
|
|
|
1099
1090
|
FLAGS
|
|
1100
|
-
--json Enable JSON output, non-JSON messages will be printed to stderr.
|
|
1091
|
+
--json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
|
|
1101
1092
|
--non-interactive Run the command in non-interactive mode.
|
|
1102
1093
|
|
|
1103
1094
|
DESCRIPTION
|
|
@@ -1107,7 +1098,7 @@ ALIASES
|
|
|
1107
1098
|
$ eas worker:delete
|
|
1108
1099
|
```
|
|
1109
1100
|
|
|
1110
|
-
_See code: [packages/eas-cli/src/commands/deploy/delete.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1101
|
+
_See code: [packages/eas-cli/src/commands/deploy/delete.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/deploy/delete.ts)_
|
|
1111
1102
|
|
|
1112
1103
|
## `eas deploy:promote`
|
|
1113
1104
|
|
|
@@ -1115,12 +1106,12 @@ Assign deployment aliases.
|
|
|
1115
1106
|
|
|
1116
1107
|
```
|
|
1117
1108
|
USAGE
|
|
1118
|
-
$ eas deploy:promote [--prod] [--alias
|
|
1109
|
+
$ eas deploy:promote [--prod] [--alias name] [--id xyz123] [--json] [--non-interactive]
|
|
1119
1110
|
|
|
1120
1111
|
FLAGS
|
|
1121
1112
|
--alias=name Custom alias to assign to the existing deployment.
|
|
1122
1113
|
--id=xyz123 Unique identifier of an existing deployment.
|
|
1123
|
-
--json Enable JSON output, non-JSON messages will be printed to stderr.
|
|
1114
|
+
--json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
|
|
1124
1115
|
--non-interactive Run the command in non-interactive mode.
|
|
1125
1116
|
--prod Promote an existing deployment to production.
|
|
1126
1117
|
|
|
@@ -1144,7 +1135,7 @@ DESCRIPTION
|
|
|
1144
1135
|
register new Apple Devices to use for internal distribution
|
|
1145
1136
|
```
|
|
1146
1137
|
|
|
1147
|
-
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1138
|
+
_See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/device/create.ts)_
|
|
1148
1139
|
|
|
1149
1140
|
## `eas device:delete`
|
|
1150
1141
|
|
|
@@ -1152,11 +1143,11 @@ remove a registered device from your account
|
|
|
1152
1143
|
|
|
1153
1144
|
```
|
|
1154
1145
|
USAGE
|
|
1155
|
-
$ eas device:delete [--apple-team-id <value>] [--udid <value>] [--json --non-interactive]
|
|
1146
|
+
$ eas device:delete [--apple-team-id <value>] [--udid <value>] [--json] [--non-interactive]
|
|
1156
1147
|
|
|
1157
1148
|
FLAGS
|
|
1158
1149
|
--apple-team-id=<value> The Apple team ID on which to find the device
|
|
1159
|
-
--json Enable JSON output, non-JSON messages will be printed to stderr.
|
|
1150
|
+
--json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
|
|
1160
1151
|
--non-interactive Run the command in non-interactive mode.
|
|
1161
1152
|
--udid=<value> The Apple device ID to disable
|
|
1162
1153
|
|
|
@@ -1164,7 +1155,7 @@ DESCRIPTION
|
|
|
1164
1155
|
remove a registered device from your account
|
|
1165
1156
|
```
|
|
1166
1157
|
|
|
1167
|
-
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1158
|
+
_See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/device/delete.ts)_
|
|
1168
1159
|
|
|
1169
1160
|
## `eas device:list`
|
|
1170
1161
|
|
|
@@ -1172,11 +1163,11 @@ list all registered devices for your account
|
|
|
1172
1163
|
|
|
1173
1164
|
```
|
|
1174
1165
|
USAGE
|
|
1175
|
-
$ eas device:list [--apple-team-id <value>] [--offset <value>] [--limit <value>] [--json --non-interactive]
|
|
1166
|
+
$ eas device:list [--apple-team-id <value>] [--offset <value>] [--limit <value>] [--json] [--non-interactive]
|
|
1176
1167
|
|
|
1177
1168
|
FLAGS
|
|
1178
1169
|
--apple-team-id=<value>
|
|
1179
|
-
--json Enable JSON output, non-JSON messages will be printed to stderr.
|
|
1170
|
+
--json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
|
|
1180
1171
|
--limit=<value> The number of items to fetch each query. Defaults to 50 and is capped at 100.
|
|
1181
1172
|
--non-interactive Run the command in non-interactive mode.
|
|
1182
1173
|
--offset=<value> Start queries from specified index. Use for paginating results. Defaults to 0.
|
|
@@ -1185,7 +1176,7 @@ DESCRIPTION
|
|
|
1185
1176
|
list all registered devices for your account
|
|
1186
1177
|
```
|
|
1187
1178
|
|
|
1188
|
-
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1179
|
+
_See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/device/list.ts)_
|
|
1189
1180
|
|
|
1190
1181
|
## `eas device:rename`
|
|
1191
1182
|
|
|
@@ -1193,11 +1184,11 @@ rename a registered device
|
|
|
1193
1184
|
|
|
1194
1185
|
```
|
|
1195
1186
|
USAGE
|
|
1196
|
-
$ eas device:rename [--apple-team-id <value>] [--udid <value>] [--name <value>] [--json --non-interactive]
|
|
1187
|
+
$ eas device:rename [--apple-team-id <value>] [--udid <value>] [--name <value>] [--json] [--non-interactive]
|
|
1197
1188
|
|
|
1198
1189
|
FLAGS
|
|
1199
1190
|
--apple-team-id=<value> The Apple team ID on which to find the device
|
|
1200
|
-
--json Enable JSON output, non-JSON messages will be printed to stderr.
|
|
1191
|
+
--json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
|
|
1201
1192
|
--name=<value> The new name for the device
|
|
1202
1193
|
--non-interactive Run the command in non-interactive mode.
|
|
1203
1194
|
--udid=<value> The Apple device ID to rename
|
|
@@ -1206,7 +1197,7 @@ DESCRIPTION
|
|
|
1206
1197
|
rename a registered device
|
|
1207
1198
|
```
|
|
1208
1199
|
|
|
1209
|
-
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1200
|
+
_See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/device/rename.ts)_
|
|
1210
1201
|
|
|
1211
1202
|
## `eas device:view [UDID]`
|
|
1212
1203
|
|
|
@@ -1220,7 +1211,7 @@ DESCRIPTION
|
|
|
1220
1211
|
view a device for your project
|
|
1221
1212
|
```
|
|
1222
1213
|
|
|
1223
|
-
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1214
|
+
_See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/device/view.ts)_
|
|
1224
1215
|
|
|
1225
1216
|
## `eas diagnostics`
|
|
1226
1217
|
|
|
@@ -1234,7 +1225,7 @@ DESCRIPTION
|
|
|
1234
1225
|
display environment info
|
|
1235
1226
|
```
|
|
1236
1227
|
|
|
1237
|
-
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1228
|
+
_See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/diagnostics.ts)_
|
|
1238
1229
|
|
|
1239
1230
|
## `eas env:create [ENVIRONMENT]`
|
|
1240
1231
|
|
|
@@ -1243,28 +1234,30 @@ create an environment variable for the current project or account
|
|
|
1243
1234
|
```
|
|
1244
1235
|
USAGE
|
|
1245
1236
|
$ eas env:create [ENVIRONMENT] [--name <value>] [--value <value>] [--force] [--type string|file] [--visibility
|
|
1246
|
-
plaintext|sensitive|secret] [--scope project|account] [--environment <value
|
|
1237
|
+
plaintext|sensitive|secret] [--scope project|account] [--environment <value>...] [--non-interactive]
|
|
1247
1238
|
|
|
1248
1239
|
ARGUMENTS
|
|
1249
|
-
ENVIRONMENT Environment to create the variable in. Default environments are 'production', 'preview', and
|
|
1250
|
-
|
|
1240
|
+
[ENVIRONMENT] Environment to create the variable in. Default environments are 'production', 'preview', and
|
|
1241
|
+
'development'.
|
|
1251
1242
|
|
|
1252
1243
|
FLAGS
|
|
1253
|
-
--environment=<value>...
|
|
1254
|
-
|
|
1255
|
-
--
|
|
1256
|
-
--
|
|
1257
|
-
--
|
|
1258
|
-
|
|
1259
|
-
--type
|
|
1260
|
-
|
|
1261
|
-
--
|
|
1244
|
+
--environment=<value>... Environment variable's environment, e.g. 'production', 'preview', 'development'
|
|
1245
|
+
--force Overwrite existing variable
|
|
1246
|
+
--name=<value> Name of the variable
|
|
1247
|
+
--non-interactive Run the command in non-interactive mode.
|
|
1248
|
+
--scope=<option> [default: project] Scope for the variable
|
|
1249
|
+
<options: project|account>
|
|
1250
|
+
--type=<option> The type of variable
|
|
1251
|
+
<options: string|file>
|
|
1252
|
+
--value=<value> Text value or the variable
|
|
1253
|
+
--visibility=<option> Visibility of the variable
|
|
1254
|
+
<options: plaintext|sensitive|secret>
|
|
1262
1255
|
|
|
1263
1256
|
DESCRIPTION
|
|
1264
1257
|
create an environment variable for the current project or account
|
|
1265
1258
|
```
|
|
1266
1259
|
|
|
1267
|
-
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1260
|
+
_See code: [packages/eas-cli/src/commands/env/create.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/env/create.ts)_
|
|
1268
1261
|
|
|
1269
1262
|
## `eas env:delete [ENVIRONMENT]`
|
|
1270
1263
|
|
|
@@ -1276,12 +1269,13 @@ USAGE
|
|
|
1276
1269
|
project|account] [--non-interactive]
|
|
1277
1270
|
|
|
1278
1271
|
ARGUMENTS
|
|
1279
|
-
ENVIRONMENT Current environment of the variable to delete. Default environments are 'production', 'preview', and
|
|
1280
|
-
|
|
1272
|
+
[ENVIRONMENT] Current environment of the variable to delete. Default environments are 'production', 'preview', and
|
|
1273
|
+
'development'.
|
|
1281
1274
|
|
|
1282
1275
|
FLAGS
|
|
1283
1276
|
--non-interactive Run the command in non-interactive mode.
|
|
1284
|
-
--scope
|
|
1277
|
+
--scope=<option> [default: project] Scope for the variable
|
|
1278
|
+
<options: project|account>
|
|
1285
1279
|
--variable-environment=<value> Current environment of the variable to delete
|
|
1286
1280
|
--variable-name=<value> Name of the variable to delete
|
|
1287
1281
|
|
|
@@ -1289,7 +1283,7 @@ DESCRIPTION
|
|
|
1289
1283
|
delete an environment variable for the current project or account
|
|
1290
1284
|
```
|
|
1291
1285
|
|
|
1292
|
-
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1286
|
+
_See code: [packages/eas-cli/src/commands/env/delete.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/env/delete.ts)_
|
|
1293
1287
|
|
|
1294
1288
|
## `eas env:exec ENVIRONMENT BASH_COMMAND`
|
|
1295
1289
|
|
|
@@ -1311,7 +1305,7 @@ DESCRIPTION
|
|
|
1311
1305
|
execute a command with environment variables from the selected environment
|
|
1312
1306
|
```
|
|
1313
1307
|
|
|
1314
|
-
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1308
|
+
_See code: [packages/eas-cli/src/commands/env/exec.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/env/exec.ts)_
|
|
1315
1309
|
|
|
1316
1310
|
## `eas env:get [ENVIRONMENT]`
|
|
1317
1311
|
|
|
@@ -1323,12 +1317,15 @@ USAGE
|
|
|
1323
1317
|
long|short] [--scope project|account] [--non-interactive]
|
|
1324
1318
|
|
|
1325
1319
|
ARGUMENTS
|
|
1326
|
-
ENVIRONMENT Current environment of the variable. Default environments are 'production', 'preview', and
|
|
1320
|
+
[ENVIRONMENT] Current environment of the variable. Default environments are 'production', 'preview', and
|
|
1321
|
+
'development'.
|
|
1327
1322
|
|
|
1328
1323
|
FLAGS
|
|
1329
|
-
--format
|
|
1324
|
+
--format=<option> [default: short] Output format
|
|
1325
|
+
<options: long|short>
|
|
1330
1326
|
--non-interactive Run the command in non-interactive mode.
|
|
1331
|
-
--scope
|
|
1327
|
+
--scope=<option> [default: project] Scope for the variable
|
|
1328
|
+
<options: project|account>
|
|
1332
1329
|
--variable-environment=<value> Current environment of the variable
|
|
1333
1330
|
--variable-name=<value> Name of the variable
|
|
1334
1331
|
|
|
@@ -1336,7 +1333,7 @@ DESCRIPTION
|
|
|
1336
1333
|
view an environment variable for the current project or account
|
|
1337
1334
|
```
|
|
1338
1335
|
|
|
1339
|
-
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1336
|
+
_See code: [packages/eas-cli/src/commands/env/get.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/env/get.ts)_
|
|
1340
1337
|
|
|
1341
1338
|
## `eas env:list [ENVIRONMENT]`
|
|
1342
1339
|
|
|
@@ -1344,25 +1341,27 @@ list environment variables for the current project or account
|
|
|
1344
1341
|
|
|
1345
1342
|
```
|
|
1346
1343
|
USAGE
|
|
1347
|
-
$ eas env:list [ENVIRONMENT] [--include-sensitive] [--include-file-content] [--environment <value
|
|
1344
|
+
$ eas env:list [ENVIRONMENT] [--include-sensitive] [--include-file-content] [--environment <value>...]
|
|
1348
1345
|
[--format long|short] [--scope project|account]
|
|
1349
1346
|
|
|
1350
1347
|
ARGUMENTS
|
|
1351
|
-
ENVIRONMENT Environment to list the variables from. Default environments are 'production', 'preview', and
|
|
1352
|
-
|
|
1348
|
+
[ENVIRONMENT] Environment to list the variables from. Default environments are 'production', 'preview', and
|
|
1349
|
+
'development'.
|
|
1353
1350
|
|
|
1354
1351
|
FLAGS
|
|
1355
|
-
--environment=<value>...
|
|
1356
|
-
--format
|
|
1357
|
-
|
|
1358
|
-
--include-
|
|
1359
|
-
--
|
|
1352
|
+
--environment=<value>... Environment variable's environment, e.g. 'production', 'preview', 'development'
|
|
1353
|
+
--format=<option> [default: short] Output format
|
|
1354
|
+
<options: long|short>
|
|
1355
|
+
--include-file-content Display files content in the output
|
|
1356
|
+
--include-sensitive Display sensitive values in the output
|
|
1357
|
+
--scope=<option> [default: project] Scope for the variable
|
|
1358
|
+
<options: project|account>
|
|
1360
1359
|
|
|
1361
1360
|
DESCRIPTION
|
|
1362
1361
|
list environment variables for the current project or account
|
|
1363
1362
|
```
|
|
1364
1363
|
|
|
1365
|
-
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1364
|
+
_See code: [packages/eas-cli/src/commands/env/list.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/env/list.ts)_
|
|
1366
1365
|
|
|
1367
1366
|
## `eas env:pull [ENVIRONMENT]`
|
|
1368
1367
|
|
|
@@ -1373,7 +1372,8 @@ USAGE
|
|
|
1373
1372
|
$ eas env:pull [ENVIRONMENT] [--non-interactive] [--environment <value>] [--path <value>]
|
|
1374
1373
|
|
|
1375
1374
|
ARGUMENTS
|
|
1376
|
-
ENVIRONMENT Environment to pull variables from. Default environments are 'production', 'preview', and
|
|
1375
|
+
[ENVIRONMENT] Environment to pull variables from. Default environments are 'production', 'preview', and
|
|
1376
|
+
'development'.
|
|
1377
1377
|
|
|
1378
1378
|
FLAGS
|
|
1379
1379
|
--environment=<value> Environment variable's environment, e.g. 'production', 'preview', 'development'
|
|
@@ -1384,7 +1384,7 @@ DESCRIPTION
|
|
|
1384
1384
|
pull environment variables for the selected environment to .env file
|
|
1385
1385
|
```
|
|
1386
1386
|
|
|
1387
|
-
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1387
|
+
_See code: [packages/eas-cli/src/commands/env/pull.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/env/pull.ts)_
|
|
1388
1388
|
|
|
1389
1389
|
## `eas env:push [ENVIRONMENT]`
|
|
1390
1390
|
|
|
@@ -1392,10 +1392,10 @@ push environment variables from .env file to the selected environment
|
|
|
1392
1392
|
|
|
1393
1393
|
```
|
|
1394
1394
|
USAGE
|
|
1395
|
-
$ eas env:push [ENVIRONMENT] [--environment <value
|
|
1395
|
+
$ eas env:push [ENVIRONMENT] [--environment <value>...] [--path <value>] [--force]
|
|
1396
1396
|
|
|
1397
1397
|
ARGUMENTS
|
|
1398
|
-
ENVIRONMENT Environment to push variables to. Default environments are 'production', 'preview', and 'development'.
|
|
1398
|
+
[ENVIRONMENT] Environment to push variables to. Default environments are 'production', 'preview', and 'development'.
|
|
1399
1399
|
|
|
1400
1400
|
FLAGS
|
|
1401
1401
|
--environment=<value>... Environment variable's environment, e.g. 'production', 'preview', 'development'
|
|
@@ -1406,7 +1406,7 @@ DESCRIPTION
|
|
|
1406
1406
|
push environment variables from .env file to the selected environment
|
|
1407
1407
|
```
|
|
1408
1408
|
|
|
1409
|
-
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1409
|
+
_See code: [packages/eas-cli/src/commands/env/push.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/env/push.ts)_
|
|
1410
1410
|
|
|
1411
1411
|
## `eas env:update [ENVIRONMENT]`
|
|
1412
1412
|
|
|
@@ -1416,29 +1416,31 @@ update an environment variable on the current project or account
|
|
|
1416
1416
|
USAGE
|
|
1417
1417
|
$ eas env:update [ENVIRONMENT] [--variable-name <value>] [--variable-environment <value>] [--name <value>]
|
|
1418
1418
|
[--value <value>] [--type string|file] [--visibility plaintext|sensitive|secret] [--scope project|account]
|
|
1419
|
-
[--environment <value
|
|
1419
|
+
[--environment <value>...] [--non-interactive]
|
|
1420
1420
|
|
|
1421
1421
|
ARGUMENTS
|
|
1422
|
-
ENVIRONMENT Current environment of the variable to update. Default environments are 'production', 'preview', and
|
|
1423
|
-
|
|
1422
|
+
[ENVIRONMENT] Current environment of the variable to update. Default environments are 'production', 'preview', and
|
|
1423
|
+
'development'.
|
|
1424
1424
|
|
|
1425
1425
|
FLAGS
|
|
1426
|
-
--environment=<value>...
|
|
1427
|
-
|
|
1428
|
-
--
|
|
1429
|
-
--
|
|
1430
|
-
|
|
1431
|
-
--type
|
|
1432
|
-
|
|
1433
|
-
--
|
|
1434
|
-
--variable-
|
|
1435
|
-
--
|
|
1426
|
+
--environment=<value>... Environment variable's environment, e.g. 'production', 'preview', 'development'
|
|
1427
|
+
--name=<value> New name of the variable
|
|
1428
|
+
--non-interactive Run the command in non-interactive mode.
|
|
1429
|
+
--scope=<option> [default: project] Scope for the variable
|
|
1430
|
+
<options: project|account>
|
|
1431
|
+
--type=<option> The type of variable
|
|
1432
|
+
<options: string|file>
|
|
1433
|
+
--value=<value> New value or the variable
|
|
1434
|
+
--variable-environment=<value> Current environment of the variable to update
|
|
1435
|
+
--variable-name=<value> Current name of the variable
|
|
1436
|
+
--visibility=<option> Visibility of the variable
|
|
1437
|
+
<options: plaintext|sensitive|secret>
|
|
1436
1438
|
|
|
1437
1439
|
DESCRIPTION
|
|
1438
1440
|
update an environment variable on the current project or account
|
|
1439
1441
|
```
|
|
1440
1442
|
|
|
1441
|
-
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1443
|
+
_See code: [packages/eas-cli/src/commands/env/update.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/env/update.ts)_
|
|
1442
1444
|
|
|
1443
1445
|
## `eas fingerprint:compare [HASH1] [HASH2]`
|
|
1444
1446
|
|
|
@@ -1446,17 +1448,17 @@ compare fingerprints of the current project, builds, and updates
|
|
|
1446
1448
|
|
|
1447
1449
|
```
|
|
1448
1450
|
USAGE
|
|
1449
|
-
$ eas fingerprint:compare [HASH1] [HASH2] [--build-id <value
|
|
1450
|
-
[--json --non-interactive]
|
|
1451
|
+
$ eas fingerprint:compare [HASH1...] [HASH2...] [--build-id <value>...] [--update-id <value>...] [--open]
|
|
1452
|
+
[--environment <value>] [--json] [--non-interactive]
|
|
1451
1453
|
|
|
1452
1454
|
ARGUMENTS
|
|
1453
|
-
HASH1 If provided alone, HASH1 is compared against the current project's fingerprint.
|
|
1454
|
-
HASH2 If two hashes are provided, HASH1 is compared against HASH2.
|
|
1455
|
+
[HASH1...] If provided alone, HASH1 is compared against the current project's fingerprint.
|
|
1456
|
+
[HASH2...] If two hashes are provided, HASH1 is compared against HASH2.
|
|
1455
1457
|
|
|
1456
1458
|
FLAGS
|
|
1457
1459
|
--build-id=<value>... Compare the fingerprint with the build with the specified ID
|
|
1458
1460
|
--environment=<value> If generating a fingerprint from the local directory, use the specified environment.
|
|
1459
|
-
--json Enable JSON output, non-JSON messages will be printed to stderr.
|
|
1461
|
+
--json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
|
|
1460
1462
|
--non-interactive Run the command in non-interactive mode.
|
|
1461
1463
|
--open Open the fingerprint comparison in the browser
|
|
1462
1464
|
--update-id=<value>... Compare the fingerprint with the update with the specified ID
|
|
@@ -1482,7 +1484,7 @@ EXAMPLES
|
|
|
1482
1484
|
$ eas fingerprint:compare <FINGERPRINT-HASH> --update-id <UPDATE-ID> # Compare fingerprint from update against provided fingerprint
|
|
1483
1485
|
```
|
|
1484
1486
|
|
|
1485
|
-
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1487
|
+
_See code: [packages/eas-cli/src/commands/fingerprint/compare.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/fingerprint/compare.ts)_
|
|
1486
1488
|
|
|
1487
1489
|
## `eas fingerprint:generate`
|
|
1488
1490
|
|
|
@@ -1490,14 +1492,15 @@ generate fingerprints from the current project
|
|
|
1490
1492
|
|
|
1491
1493
|
```
|
|
1492
1494
|
USAGE
|
|
1493
|
-
$ eas fingerprint:generate [-p android|ios] [--environment <value> | -e <value>] [--json --non-interactive]
|
|
1495
|
+
$ eas fingerprint:generate [-p android|ios] [--environment <value> | -e <value>] [--json] [--non-interactive]
|
|
1494
1496
|
|
|
1495
1497
|
FLAGS
|
|
1496
|
-
-e, --build-profile=<value>
|
|
1497
|
-
-p, --platform
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1498
|
+
-e, --build-profile=<value> Name of the build profile from eas.json.
|
|
1499
|
+
-p, --platform=<option> <options: android|ios>
|
|
1500
|
+
--environment=<value> Environment variable's environment, e.g. 'production', 'preview', 'development'
|
|
1501
|
+
--json Enable JSON output, non-JSON messages will be printed to stderr. Implies
|
|
1502
|
+
--non-interactive.
|
|
1503
|
+
--non-interactive Run the command in non-interactive mode.
|
|
1501
1504
|
|
|
1502
1505
|
DESCRIPTION
|
|
1503
1506
|
generate fingerprints from the current project
|
|
@@ -1512,7 +1515,7 @@ EXAMPLES
|
|
|
1512
1515
|
$ eas fingerprint:generate --json --non-interactive --platform android # Output fingerprint json to stdout
|
|
1513
1516
|
```
|
|
1514
1517
|
|
|
1515
|
-
_See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1518
|
+
_See code: [packages/eas-cli/src/commands/fingerprint/generate.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/fingerprint/generate.ts)_
|
|
1516
1519
|
|
|
1517
1520
|
## `eas help [COMMAND]`
|
|
1518
1521
|
|
|
@@ -1520,10 +1523,10 @@ Display help for eas.
|
|
|
1520
1523
|
|
|
1521
1524
|
```
|
|
1522
1525
|
USAGE
|
|
1523
|
-
$ eas help [COMMAND] [-n]
|
|
1526
|
+
$ eas help [COMMAND...] [-n]
|
|
1524
1527
|
|
|
1525
1528
|
ARGUMENTS
|
|
1526
|
-
COMMAND Command to show help for.
|
|
1529
|
+
[COMMAND...] Command to show help for.
|
|
1527
1530
|
|
|
1528
1531
|
FLAGS
|
|
1529
1532
|
-n, --nested-commands Include all nested commands in the output.
|
|
@@ -1621,7 +1624,7 @@ DESCRIPTION
|
|
|
1621
1624
|
validate the local store configuration
|
|
1622
1625
|
```
|
|
1623
1626
|
|
|
1624
|
-
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1627
|
+
_See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/metadata/lint.ts)_
|
|
1625
1628
|
|
|
1626
1629
|
## `eas metadata:pull`
|
|
1627
1630
|
|
|
@@ -1638,7 +1641,7 @@ DESCRIPTION
|
|
|
1638
1641
|
generate the local store configuration from the app stores
|
|
1639
1642
|
```
|
|
1640
1643
|
|
|
1641
|
-
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1644
|
+
_See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/metadata/pull.ts)_
|
|
1642
1645
|
|
|
1643
1646
|
## `eas metadata:push`
|
|
1644
1647
|
|
|
@@ -1655,7 +1658,7 @@ DESCRIPTION
|
|
|
1655
1658
|
sync the local store configuration to the app stores
|
|
1656
1659
|
```
|
|
1657
1660
|
|
|
1658
|
-
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1661
|
+
_See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/metadata/push.ts)_
|
|
1659
1662
|
|
|
1660
1663
|
## `eas new [PATH]`
|
|
1661
1664
|
|
|
@@ -1666,10 +1669,11 @@ USAGE
|
|
|
1666
1669
|
$ eas new [PATH] [-p bun|npm|pnpm|yarn]
|
|
1667
1670
|
|
|
1668
1671
|
ARGUMENTS
|
|
1669
|
-
PATH Path to create the project (defaults to current directory)
|
|
1672
|
+
[PATH] Path to create the project (defaults to current directory)
|
|
1670
1673
|
|
|
1671
1674
|
FLAGS
|
|
1672
|
-
-p, --package-manager
|
|
1675
|
+
-p, --package-manager=<option> [default: npm] Package manager to use for installing dependencies
|
|
1676
|
+
<options: bun|npm|pnpm|yarn>
|
|
1673
1677
|
|
|
1674
1678
|
DESCRIPTION
|
|
1675
1679
|
Create a new project configured with Expo Application Services (EAS)
|
|
@@ -1706,7 +1710,7 @@ DESCRIPTION
|
|
|
1706
1710
|
open the project page in a web browser
|
|
1707
1711
|
```
|
|
1708
1712
|
|
|
1709
|
-
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1713
|
+
_See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/open.ts)_
|
|
1710
1714
|
|
|
1711
1715
|
## `eas project:info`
|
|
1712
1716
|
|
|
@@ -1720,7 +1724,7 @@ DESCRIPTION
|
|
|
1720
1724
|
information about the current project
|
|
1721
1725
|
```
|
|
1722
1726
|
|
|
1723
|
-
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1727
|
+
_See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/project/info.ts)_
|
|
1724
1728
|
|
|
1725
1729
|
## `eas project:init`
|
|
1726
1730
|
|
|
@@ -1743,7 +1747,7 @@ ALIASES
|
|
|
1743
1747
|
$ eas init
|
|
1744
1748
|
```
|
|
1745
1749
|
|
|
1746
|
-
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1750
|
+
_See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/project/init.ts)_
|
|
1747
1751
|
|
|
1748
1752
|
## `eas project:new [PATH]`
|
|
1749
1753
|
|
|
@@ -1754,10 +1758,11 @@ USAGE
|
|
|
1754
1758
|
$ eas project:new [PATH] [-p bun|npm|pnpm|yarn]
|
|
1755
1759
|
|
|
1756
1760
|
ARGUMENTS
|
|
1757
|
-
PATH Path to create the project (defaults to current directory)
|
|
1761
|
+
[PATH] Path to create the project (defaults to current directory)
|
|
1758
1762
|
|
|
1759
1763
|
FLAGS
|
|
1760
|
-
-p, --package-manager
|
|
1764
|
+
-p, --package-manager=<option> [default: npm] Package manager to use for installing dependencies
|
|
1765
|
+
<options: bun|npm|pnpm|yarn>
|
|
1761
1766
|
|
|
1762
1767
|
DESCRIPTION
|
|
1763
1768
|
Create a new project configured with Expo Application Services (EAS)
|
|
@@ -1766,7 +1771,7 @@ ALIASES
|
|
|
1766
1771
|
$ eas new
|
|
1767
1772
|
```
|
|
1768
1773
|
|
|
1769
|
-
_See code: [packages/eas-cli/src/commands/project/new.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1774
|
+
_See code: [packages/eas-cli/src/commands/project/new.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/project/new.ts)_
|
|
1770
1775
|
|
|
1771
1776
|
## `eas project:onboarding [TARGET_PROJECT_DIRECTORY]`
|
|
1772
1777
|
|
|
@@ -1784,7 +1789,7 @@ ALIASES
|
|
|
1784
1789
|
$ eas onboarding
|
|
1785
1790
|
```
|
|
1786
1791
|
|
|
1787
|
-
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1792
|
+
_See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/project/onboarding.ts)_
|
|
1788
1793
|
|
|
1789
1794
|
## `eas submit`
|
|
1790
1795
|
|
|
@@ -1793,24 +1798,22 @@ submit app binary to App Store and/or Play Store
|
|
|
1793
1798
|
```
|
|
1794
1799
|
USAGE
|
|
1795
1800
|
$ eas submit [-p android|ios|all] [-e <value>] [--latest | --id <value> | --path <value> | --url <value>]
|
|
1796
|
-
[--what-to-test <value>] [--verbose] [--wait] [--verbose-fastlane] [-g <value
|
|
1797
|
-
|
|
1798
|
-
FLAGS
|
|
1799
|
-
-e, --profile=<value>
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
--[no-]wait Wait for submission to complete
|
|
1813
|
-
--what-to-test=<value> Sets the "What to test" information in TestFlight (iOS only).
|
|
1801
|
+
[--what-to-test <value>] [--verbose] [--wait] [--verbose-fastlane] [-g <value>...] [--non-interactive]
|
|
1802
|
+
|
|
1803
|
+
FLAGS
|
|
1804
|
+
-e, --profile=<value> Name of the submit profile from eas.json. Defaults to "production" if defined in eas.json.
|
|
1805
|
+
-g, --groups=<value>... Internal TestFlight testing groups to add the build to (iOS only). Learn more: https://dev
|
|
1806
|
+
eloper.apple.com/help/app-store-connect/test-a-beta-version/add-internal-testers
|
|
1807
|
+
-p, --platform=<option> <options: android|ios|all>
|
|
1808
|
+
--id=<value> ID of the build to submit
|
|
1809
|
+
--latest Submit the latest build for specified platform
|
|
1810
|
+
--non-interactive Run command in non-interactive mode
|
|
1811
|
+
--path=<value> Path to the .apk/.aab/.ipa file
|
|
1812
|
+
--url=<value> App archive url
|
|
1813
|
+
--verbose Always print logs from EAS Submit
|
|
1814
|
+
--verbose-fastlane Enable verbose logging for the submission process
|
|
1815
|
+
--[no-]wait Wait for submission to complete
|
|
1816
|
+
--what-to-test=<value> Sets the "What to test" information in TestFlight (iOS only).
|
|
1814
1817
|
|
|
1815
1818
|
DESCRIPTION
|
|
1816
1819
|
submit app binary to App Store and/or Play Store
|
|
@@ -1819,7 +1822,7 @@ ALIASES
|
|
|
1819
1822
|
$ eas build:submit
|
|
1820
1823
|
```
|
|
1821
1824
|
|
|
1822
|
-
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1825
|
+
_See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/submit.ts)_
|
|
1823
1826
|
|
|
1824
1827
|
## `eas update`
|
|
1825
1828
|
|
|
@@ -1829,38 +1832,40 @@ publish an update group
|
|
|
1829
1832
|
USAGE
|
|
1830
1833
|
$ eas update [--branch <value>] [--channel <value>] [-m <value>] [--input-dir <value>] [--skip-bundler]
|
|
1831
1834
|
[--clear-cache] [--emit-metadata] [--rollout-percentage <value>] [-p android|ios|all] [--auto] [--private-key-path
|
|
1832
|
-
<value>] [--environment <value>] [--json --non-interactive]
|
|
1835
|
+
<value>] [--environment <value>] [--json] [--non-interactive]
|
|
1833
1836
|
|
|
1834
1837
|
FLAGS
|
|
1835
1838
|
-m, --message=<value> A short message describing the update
|
|
1836
|
-
-p, --platform
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1839
|
+
-p, --platform=<option> [default: all]
|
|
1840
|
+
<options: android|ios|all>
|
|
1841
|
+
--auto Use the current git branch and commit message for the EAS branch and update message
|
|
1842
|
+
--branch=<value> Branch to publish the update group on
|
|
1843
|
+
--channel=<value> Channel that the published update should affect
|
|
1844
|
+
--clear-cache Clear the bundler cache before publishing
|
|
1845
|
+
--emit-metadata Emit "eas-update-metadata.json" in the bundle folder with detailed information about
|
|
1842
1846
|
the generated updates
|
|
1843
|
-
|
|
1847
|
+
--environment=<value> Environment to use for the server-side defined EAS environment variables during
|
|
1844
1848
|
command execution, e.g. "production", "preview", "development". Required for
|
|
1845
1849
|
projects using Expo SDK 55 or greater.
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
+
--input-dir=<value> [default: dist] Location of the bundle
|
|
1851
|
+
--json Enable JSON output, non-JSON messages will be printed to stderr. Implies
|
|
1852
|
+
--non-interactive.
|
|
1853
|
+
--non-interactive Run the command in non-interactive mode.
|
|
1854
|
+
--private-key-path=<value> File containing the PEM-encoded private key corresponding to the certificate in
|
|
1850
1855
|
expo-updates' configuration. Defaults to a file named "private-key.pem" in the
|
|
1851
1856
|
certificate's directory. Only relevant if you are using code signing:
|
|
1852
1857
|
https://docs.expo.dev/eas-update/code-signing/
|
|
1853
|
-
|
|
1858
|
+
--rollout-percentage=<value> Percentage of users this update should be immediately available to. Users not in the
|
|
1854
1859
|
rollout will be served the previous latest update on the branch, even if that update
|
|
1855
1860
|
is itself being rolled out. The specified number must be an integer between 1 and
|
|
1856
1861
|
100. When not specified, this defaults to 100.
|
|
1857
|
-
|
|
1862
|
+
--skip-bundler Skip running Expo CLI to bundle the app before publishing
|
|
1858
1863
|
|
|
1859
1864
|
DESCRIPTION
|
|
1860
1865
|
publish an update group
|
|
1861
1866
|
```
|
|
1862
1867
|
|
|
1863
|
-
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1868
|
+
_See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/update/index.ts)_
|
|
1864
1869
|
|
|
1865
1870
|
## `eas update:configure`
|
|
1866
1871
|
|
|
@@ -1871,16 +1876,17 @@ USAGE
|
|
|
1871
1876
|
$ eas update:configure [-p android|ios|all] [--environment <value>] [--non-interactive]
|
|
1872
1877
|
|
|
1873
1878
|
FLAGS
|
|
1874
|
-
-p, --platform
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1879
|
+
-p, --platform=<option> [default: all] Platform to configure
|
|
1880
|
+
<options: android|ios|all>
|
|
1881
|
+
--environment=<value> Environment to use for the server-side defined EAS environment variables during command
|
|
1882
|
+
execution, e.g. "production", "preview", "development".
|
|
1883
|
+
--non-interactive Run the command in non-interactive mode.
|
|
1878
1884
|
|
|
1879
1885
|
DESCRIPTION
|
|
1880
1886
|
configure the project to support EAS Update
|
|
1881
1887
|
```
|
|
1882
1888
|
|
|
1883
|
-
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1889
|
+
_See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/update/configure.ts)_
|
|
1884
1890
|
|
|
1885
1891
|
## `eas update:delete GROUPID`
|
|
1886
1892
|
|
|
@@ -1888,20 +1894,20 @@ delete all the updates in an update group
|
|
|
1888
1894
|
|
|
1889
1895
|
```
|
|
1890
1896
|
USAGE
|
|
1891
|
-
$ eas update:delete GROUPID [--json --non-interactive]
|
|
1897
|
+
$ eas update:delete GROUPID [--json] [--non-interactive]
|
|
1892
1898
|
|
|
1893
1899
|
ARGUMENTS
|
|
1894
1900
|
GROUPID The ID of an update group to delete.
|
|
1895
1901
|
|
|
1896
1902
|
FLAGS
|
|
1897
|
-
--json Enable JSON output, non-JSON messages will be printed to stderr.
|
|
1903
|
+
--json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
|
|
1898
1904
|
--non-interactive Run the command in non-interactive mode.
|
|
1899
1905
|
|
|
1900
1906
|
DESCRIPTION
|
|
1901
1907
|
delete all the updates in an update group
|
|
1902
1908
|
```
|
|
1903
1909
|
|
|
1904
|
-
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1910
|
+
_See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/update/delete.ts)_
|
|
1905
1911
|
|
|
1906
1912
|
## `eas update:edit [GROUPID]`
|
|
1907
1913
|
|
|
@@ -1909,14 +1915,15 @@ edit all the updates in an update group
|
|
|
1909
1915
|
|
|
1910
1916
|
```
|
|
1911
1917
|
USAGE
|
|
1912
|
-
$ eas update:edit [GROUPID] [--rollout-percentage <value>] [--branch <value>] [--json --non-interactive]
|
|
1918
|
+
$ eas update:edit [GROUPID] [--rollout-percentage <value>] [--branch <value>] [--json] [--non-interactive]
|
|
1913
1919
|
|
|
1914
1920
|
ARGUMENTS
|
|
1915
|
-
GROUPID The ID of an update group to edit.
|
|
1921
|
+
[GROUPID] The ID of an update group to edit.
|
|
1916
1922
|
|
|
1917
1923
|
FLAGS
|
|
1918
1924
|
--branch=<value> Branch for which to list updates to select from
|
|
1919
|
-
--json Enable JSON output, non-JSON messages will be printed to stderr.
|
|
1925
|
+
--json Enable JSON output, non-JSON messages will be printed to stderr. Implies
|
|
1926
|
+
--non-interactive.
|
|
1920
1927
|
--non-interactive Run the command in non-interactive mode.
|
|
1921
1928
|
--rollout-percentage=<value> Rollout percentage to set for a rollout update. The specified number must be an integer
|
|
1922
1929
|
between 1 and 100.
|
|
@@ -1925,7 +1932,7 @@ DESCRIPTION
|
|
|
1925
1932
|
edit all the updates in an update group
|
|
1926
1933
|
```
|
|
1927
1934
|
|
|
1928
|
-
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1935
|
+
_See code: [packages/eas-cli/src/commands/update/edit.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/update/edit.ts)_
|
|
1929
1936
|
|
|
1930
1937
|
## `eas update:list`
|
|
1931
1938
|
|
|
@@ -1934,23 +1941,25 @@ view the recent updates
|
|
|
1934
1941
|
```
|
|
1935
1942
|
USAGE
|
|
1936
1943
|
$ eas update:list [--branch <value> | --all] [-p android|ios|all] [--runtime-version <value>] [--offset
|
|
1937
|
-
<value>] [--limit <value>] [--json --non-interactive]
|
|
1944
|
+
<value>] [--limit <value>] [--json] [--non-interactive]
|
|
1938
1945
|
|
|
1939
1946
|
FLAGS
|
|
1940
|
-
-p, --platform
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1947
|
+
-p, --platform=<option> Filter updates by platform
|
|
1948
|
+
<options: android|ios|all>
|
|
1949
|
+
--all List updates on all branches
|
|
1950
|
+
--branch=<value> List updates only on this branch
|
|
1951
|
+
--json Enable JSON output, non-JSON messages will be printed to stderr. Implies
|
|
1952
|
+
--non-interactive.
|
|
1953
|
+
--limit=<value> The number of items to fetch each query. Defaults to 25 and is capped at 50.
|
|
1954
|
+
--non-interactive Run the command in non-interactive mode.
|
|
1955
|
+
--offset=<value> Start queries from specified index. Use for paginating results. Defaults to 0.
|
|
1956
|
+
--runtime-version=<value> Filter updates by runtime version
|
|
1948
1957
|
|
|
1949
1958
|
DESCRIPTION
|
|
1950
1959
|
view the recent updates
|
|
1951
1960
|
```
|
|
1952
1961
|
|
|
1953
|
-
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
1962
|
+
_See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/update/list.ts)_
|
|
1954
1963
|
|
|
1955
1964
|
## `eas update:republish`
|
|
1956
1965
|
|
|
@@ -1960,33 +1969,35 @@ roll back to an existing update
|
|
|
1960
1969
|
USAGE
|
|
1961
1970
|
$ eas update:republish [--channel <value> | --branch <value> | --group <value>] [--destination-channel <value> |
|
|
1962
1971
|
--destination-branch <value>] [-m <value>] [-p android|ios|all] [--private-key-path <value>] [--rollout-percentage
|
|
1963
|
-
<value>] [--json --non-interactive]
|
|
1964
|
-
|
|
1965
|
-
FLAGS
|
|
1966
|
-
-m, --message=<value>
|
|
1967
|
-
-p, --platform
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1972
|
+
<value>] [--json] [--non-interactive]
|
|
1973
|
+
|
|
1974
|
+
FLAGS
|
|
1975
|
+
-m, --message=<value> Short message describing the republished update group
|
|
1976
|
+
-p, --platform=<option> [default: all]
|
|
1977
|
+
<options: android|ios|all>
|
|
1978
|
+
--branch=<value> Branch name to select an update group to republish from
|
|
1979
|
+
--channel=<value> Channel name to select an update group to republish from
|
|
1980
|
+
--destination-branch=<value> Branch name to republish to if republishing to a different branch
|
|
1981
|
+
--destination-channel=<value> Channel name to select a branch to republish to if republishing to a different
|
|
1982
|
+
branch
|
|
1983
|
+
--group=<value> Update group ID to republish
|
|
1984
|
+
--json Enable JSON output, non-JSON messages will be printed to stderr. Implies
|
|
1985
|
+
--non-interactive.
|
|
1986
|
+
--non-interactive Run the command in non-interactive mode.
|
|
1987
|
+
--private-key-path=<value> File containing the PEM-encoded private key corresponding to the certificate in
|
|
1988
|
+
expo-updates' configuration. Defaults to a file named "private-key.pem" in the
|
|
1989
|
+
certificate's directory. Only relevant if you are using code signing:
|
|
1990
|
+
https://docs.expo.dev/eas-update/code-signing/
|
|
1991
|
+
--rollout-percentage=<value> Percentage of users this update should be immediately available to. Users not in
|
|
1992
|
+
the rollout will be served the previous latest update on the branch, even if that
|
|
1993
|
+
update is itself being rolled out. The specified number must be an integer between
|
|
1994
|
+
1 and 100. When not specified, this defaults to 100.
|
|
1984
1995
|
|
|
1985
1996
|
DESCRIPTION
|
|
1986
1997
|
roll back to an existing update
|
|
1987
1998
|
```
|
|
1988
1999
|
|
|
1989
|
-
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2000
|
+
_See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/update/republish.ts)_
|
|
1990
2001
|
|
|
1991
2002
|
## `eas update:revert-update-rollout`
|
|
1992
2003
|
|
|
@@ -1995,25 +2006,26 @@ revert a rollout update for a project
|
|
|
1995
2006
|
```
|
|
1996
2007
|
USAGE
|
|
1997
2008
|
$ eas update:revert-update-rollout [--channel <value> | --branch <value> | --group <value>] [-m <value>] [--private-key-path
|
|
1998
|
-
<value>] [--json --non-interactive]
|
|
2009
|
+
<value>] [--json] [--non-interactive]
|
|
1999
2010
|
|
|
2000
2011
|
FLAGS
|
|
2001
|
-
-m, --message=<value>
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2012
|
+
-m, --message=<value> Short message describing the revert
|
|
2013
|
+
--branch=<value> Branch name to select an update group to revert the rollout update from
|
|
2014
|
+
--channel=<value> Channel name to select an update group to revert the rollout update from
|
|
2015
|
+
--group=<value> Rollout update group ID to revert
|
|
2016
|
+
--json Enable JSON output, non-JSON messages will be printed to stderr. Implies
|
|
2017
|
+
--non-interactive.
|
|
2018
|
+
--non-interactive Run the command in non-interactive mode.
|
|
2019
|
+
--private-key-path=<value> File containing the PEM-encoded private key corresponding to the certificate in
|
|
2020
|
+
expo-updates' configuration. Defaults to a file named "private-key.pem" in the
|
|
2021
|
+
certificate's directory. Only relevant if you are using code signing:
|
|
2022
|
+
https://docs.expo.dev/eas-update/code-signing/
|
|
2011
2023
|
|
|
2012
2024
|
DESCRIPTION
|
|
2013
2025
|
revert a rollout update for a project
|
|
2014
2026
|
```
|
|
2015
2027
|
|
|
2016
|
-
_See code: [packages/eas-cli/src/commands/update/revert-update-rollout.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2028
|
+
_See code: [packages/eas-cli/src/commands/update/revert-update-rollout.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/update/revert-update-rollout.ts)_
|
|
2017
2029
|
|
|
2018
2030
|
## `eas update:roll-back-to-embedded`
|
|
2019
2031
|
|
|
@@ -2022,26 +2034,28 @@ roll back to the embedded update
|
|
|
2022
2034
|
```
|
|
2023
2035
|
USAGE
|
|
2024
2036
|
$ eas update:roll-back-to-embedded [--branch <value>] [--channel <value>] [--runtime-version <value>] [--message <value>] [-p
|
|
2025
|
-
android|ios|all] [--private-key-path <value>] [--json --non-interactive]
|
|
2037
|
+
android|ios|all] [--private-key-path <value>] [--json] [--non-interactive]
|
|
2026
2038
|
|
|
2027
2039
|
FLAGS
|
|
2028
|
-
-p, --platform
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2040
|
+
-p, --platform=<option> [default: all]
|
|
2041
|
+
<options: android|ios|all>
|
|
2042
|
+
--branch=<value> Branch to publish the rollback to embedded update group on
|
|
2043
|
+
--channel=<value> Channel that the published rollback to embedded update should affect
|
|
2044
|
+
--json Enable JSON output, non-JSON messages will be printed to stderr. Implies
|
|
2045
|
+
--non-interactive.
|
|
2046
|
+
--message=<value> A short message describing the rollback to embedded update
|
|
2047
|
+
--non-interactive Run the command in non-interactive mode.
|
|
2048
|
+
--private-key-path=<value> File containing the PEM-encoded private key corresponding to the certificate in
|
|
2049
|
+
expo-updates' configuration. Defaults to a file named "private-key.pem" in the
|
|
2050
|
+
certificate's directory. Only relevant if you are using code signing:
|
|
2051
|
+
https://docs.expo.dev/eas-update/code-signing/
|
|
2052
|
+
--runtime-version=<value> Runtime version that the rollback to embedded update should target
|
|
2039
2053
|
|
|
2040
2054
|
DESCRIPTION
|
|
2041
2055
|
roll back to the embedded update
|
|
2042
2056
|
```
|
|
2043
2057
|
|
|
2044
|
-
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2058
|
+
_See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
|
|
2045
2059
|
|
|
2046
2060
|
## `eas update:rollback`
|
|
2047
2061
|
|
|
@@ -2062,7 +2076,7 @@ DESCRIPTION
|
|
|
2062
2076
|
instead execute "eas update:republish" or "eas update:roll-back-to-embedded".
|
|
2063
2077
|
```
|
|
2064
2078
|
|
|
2065
|
-
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2079
|
+
_See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/update/rollback.ts)_
|
|
2066
2080
|
|
|
2067
2081
|
## `eas update:view GROUPID`
|
|
2068
2082
|
|
|
@@ -2082,7 +2096,7 @@ DESCRIPTION
|
|
|
2082
2096
|
update group details
|
|
2083
2097
|
```
|
|
2084
2098
|
|
|
2085
|
-
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2099
|
+
_See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/update/view.ts)_
|
|
2086
2100
|
|
|
2087
2101
|
## `eas upload`
|
|
2088
2102
|
|
|
@@ -2090,20 +2104,20 @@ upload a local build and generate a sharable link
|
|
|
2090
2104
|
|
|
2091
2105
|
```
|
|
2092
2106
|
USAGE
|
|
2093
|
-
$ eas upload [-p ios|android] [--build-path <value>] [--fingerprint <value>] [--json --non-interactive]
|
|
2107
|
+
$ eas upload [-p ios|android] [--build-path <value>] [--fingerprint <value>] [--json] [--non-interactive]
|
|
2094
2108
|
|
|
2095
2109
|
FLAGS
|
|
2096
|
-
-p, --platform
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2110
|
+
-p, --platform=<option> <options: ios|android>
|
|
2111
|
+
--build-path=<value> Path for the local build
|
|
2112
|
+
--fingerprint=<value> Fingerprint hash of the local build
|
|
2113
|
+
--json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
|
|
2114
|
+
--non-interactive Run the command in non-interactive mode.
|
|
2101
2115
|
|
|
2102
2116
|
DESCRIPTION
|
|
2103
2117
|
upload a local build and generate a sharable link
|
|
2104
2118
|
```
|
|
2105
2119
|
|
|
2106
|
-
_See code: [packages/eas-cli/src/commands/upload.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2120
|
+
_See code: [packages/eas-cli/src/commands/upload.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/upload.ts)_
|
|
2107
2121
|
|
|
2108
2122
|
## `eas webhook:create`
|
|
2109
2123
|
|
|
@@ -2114,17 +2128,18 @@ USAGE
|
|
|
2114
2128
|
$ eas webhook:create [--event BUILD|SUBMIT] [--url <value>] [--secret <value>] [--non-interactive]
|
|
2115
2129
|
|
|
2116
2130
|
FLAGS
|
|
2117
|
-
--event
|
|
2118
|
-
|
|
2119
|
-
--
|
|
2120
|
-
|
|
2121
|
-
|
|
2131
|
+
--event=<option> Event type that triggers the webhook
|
|
2132
|
+
<options: BUILD|SUBMIT>
|
|
2133
|
+
--non-interactive Run the command in non-interactive mode.
|
|
2134
|
+
--secret=<value> Secret used to create a hash signature of the request payload, provided in the 'Expo-Signature'
|
|
2135
|
+
header.
|
|
2136
|
+
--url=<value> Webhook URL
|
|
2122
2137
|
|
|
2123
2138
|
DESCRIPTION
|
|
2124
2139
|
create a webhook
|
|
2125
2140
|
```
|
|
2126
2141
|
|
|
2127
|
-
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2142
|
+
_See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/webhook/create.ts)_
|
|
2128
2143
|
|
|
2129
2144
|
## `eas webhook:delete [ID]`
|
|
2130
2145
|
|
|
@@ -2135,7 +2150,7 @@ USAGE
|
|
|
2135
2150
|
$ eas webhook:delete [ID] [--non-interactive]
|
|
2136
2151
|
|
|
2137
2152
|
ARGUMENTS
|
|
2138
|
-
ID ID of the webhook to delete
|
|
2153
|
+
[ID] ID of the webhook to delete
|
|
2139
2154
|
|
|
2140
2155
|
FLAGS
|
|
2141
2156
|
--non-interactive Run the command in non-interactive mode.
|
|
@@ -2144,7 +2159,7 @@ DESCRIPTION
|
|
|
2144
2159
|
delete a webhook
|
|
2145
2160
|
```
|
|
2146
2161
|
|
|
2147
|
-
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2162
|
+
_See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/webhook/delete.ts)_
|
|
2148
2163
|
|
|
2149
2164
|
## `eas webhook:list`
|
|
2150
2165
|
|
|
@@ -2155,14 +2170,15 @@ USAGE
|
|
|
2155
2170
|
$ eas webhook:list [--event BUILD|SUBMIT] [--json]
|
|
2156
2171
|
|
|
2157
2172
|
FLAGS
|
|
2158
|
-
--event
|
|
2159
|
-
|
|
2173
|
+
--event=<option> Event type that triggers the webhook
|
|
2174
|
+
<options: BUILD|SUBMIT>
|
|
2175
|
+
--json Enable JSON output, non-JSON messages will be printed to stderr.
|
|
2160
2176
|
|
|
2161
2177
|
DESCRIPTION
|
|
2162
2178
|
list webhooks
|
|
2163
2179
|
```
|
|
2164
2180
|
|
|
2165
|
-
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2181
|
+
_See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/webhook/list.ts)_
|
|
2166
2182
|
|
|
2167
2183
|
## `eas webhook:update`
|
|
2168
2184
|
|
|
@@ -2173,18 +2189,19 @@ USAGE
|
|
|
2173
2189
|
$ eas webhook:update --id <value> [--event BUILD|SUBMIT] [--url <value>] [--secret <value>] [--non-interactive]
|
|
2174
2190
|
|
|
2175
2191
|
FLAGS
|
|
2176
|
-
--event
|
|
2177
|
-
|
|
2178
|
-
--
|
|
2179
|
-
--
|
|
2180
|
-
|
|
2181
|
-
|
|
2192
|
+
--event=<option> Event type that triggers the webhook
|
|
2193
|
+
<options: BUILD|SUBMIT>
|
|
2194
|
+
--id=<value> (required) Webhook ID
|
|
2195
|
+
--non-interactive Run the command in non-interactive mode.
|
|
2196
|
+
--secret=<value> Secret used to create a hash signature of the request payload, provided in the 'Expo-Signature'
|
|
2197
|
+
header.
|
|
2198
|
+
--url=<value> Webhook URL
|
|
2182
2199
|
|
|
2183
2200
|
DESCRIPTION
|
|
2184
2201
|
update a webhook
|
|
2185
2202
|
```
|
|
2186
2203
|
|
|
2187
|
-
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2204
|
+
_See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/webhook/update.ts)_
|
|
2188
2205
|
|
|
2189
2206
|
## `eas webhook:view ID`
|
|
2190
2207
|
|
|
@@ -2201,7 +2218,7 @@ DESCRIPTION
|
|
|
2201
2218
|
view a webhook
|
|
2202
2219
|
```
|
|
2203
2220
|
|
|
2204
|
-
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2221
|
+
_See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/webhook/view.ts)_
|
|
2205
2222
|
|
|
2206
2223
|
## `eas whoami`
|
|
2207
2224
|
|
|
@@ -2224,12 +2241,12 @@ Assign deployment aliases.
|
|
|
2224
2241
|
|
|
2225
2242
|
```
|
|
2226
2243
|
USAGE
|
|
2227
|
-
$ eas worker:alias [--prod] [--alias
|
|
2244
|
+
$ eas worker:alias [--prod] [--alias name] [--id xyz123] [--json] [--non-interactive]
|
|
2228
2245
|
|
|
2229
2246
|
FLAGS
|
|
2230
2247
|
--alias=name Custom alias to assign to the existing deployment.
|
|
2231
2248
|
--id=xyz123 Unique identifier of an existing deployment.
|
|
2232
|
-
--json Enable JSON output, non-JSON messages will be printed to stderr.
|
|
2249
|
+
--json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
|
|
2233
2250
|
--non-interactive Run the command in non-interactive mode.
|
|
2234
2251
|
--prod Promote an existing deployment to production.
|
|
2235
2252
|
|
|
@@ -2247,10 +2264,10 @@ Delete deployment aliases.
|
|
|
2247
2264
|
|
|
2248
2265
|
```
|
|
2249
2266
|
USAGE
|
|
2250
|
-
$ eas worker:alias:delete [ALIAS_NAME] [--json --non-interactive]
|
|
2267
|
+
$ eas worker:alias:delete [ALIAS_NAME] [--json] [--non-interactive]
|
|
2251
2268
|
|
|
2252
2269
|
FLAGS
|
|
2253
|
-
--json Enable JSON output, non-JSON messages will be printed to stderr.
|
|
2270
|
+
--json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
|
|
2254
2271
|
--non-interactive Run the command in non-interactive mode.
|
|
2255
2272
|
|
|
2256
2273
|
DESCRIPTION
|
|
@@ -2266,10 +2283,10 @@ Delete a deployment.
|
|
|
2266
2283
|
|
|
2267
2284
|
```
|
|
2268
2285
|
USAGE
|
|
2269
|
-
$ eas worker:delete [DEPLOYMENT_ID] [--json --non-interactive]
|
|
2286
|
+
$ eas worker:delete [DEPLOYMENT_ID] [--json] [--non-interactive]
|
|
2270
2287
|
|
|
2271
2288
|
FLAGS
|
|
2272
|
-
--json Enable JSON output, non-JSON messages will be printed to stderr.
|
|
2289
|
+
--json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
|
|
2273
2290
|
--non-interactive Run the command in non-interactive mode.
|
|
2274
2291
|
|
|
2275
2292
|
DESCRIPTION
|
|
@@ -2285,8 +2302,8 @@ deploy your Expo Router web build and API Routes
|
|
|
2285
2302
|
|
|
2286
2303
|
```
|
|
2287
2304
|
USAGE
|
|
2288
|
-
$ eas deploy [options]
|
|
2289
|
-
$ eas deploy --prod
|
|
2305
|
+
$ eas worker:deploy deploy [options]
|
|
2306
|
+
$ eas worker:deploy deploy --prod
|
|
2290
2307
|
|
|
2291
2308
|
FLAGS
|
|
2292
2309
|
--alias=name Custom alias to assign to the new deployment.
|
|
@@ -2294,9 +2311,10 @@ FLAGS
|
|
|
2294
2311
|
--environment=<value> Environment variable's environment, e.g. 'production', 'preview', 'development'
|
|
2295
2312
|
--export-dir=dir [default: dist] Directory where the Expo project was exported.
|
|
2296
2313
|
--id=xyz123 Custom unique identifier for the new deployment.
|
|
2297
|
-
--json Enable JSON output, non-JSON messages will be printed to stderr.
|
|
2314
|
+
--json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive.
|
|
2298
2315
|
--non-interactive Run the command in non-interactive mode.
|
|
2299
2316
|
--prod Create a new production deployment.
|
|
2317
|
+
--[no-]source-maps Include source maps in the deployment.
|
|
2300
2318
|
|
|
2301
2319
|
DESCRIPTION
|
|
2302
2320
|
deploy your Expo Router web build and API Routes
|
|
@@ -2321,7 +2339,7 @@ DESCRIPTION
|
|
|
2321
2339
|
to cancel.
|
|
2322
2340
|
```
|
|
2323
2341
|
|
|
2324
|
-
_See code: [packages/eas-cli/src/commands/workflow/cancel.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2342
|
+
_See code: [packages/eas-cli/src/commands/workflow/cancel.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/workflow/cancel.ts)_
|
|
2325
2343
|
|
|
2326
2344
|
## `eas workflow:create [NAME]`
|
|
2327
2345
|
|
|
@@ -2332,7 +2350,7 @@ USAGE
|
|
|
2332
2350
|
$ eas workflow:create [NAME] [--skip-validation]
|
|
2333
2351
|
|
|
2334
2352
|
ARGUMENTS
|
|
2335
|
-
NAME Name of the workflow file (must end with .yml or .yaml)
|
|
2353
|
+
[NAME] Name of the workflow file (must end with .yml or .yaml)
|
|
2336
2354
|
|
|
2337
2355
|
FLAGS
|
|
2338
2356
|
--skip-validation If set, the workflow file will not be validated before being created
|
|
@@ -2341,7 +2359,7 @@ DESCRIPTION
|
|
|
2341
2359
|
create a new workflow configuration YAML file
|
|
2342
2360
|
```
|
|
2343
2361
|
|
|
2344
|
-
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2362
|
+
_See code: [packages/eas-cli/src/commands/workflow/create.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/workflow/create.ts)_
|
|
2345
2363
|
|
|
2346
2364
|
## `eas workflow:logs [ID]`
|
|
2347
2365
|
|
|
@@ -2352,7 +2370,7 @@ USAGE
|
|
|
2352
2370
|
$ eas workflow:logs [ID] [--json] [--non-interactive] [--all-steps]
|
|
2353
2371
|
|
|
2354
2372
|
ARGUMENTS
|
|
2355
|
-
ID ID of the workflow run or workflow job to view logs for
|
|
2373
|
+
[ID] ID of the workflow run or workflow job to view logs for
|
|
2356
2374
|
|
|
2357
2375
|
FLAGS
|
|
2358
2376
|
--all-steps Print all logs, rather than prompting for a specific step. This will be automatically set when in
|
|
@@ -2365,25 +2383,25 @@ DESCRIPTION
|
|
|
2365
2383
|
If no ID is passed in, you will be prompted to select from recent workflow runs for the current project.
|
|
2366
2384
|
```
|
|
2367
2385
|
|
|
2368
|
-
_See code: [packages/eas-cli/src/commands/workflow/logs.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2386
|
+
_See code: [packages/eas-cli/src/commands/workflow/logs.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/workflow/logs.ts)_
|
|
2369
2387
|
|
|
2370
|
-
## `eas workflow:run
|
|
2388
|
+
## `eas workflow:run FILE`
|
|
2371
2389
|
|
|
2372
2390
|
run an EAS workflow. The entire local project directory will be packaged and uploaded to EAS servers for the workflow run, unless the --ref flag is used.
|
|
2373
2391
|
|
|
2374
2392
|
```
|
|
2375
2393
|
USAGE
|
|
2376
|
-
$ eas workflow:run
|
|
2394
|
+
$ eas workflow:run FILE [--non-interactive] [--wait] [-F <value>...] [--ref <value>] [--json]
|
|
2377
2395
|
|
|
2378
2396
|
ARGUMENTS
|
|
2379
2397
|
FILE Path to the workflow file to run
|
|
2380
2398
|
|
|
2381
2399
|
FLAGS
|
|
2382
2400
|
-F, --input=<value>... Set workflow inputs
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
|
|
2401
|
+
--json Enable JSON output, non-JSON messages will be printed to stderr.
|
|
2402
|
+
--non-interactive Run the command in non-interactive mode.
|
|
2403
|
+
--ref=<value> Git reference to run the workflow on
|
|
2404
|
+
--[no-]wait Wait for workflow run to complete. Defaults to false.
|
|
2387
2405
|
|
|
2388
2406
|
DESCRIPTION
|
|
2389
2407
|
run an EAS workflow. The entire local project directory will be packaged and uploaded to EAS servers for the workflow
|
|
@@ -2405,7 +2423,7 @@ FLAG DESCRIPTIONS
|
|
|
2405
2423
|
Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.
|
|
2406
2424
|
```
|
|
2407
2425
|
|
|
2408
|
-
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2426
|
+
_See code: [packages/eas-cli/src/commands/workflow/run.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/workflow/run.ts)_
|
|
2409
2427
|
|
|
2410
2428
|
## `eas workflow:runs`
|
|
2411
2429
|
|
|
@@ -2417,20 +2435,17 @@ USAGE
|
|
|
2417
2435
|
[--json] [--limit <value>]
|
|
2418
2436
|
|
|
2419
2437
|
FLAGS
|
|
2420
|
-
--json
|
|
2421
|
-
|
|
2422
|
-
--
|
|
2423
|
-
|
|
2424
|
-
--
|
|
2425
|
-
those with the specified status
|
|
2426
|
-
--workflow=<value> If present, the query will only return runs for
|
|
2427
|
-
the specified workflow file name
|
|
2438
|
+
--json Enable JSON output, non-JSON messages will be printed to stderr.
|
|
2439
|
+
--limit=<value> The number of items to fetch each query. Defaults to 10 and is capped at 100.
|
|
2440
|
+
--status=<option> If present, filter the returned runs to select those with the specified status
|
|
2441
|
+
<options: ACTION_REQUIRED|CANCELED|FAILURE|IN_PROGRESS|NEW|SUCCESS>
|
|
2442
|
+
--workflow=<value> If present, the query will only return runs for the specified workflow file name
|
|
2428
2443
|
|
|
2429
2444
|
DESCRIPTION
|
|
2430
2445
|
list recent workflow runs for this project, with their IDs, statuses, and timestamps
|
|
2431
2446
|
```
|
|
2432
2447
|
|
|
2433
|
-
_See code: [packages/eas-cli/src/commands/workflow/runs.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2448
|
+
_See code: [packages/eas-cli/src/commands/workflow/runs.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/workflow/runs.ts)_
|
|
2434
2449
|
|
|
2435
2450
|
## `eas workflow:status [WORKFLOW_RUN_ID]`
|
|
2436
2451
|
|
|
@@ -2441,7 +2456,7 @@ USAGE
|
|
|
2441
2456
|
$ eas workflow:status [WORKFLOW_RUN_ID] [--non-interactive] [--wait] [--json]
|
|
2442
2457
|
|
|
2443
2458
|
ARGUMENTS
|
|
2444
|
-
WORKFLOW_RUN_ID A workflow run ID.
|
|
2459
|
+
[WORKFLOW_RUN_ID] A workflow run ID.
|
|
2445
2460
|
|
|
2446
2461
|
FLAGS
|
|
2447
2462
|
--json Enable JSON output, non-JSON messages will be printed to stderr.
|
|
@@ -2458,7 +2473,7 @@ FLAG DESCRIPTIONS
|
|
|
2458
2473
|
Exit codes: 0 = success, 11 = failure, 12 = canceled, 13 = wait aborted.
|
|
2459
2474
|
```
|
|
2460
2475
|
|
|
2461
|
-
_See code: [packages/eas-cli/src/commands/workflow/status.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2476
|
+
_See code: [packages/eas-cli/src/commands/workflow/status.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/workflow/status.ts)_
|
|
2462
2477
|
|
|
2463
2478
|
## `eas workflow:validate PATH`
|
|
2464
2479
|
|
|
@@ -2478,7 +2493,7 @@ DESCRIPTION
|
|
|
2478
2493
|
validate a workflow configuration yaml file
|
|
2479
2494
|
```
|
|
2480
2495
|
|
|
2481
|
-
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2496
|
+
_See code: [packages/eas-cli/src/commands/workflow/validate.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/workflow/validate.ts)_
|
|
2482
2497
|
|
|
2483
2498
|
## `eas workflow:view [ID]`
|
|
2484
2499
|
|
|
@@ -2489,7 +2504,7 @@ USAGE
|
|
|
2489
2504
|
$ eas workflow:view [ID] [--json] [--non-interactive]
|
|
2490
2505
|
|
|
2491
2506
|
ARGUMENTS
|
|
2492
|
-
ID ID of the workflow run to view
|
|
2507
|
+
[ID] ID of the workflow run to view
|
|
2493
2508
|
|
|
2494
2509
|
FLAGS
|
|
2495
2510
|
--json Enable JSON output, non-JSON messages will be printed to stderr.
|
|
@@ -2500,5 +2515,5 @@ DESCRIPTION
|
|
|
2500
2515
|
workflow runs for the current project.
|
|
2501
2516
|
```
|
|
2502
2517
|
|
|
2503
|
-
_See code: [packages/eas-cli/src/commands/workflow/view.ts](https://github.com/expo/eas-cli/blob/v18.
|
|
2518
|
+
_See code: [packages/eas-cli/src/commands/workflow/view.ts](https://github.com/expo/eas-cli/blob/v18.2.0/packages/eas-cli/src/commands/workflow/view.ts)_
|
|
2504
2519
|
<!-- commandsstop -->
|