eas-cli 0.41.1 → 0.44.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 +313 -157
- package/bin/dev +17 -0
- package/bin/dev.cmd +3 -0
- package/bin/run +3 -3
- package/build/build/android/UpdatesModule.d.ts +0 -1
- package/build/build/android/UpdatesModule.js +4 -37
- package/build/build/android/build.js +3 -3
- package/build/build/android/{configure.d.ts → syncProjectConfiguration.d.ts} +2 -3
- package/build/build/android/{configure.js → syncProjectConfiguration.js} +22 -23
- package/build/build/build.d.ts +1 -1
- package/build/build/build.js +6 -8
- package/build/build/configure.d.ts +12 -7
- package/build/build/configure.js +25 -99
- package/build/build/context.d.ts +0 -12
- package/build/build/createContext.d.ts +1 -2
- package/build/build/createContext.js +1 -2
- package/build/build/ios/UpdatesModule.d.ts +0 -1
- package/build/build/ios/UpdatesModule.js +8 -39
- package/build/build/ios/build.js +3 -3
- package/build/build/ios/{configure.d.ts → syncProjectConfiguration.d.ts} +1 -3
- package/build/build/ios/{configure.js → syncProjectConfiguration.js} +3 -18
- package/build/build/local.d.ts +1 -0
- package/build/build/local.js +2 -1
- package/build/build/runBuildAndSubmit.d.ts +0 -1
- package/build/build/runBuildAndSubmit.js +4 -2
- package/build/build/utils/devClient.js +3 -3
- package/build/commandUtils/EasCommand.d.ts +2 -1
- package/build/commandUtils/EasCommand.js +7 -4
- package/build/commands/account/login.d.ts +1 -0
- package/build/commands/account/login.js +1 -0
- package/build/commands/account/logout.d.ts +1 -0
- package/build/commands/account/logout.js +1 -0
- package/build/commands/account/view.d.ts +1 -0
- package/build/commands/account/view.js +1 -0
- package/build/commands/analytics.js +1 -1
- package/build/commands/branch/create.d.ts +1 -1
- package/build/commands/branch/create.js +11 -6
- package/build/commands/branch/delete.d.ts +1 -1
- package/build/commands/branch/delete.js +11 -5
- package/build/commands/branch/list.d.ts +1 -1
- package/build/commands/branch/list.js +8 -4
- package/build/commands/branch/rename.d.ts +3 -4
- package/build/commands/branch/rename.js +13 -8
- package/build/commands/branch/view.d.ts +1 -3
- package/build/commands/branch/view.js +35 -74
- package/build/commands/build/cancel.js +1 -1
- package/build/commands/build/configure.d.ts +1 -2
- package/build/commands/build/configure.js +38 -28
- package/build/commands/build/index.d.ts +12 -12
- package/build/commands/build/index.js +32 -21
- package/build/commands/build/inspect.d.ts +7 -7
- package/build/commands/build/inspect.js +31 -25
- package/build/commands/build/list.d.ts +13 -14
- package/build/commands/build/list.js +15 -15
- package/build/commands/build/view.d.ts +1 -1
- package/build/commands/build/view.js +3 -3
- package/build/commands/channel/create.d.ts +1 -1
- package/build/commands/channel/create.js +24 -19
- package/build/commands/channel/delete.d.ts +15 -0
- package/build/commands/channel/delete.js +124 -0
- package/build/commands/channel/edit.d.ts +2 -3
- package/build/commands/channel/edit.js +14 -9
- package/build/commands/channel/list.d.ts +1 -1
- package/build/commands/channel/list.js +17 -12
- package/build/commands/channel/rollout.d.ts +4 -5
- package/build/commands/channel/rollout.js +14 -10
- package/build/commands/channel/view.d.ts +1 -1
- package/build/commands/channel/view.js +19 -14
- package/build/commands/config.d.ts +2 -3
- package/build/commands/config.js +4 -4
- package/build/commands/device/list.d.ts +1 -2
- package/build/commands/device/list.js +3 -3
- package/build/commands/device/view.js +1 -1
- package/build/commands/secret/create.d.ts +4 -5
- package/build/commands/secret/create.js +6 -6
- package/build/commands/secret/delete.d.ts +1 -2
- package/build/commands/secret/delete.js +3 -3
- package/build/commands/submit.d.ts +9 -10
- package/build/commands/submit.js +13 -14
- package/build/commands/update/configure.js +1 -1
- package/build/commands/update/delete.d.ts +1 -1
- package/build/commands/update/delete.js +12 -7
- package/build/commands/update/index.d.ts +9 -10
- package/build/commands/update/index.js +29 -17
- package/build/commands/update/list.d.ts +10 -0
- package/build/commands/update/list.js +114 -0
- package/build/commands/update/view.d.ts +1 -1
- package/build/commands/update/view.js +25 -20
- package/build/commands/webhook/create.d.ts +3 -4
- package/build/commands/webhook/create.js +5 -5
- package/build/commands/webhook/delete.js +1 -1
- package/build/commands/webhook/list.d.ts +1 -2
- package/build/commands/webhook/list.js +3 -3
- package/build/commands/webhook/update.d.ts +4 -5
- package/build/commands/webhook/update.js +6 -6
- package/build/commands/webhook/view.js +1 -1
- package/build/credentials/ios/appstore/bundleIdCapabilities.js +0 -2
- package/build/credentials/ios/appstore/ensureAppExists.js +3 -1
- package/build/graphql/generated.d.ts +92 -30
- package/build/graphql/queries/UpdateQuery.d.ts +7 -0
- package/build/graphql/queries/UpdateQuery.js +85 -0
- package/build/index.d.ts +1 -1
- package/build/index.js +2 -2
- package/build/project/expoSdk.js +2 -2
- package/build/project/metroConfig.js +2 -2
- package/build/project/publish.js +1 -3
- package/build/user/actions.js +2 -2
- package/build/utils/expoCli.d.ts +3 -1
- package/build/utils/expoCli.js +13 -11
- package/build/vcs/clients/git.js +2 -2
- package/build/vcs/local.js +5 -1
- package/oclif.manifest.json +1 -1
- package/package.json +21 -14
package/README.md
CHANGED
|
@@ -37,6 +37,7 @@ eas --help COMMAND
|
|
|
37
37
|
* [`eas account:logout`](#eas-accountlogout)
|
|
38
38
|
* [`eas account:view`](#eas-accountview)
|
|
39
39
|
* [`eas analytics [STATUS]`](#eas-analytics-status)
|
|
40
|
+
* [`eas autocomplete [SHELL]`](#eas-autocomplete-shell)
|
|
40
41
|
* [`eas branch:create [NAME]`](#eas-branchcreate-name)
|
|
41
42
|
* [`eas branch:delete [NAME]`](#eas-branchdelete-name)
|
|
42
43
|
* [`eas branch:list`](#eas-branchlist)
|
|
@@ -68,6 +69,7 @@ eas --help COMMAND
|
|
|
68
69
|
* [`eas update`](#eas-update)
|
|
69
70
|
* [`eas update:configure`](#eas-updateconfigure)
|
|
70
71
|
* [`eas update:delete GROUPID`](#eas-updatedelete-groupid)
|
|
72
|
+
* [`eas update:list`](#eas-updatelist)
|
|
71
73
|
* [`eas update:view GROUPID`](#eas-updateview-groupid)
|
|
72
74
|
* [`eas webhook:create`](#eas-webhookcreate)
|
|
73
75
|
* [`eas webhook:delete [ID]`](#eas-webhookdelete-id)
|
|
@@ -83,11 +85,14 @@ log in with your Expo account
|
|
|
83
85
|
USAGE
|
|
84
86
|
$ eas account:login
|
|
85
87
|
|
|
88
|
+
DESCRIPTION
|
|
89
|
+
log in with your Expo account
|
|
90
|
+
|
|
86
91
|
ALIASES
|
|
87
92
|
$ eas login
|
|
88
93
|
```
|
|
89
94
|
|
|
90
|
-
_See code: [src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v0.
|
|
95
|
+
_See code: [src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/account/login.ts)_
|
|
91
96
|
|
|
92
97
|
## `eas account:logout`
|
|
93
98
|
|
|
@@ -97,11 +102,14 @@ log out
|
|
|
97
102
|
USAGE
|
|
98
103
|
$ eas account:logout
|
|
99
104
|
|
|
105
|
+
DESCRIPTION
|
|
106
|
+
log out
|
|
107
|
+
|
|
100
108
|
ALIASES
|
|
101
109
|
$ eas logout
|
|
102
110
|
```
|
|
103
111
|
|
|
104
|
-
_See code: [src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v0.
|
|
112
|
+
_See code: [src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/account/logout.ts)_
|
|
105
113
|
|
|
106
114
|
## `eas account:view`
|
|
107
115
|
|
|
@@ -111,11 +119,14 @@ show the username you are logged in as
|
|
|
111
119
|
USAGE
|
|
112
120
|
$ eas account:view
|
|
113
121
|
|
|
122
|
+
DESCRIPTION
|
|
123
|
+
show the username you are logged in as
|
|
124
|
+
|
|
114
125
|
ALIASES
|
|
115
126
|
$ eas whoami
|
|
116
127
|
```
|
|
117
128
|
|
|
118
|
-
_See code: [src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v0.
|
|
129
|
+
_See code: [src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/account/view.ts)_
|
|
119
130
|
|
|
120
131
|
## `eas analytics [STATUS]`
|
|
121
132
|
|
|
@@ -124,9 +135,41 @@ view or change analytics settings
|
|
|
124
135
|
```
|
|
125
136
|
USAGE
|
|
126
137
|
$ eas analytics [STATUS]
|
|
138
|
+
|
|
139
|
+
DESCRIPTION
|
|
140
|
+
view or change analytics settings
|
|
127
141
|
```
|
|
128
142
|
|
|
129
|
-
_See code: [src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v0.
|
|
143
|
+
_See code: [src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/analytics.ts)_
|
|
144
|
+
|
|
145
|
+
## `eas autocomplete [SHELL]`
|
|
146
|
+
|
|
147
|
+
display autocomplete installation instructions
|
|
148
|
+
|
|
149
|
+
```
|
|
150
|
+
USAGE
|
|
151
|
+
$ eas autocomplete [SHELL] [-r]
|
|
152
|
+
|
|
153
|
+
ARGUMENTS
|
|
154
|
+
SHELL shell type
|
|
155
|
+
|
|
156
|
+
FLAGS
|
|
157
|
+
-r, --refresh-cache Refresh cache (ignores displaying instructions)
|
|
158
|
+
|
|
159
|
+
DESCRIPTION
|
|
160
|
+
display autocomplete installation instructions
|
|
161
|
+
|
|
162
|
+
EXAMPLES
|
|
163
|
+
$ eas autocomplete
|
|
164
|
+
|
|
165
|
+
$ eas autocomplete bash
|
|
166
|
+
|
|
167
|
+
$ eas autocomplete zsh
|
|
168
|
+
|
|
169
|
+
$ eas autocomplete --refresh-cache
|
|
170
|
+
```
|
|
171
|
+
|
|
172
|
+
_See code: [@expo/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v1.0.2/src/commands/autocomplete/index.ts)_
|
|
130
173
|
|
|
131
174
|
## `eas branch:create [NAME]`
|
|
132
175
|
|
|
@@ -134,16 +177,19 @@ Create a branch on the current project.
|
|
|
134
177
|
|
|
135
178
|
```
|
|
136
179
|
USAGE
|
|
137
|
-
$ eas branch:create [NAME]
|
|
180
|
+
$ eas branch:create [NAME] [--json]
|
|
138
181
|
|
|
139
182
|
ARGUMENTS
|
|
140
183
|
NAME Name of the branch to create
|
|
141
184
|
|
|
142
|
-
|
|
185
|
+
FLAGS
|
|
143
186
|
--json return a json with the new branch ID and name.
|
|
187
|
+
|
|
188
|
+
DESCRIPTION
|
|
189
|
+
Create a branch on the current project.
|
|
144
190
|
```
|
|
145
191
|
|
|
146
|
-
_See code: [src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v0.
|
|
192
|
+
_See code: [src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/branch/create.ts)_
|
|
147
193
|
|
|
148
194
|
## `eas branch:delete [NAME]`
|
|
149
195
|
|
|
@@ -151,16 +197,19 @@ Delete a branch on the current project
|
|
|
151
197
|
|
|
152
198
|
```
|
|
153
199
|
USAGE
|
|
154
|
-
$ eas branch:delete [NAME]
|
|
200
|
+
$ eas branch:delete [NAME] [--json]
|
|
155
201
|
|
|
156
202
|
ARGUMENTS
|
|
157
203
|
NAME Name of the branch to delete
|
|
158
204
|
|
|
159
|
-
|
|
205
|
+
FLAGS
|
|
160
206
|
--json return JSON with the edited branch's ID and name.
|
|
207
|
+
|
|
208
|
+
DESCRIPTION
|
|
209
|
+
Delete a branch on the current project
|
|
161
210
|
```
|
|
162
211
|
|
|
163
|
-
_See code: [src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v0.
|
|
212
|
+
_See code: [src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/branch/delete.ts)_
|
|
164
213
|
|
|
165
214
|
## `eas branch:list`
|
|
166
215
|
|
|
@@ -168,13 +217,16 @@ List all branches on this project.
|
|
|
168
217
|
|
|
169
218
|
```
|
|
170
219
|
USAGE
|
|
171
|
-
$ eas branch:list
|
|
220
|
+
$ eas branch:list [--json]
|
|
172
221
|
|
|
173
|
-
|
|
222
|
+
FLAGS
|
|
174
223
|
--json return output as JSON
|
|
224
|
+
|
|
225
|
+
DESCRIPTION
|
|
226
|
+
List all branches on this project.
|
|
175
227
|
```
|
|
176
228
|
|
|
177
|
-
_See code: [src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v0.
|
|
229
|
+
_See code: [src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/branch/list.ts)_
|
|
178
230
|
|
|
179
231
|
## `eas branch:rename`
|
|
180
232
|
|
|
@@ -182,15 +234,18 @@ Rename a branch.
|
|
|
182
234
|
|
|
183
235
|
```
|
|
184
236
|
USAGE
|
|
185
|
-
$ eas branch:rename
|
|
237
|
+
$ eas branch:rename [--from <value>] [--to <value>] [--json]
|
|
238
|
+
|
|
239
|
+
FLAGS
|
|
240
|
+
--from=<value> current name of the branch.
|
|
241
|
+
--json return a json with the edited branch's ID and name.
|
|
242
|
+
--to=<value> new name of the branch.
|
|
186
243
|
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
--json return a json with the edited branch's ID and name.
|
|
190
|
-
--to=to new name of the branch.
|
|
244
|
+
DESCRIPTION
|
|
245
|
+
Rename a branch.
|
|
191
246
|
```
|
|
192
247
|
|
|
193
|
-
_See code: [src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v0.
|
|
248
|
+
_See code: [src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/branch/rename.ts)_
|
|
194
249
|
|
|
195
250
|
## `eas branch:view [NAME]`
|
|
196
251
|
|
|
@@ -198,16 +253,19 @@ View a branch.
|
|
|
198
253
|
|
|
199
254
|
```
|
|
200
255
|
USAGE
|
|
201
|
-
$ eas branch:view [NAME]
|
|
256
|
+
$ eas branch:view [NAME] [--json]
|
|
202
257
|
|
|
203
258
|
ARGUMENTS
|
|
204
259
|
NAME Name of the branch to view
|
|
205
260
|
|
|
206
|
-
|
|
261
|
+
FLAGS
|
|
207
262
|
--json return a json with the branch's ID name and recent update groups.
|
|
263
|
+
|
|
264
|
+
DESCRIPTION
|
|
265
|
+
View a branch.
|
|
208
266
|
```
|
|
209
267
|
|
|
210
|
-
_See code: [src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v0.
|
|
268
|
+
_See code: [src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/branch/view.ts)_
|
|
211
269
|
|
|
212
270
|
## `eas build`
|
|
213
271
|
|
|
@@ -215,33 +273,30 @@ Start a build
|
|
|
215
273
|
|
|
216
274
|
```
|
|
217
275
|
USAGE
|
|
218
|
-
$ eas build
|
|
276
|
+
$ eas build [-p android|ios|all] [--json] [--skip-project-configuration] [--profile <value>]
|
|
277
|
+
[--non-interactive] [--local] [--output <value>] [--wait] [--clear-cache] [--auto-submit |
|
|
278
|
+
--auto-submit-with-profile <value>]
|
|
219
279
|
|
|
220
|
-
|
|
280
|
+
FLAGS
|
|
221
281
|
-p, --platform=(android|ios|all)
|
|
222
|
-
|
|
223
282
|
--auto-submit Submit on build complete using the submit profile with the same name as the
|
|
224
283
|
build profile
|
|
225
|
-
|
|
226
284
|
--auto-submit-with-profile=PROFILE_NAME Submit on build complete using the submit profile with provided name
|
|
227
|
-
|
|
228
285
|
--clear-cache Clear cache before the build
|
|
229
|
-
|
|
230
286
|
--json Enable JSON output, non-JSON messages will be printed to stderr
|
|
231
|
-
|
|
232
287
|
--local Run build locally [experimental]
|
|
233
|
-
|
|
234
288
|
--non-interactive Run command in non-interactive mode
|
|
235
|
-
|
|
289
|
+
--output=<value> Output path for local build
|
|
236
290
|
--profile=PROFILE_NAME Name of the build profile from eas.json. Defaults to "production" if defined
|
|
237
291
|
in eas.json.
|
|
238
|
-
|
|
239
292
|
--skip-project-configuration Skip project configuration
|
|
240
|
-
|
|
241
293
|
--[no-]wait Wait for build(s) to complete
|
|
294
|
+
|
|
295
|
+
DESCRIPTION
|
|
296
|
+
Start a build
|
|
242
297
|
```
|
|
243
298
|
|
|
244
|
-
_See code: [src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v0.
|
|
299
|
+
_See code: [src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/build/index.ts)_
|
|
245
300
|
|
|
246
301
|
## `eas build:cancel [BUILD_ID]`
|
|
247
302
|
|
|
@@ -250,9 +305,12 @@ Cancel a build.
|
|
|
250
305
|
```
|
|
251
306
|
USAGE
|
|
252
307
|
$ eas build:cancel [BUILD_ID]
|
|
308
|
+
|
|
309
|
+
DESCRIPTION
|
|
310
|
+
Cancel a build.
|
|
253
311
|
```
|
|
254
312
|
|
|
255
|
-
_See code: [src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v0.
|
|
313
|
+
_See code: [src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/build/cancel.ts)_
|
|
256
314
|
|
|
257
315
|
## `eas build:configure`
|
|
258
316
|
|
|
@@ -260,13 +318,16 @@ Configure the project to support EAS Build.
|
|
|
260
318
|
|
|
261
319
|
```
|
|
262
320
|
USAGE
|
|
263
|
-
$ eas build:configure
|
|
321
|
+
$ eas build:configure [-p android|ios|all]
|
|
264
322
|
|
|
265
|
-
|
|
323
|
+
FLAGS
|
|
266
324
|
-p, --platform=(android|ios|all) Platform to configure
|
|
325
|
+
|
|
326
|
+
DESCRIPTION
|
|
327
|
+
Configure the project to support EAS Build.
|
|
267
328
|
```
|
|
268
329
|
|
|
269
|
-
_See code: [src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v0.
|
|
330
|
+
_See code: [src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/build/configure.ts)_
|
|
270
331
|
|
|
271
332
|
## `eas build:inspect`
|
|
272
333
|
|
|
@@ -274,31 +335,34 @@ Inspect the state of the project at specific build stages. Useful for troublesho
|
|
|
274
335
|
|
|
275
336
|
```
|
|
276
337
|
USAGE
|
|
277
|
-
$ eas build:inspect
|
|
338
|
+
$ eas build:inspect -p android|ios -s archive|pre-build|post-build -o <value> [--profile <value>] [--force] [-v]
|
|
339
|
+
|
|
340
|
+
FLAGS
|
|
341
|
+
-o, --output=OUTPUT_DIRECTORY
|
|
342
|
+
(required) Output directory.
|
|
278
343
|
|
|
279
|
-
OPTIONS
|
|
280
344
|
-p, --platform=(android|ios)
|
|
281
345
|
(required)
|
|
282
346
|
|
|
283
347
|
-s, --stage=(archive|pre-build|post-build)
|
|
284
348
|
(required) Stage of the build you want to inspect.
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
349
|
+
archive - builds the project archive that would be uploaded to EAS when building
|
|
350
|
+
pre-build - prepares the project to be built with Gradle/Xcode. Does not run the native build.
|
|
351
|
+
post-build - builds the native project and leaves the output directory for inspection
|
|
352
|
+
|
|
353
|
+
-v, --verbose
|
|
288
354
|
|
|
289
355
|
--force
|
|
290
356
|
Delete OUTPUT_DIRECTORY if it already exists.
|
|
291
357
|
|
|
292
|
-
--output=OUTPUT_DIRECTORY
|
|
293
|
-
(required) Output directory.
|
|
294
|
-
|
|
295
358
|
--profile=PROFILE_NAME
|
|
296
359
|
Name of the build profile from eas.json. Defaults to "production" if defined in eas.json.
|
|
297
360
|
|
|
298
|
-
|
|
361
|
+
DESCRIPTION
|
|
362
|
+
Inspect the state of the project at specific build stages. Useful for troubleshooting.
|
|
299
363
|
```
|
|
300
364
|
|
|
301
|
-
_See code: [src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v0.
|
|
365
|
+
_See code: [src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/build/inspect.ts)_
|
|
302
366
|
|
|
303
367
|
## `eas build:list`
|
|
304
368
|
|
|
@@ -306,32 +370,32 @@ list all builds for your project
|
|
|
306
370
|
|
|
307
371
|
```
|
|
308
372
|
USAGE
|
|
309
|
-
$ eas build:list
|
|
373
|
+
$ eas build:list [--platform all|android|ios] [--json] [--status
|
|
374
|
+
new|in-queue|in-progress|errored|finished|canceled] [--distribution store|internal|simulator] [--channel <value>]
|
|
375
|
+
[--appVersion <value>] [--appBuildVersion <value>] [--sdkVersion <value>] [--runtimeVersion <value>]
|
|
376
|
+
[--appIdentifier <value>] [--buildProfile <value>] [--gitCommitHash <value>] [--limit <value>]
|
|
310
377
|
|
|
311
|
-
|
|
312
|
-
--appBuildVersion
|
|
313
|
-
--appIdentifier
|
|
314
|
-
--appVersion
|
|
315
|
-
--buildProfile
|
|
316
|
-
--channel
|
|
378
|
+
FLAGS
|
|
379
|
+
--appBuildVersion=<value>
|
|
380
|
+
--appIdentifier=<value>
|
|
381
|
+
--appVersion=<value>
|
|
382
|
+
--buildProfile=<value>
|
|
383
|
+
--channel=<value>
|
|
317
384
|
--distribution=(store|internal|simulator)
|
|
318
|
-
--gitCommitHash
|
|
319
|
-
|
|
385
|
+
--gitCommitHash=<value>
|
|
320
386
|
--json Enable JSON output, non-JSON messages will be printed
|
|
321
387
|
to stderr
|
|
322
|
-
|
|
323
|
-
--limit=limit
|
|
324
|
-
|
|
388
|
+
--limit=<value>
|
|
325
389
|
--platform=(all|android|ios)
|
|
326
|
-
|
|
327
|
-
--
|
|
328
|
-
|
|
329
|
-
--sdkVersion=sdkVersion
|
|
330
|
-
|
|
390
|
+
--runtimeVersion=<value>
|
|
391
|
+
--sdkVersion=<value>
|
|
331
392
|
--status=(new|in-queue|in-progress|errored|finished|canceled)
|
|
393
|
+
|
|
394
|
+
DESCRIPTION
|
|
395
|
+
list all builds for your project
|
|
332
396
|
```
|
|
333
397
|
|
|
334
|
-
_See code: [src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v0.
|
|
398
|
+
_See code: [src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/build/list.ts)_
|
|
335
399
|
|
|
336
400
|
## `eas build:view [BUILD_ID]`
|
|
337
401
|
|
|
@@ -339,13 +403,16 @@ view a build for your project
|
|
|
339
403
|
|
|
340
404
|
```
|
|
341
405
|
USAGE
|
|
342
|
-
$ eas build:view [BUILD_ID]
|
|
406
|
+
$ eas build:view [BUILD_ID] [--json]
|
|
343
407
|
|
|
344
|
-
|
|
408
|
+
FLAGS
|
|
345
409
|
--json Enable JSON output, non-JSON messages will be printed to stderr
|
|
410
|
+
|
|
411
|
+
DESCRIPTION
|
|
412
|
+
view a build for your project
|
|
346
413
|
```
|
|
347
414
|
|
|
348
|
-
_See code: [src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v0.
|
|
415
|
+
_See code: [src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/build/view.ts)_
|
|
349
416
|
|
|
350
417
|
## `eas channel:create [NAME]`
|
|
351
418
|
|
|
@@ -353,16 +420,19 @@ Create a channel on the current project.
|
|
|
353
420
|
|
|
354
421
|
```
|
|
355
422
|
USAGE
|
|
356
|
-
$ eas channel:create [NAME]
|
|
423
|
+
$ eas channel:create [NAME] [--json]
|
|
357
424
|
|
|
358
425
|
ARGUMENTS
|
|
359
426
|
NAME Name of the channel to create
|
|
360
427
|
|
|
361
|
-
|
|
428
|
+
FLAGS
|
|
362
429
|
--json print output as a JSON object with the new channel ID, name and branch mapping.
|
|
430
|
+
|
|
431
|
+
DESCRIPTION
|
|
432
|
+
Create a channel on the current project.
|
|
363
433
|
```
|
|
364
434
|
|
|
365
|
-
_See code: [src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v0.
|
|
435
|
+
_See code: [src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/channel/create.ts)_
|
|
366
436
|
|
|
367
437
|
## `eas channel:edit [NAME]`
|
|
368
438
|
|
|
@@ -370,17 +440,20 @@ Point a channel at a new branch.
|
|
|
370
440
|
|
|
371
441
|
```
|
|
372
442
|
USAGE
|
|
373
|
-
$ eas channel:edit [NAME]
|
|
443
|
+
$ eas channel:edit [NAME] [--branch <value>] [--json]
|
|
374
444
|
|
|
375
445
|
ARGUMENTS
|
|
376
446
|
NAME Name of the channel to edit
|
|
377
447
|
|
|
378
|
-
|
|
379
|
-
--branch
|
|
380
|
-
--json
|
|
448
|
+
FLAGS
|
|
449
|
+
--branch=<value> Name of the branch to point to
|
|
450
|
+
--json print output as a JSON object with the channel ID, name and branch mapping.
|
|
451
|
+
|
|
452
|
+
DESCRIPTION
|
|
453
|
+
Point a channel at a new branch.
|
|
381
454
|
```
|
|
382
455
|
|
|
383
|
-
_See code: [src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v0.
|
|
456
|
+
_See code: [src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/channel/edit.ts)_
|
|
384
457
|
|
|
385
458
|
## `eas channel:list`
|
|
386
459
|
|
|
@@ -388,13 +461,16 @@ List all channels on the current project.
|
|
|
388
461
|
|
|
389
462
|
```
|
|
390
463
|
USAGE
|
|
391
|
-
$ eas channel:list
|
|
464
|
+
$ eas channel:list [--json]
|
|
392
465
|
|
|
393
|
-
|
|
466
|
+
FLAGS
|
|
394
467
|
--json print output as a JSON object with the channel ID, name and branch mapping.
|
|
468
|
+
|
|
469
|
+
DESCRIPTION
|
|
470
|
+
List all channels on the current project.
|
|
395
471
|
```
|
|
396
472
|
|
|
397
|
-
_See code: [src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v0.
|
|
473
|
+
_See code: [src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/channel/list.ts)_
|
|
398
474
|
|
|
399
475
|
## `eas channel:view [NAME]`
|
|
400
476
|
|
|
@@ -402,16 +478,19 @@ View a channel on the current project.
|
|
|
402
478
|
|
|
403
479
|
```
|
|
404
480
|
USAGE
|
|
405
|
-
$ eas channel:view [NAME]
|
|
481
|
+
$ eas channel:view [NAME] [--json]
|
|
406
482
|
|
|
407
483
|
ARGUMENTS
|
|
408
484
|
NAME Name of the channel to view
|
|
409
485
|
|
|
410
|
-
|
|
486
|
+
FLAGS
|
|
411
487
|
--json print output as a JSON object with the channel ID, name and branch mapping.
|
|
488
|
+
|
|
489
|
+
DESCRIPTION
|
|
490
|
+
View a channel on the current project.
|
|
412
491
|
```
|
|
413
492
|
|
|
414
|
-
_See code: [src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v0.
|
|
493
|
+
_See code: [src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/channel/view.ts)_
|
|
415
494
|
|
|
416
495
|
## `eas config`
|
|
417
496
|
|
|
@@ -419,14 +498,17 @@ show the eas.json config
|
|
|
419
498
|
|
|
420
499
|
```
|
|
421
500
|
USAGE
|
|
422
|
-
$ eas config
|
|
501
|
+
$ eas config [-p android|ios] [--profile <value>]
|
|
423
502
|
|
|
424
|
-
|
|
503
|
+
FLAGS
|
|
425
504
|
-p, --platform=(android|ios)
|
|
426
|
-
--profile
|
|
505
|
+
--profile=<value>
|
|
506
|
+
|
|
507
|
+
DESCRIPTION
|
|
508
|
+
show the eas.json config
|
|
427
509
|
```
|
|
428
510
|
|
|
429
|
-
_See code: [src/commands/config.ts](https://github.com/expo/eas-cli/blob/v0.
|
|
511
|
+
_See code: [src/commands/config.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/config.ts)_
|
|
430
512
|
|
|
431
513
|
## `eas credentials`
|
|
432
514
|
|
|
@@ -435,9 +517,12 @@ manage your credentials
|
|
|
435
517
|
```
|
|
436
518
|
USAGE
|
|
437
519
|
$ eas credentials
|
|
520
|
+
|
|
521
|
+
DESCRIPTION
|
|
522
|
+
manage your credentials
|
|
438
523
|
```
|
|
439
524
|
|
|
440
|
-
_See code: [src/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v0.
|
|
525
|
+
_See code: [src/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/credentials.ts)_
|
|
441
526
|
|
|
442
527
|
## `eas device:create`
|
|
443
528
|
|
|
@@ -446,9 +531,12 @@ register new Apple Devices to use for internal distribution
|
|
|
446
531
|
```
|
|
447
532
|
USAGE
|
|
448
533
|
$ eas device:create
|
|
534
|
+
|
|
535
|
+
DESCRIPTION
|
|
536
|
+
register new Apple Devices to use for internal distribution
|
|
449
537
|
```
|
|
450
538
|
|
|
451
|
-
_See code: [src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v0.
|
|
539
|
+
_See code: [src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/device/create.ts)_
|
|
452
540
|
|
|
453
541
|
## `eas device:list`
|
|
454
542
|
|
|
@@ -456,13 +544,16 @@ list all registered devices for your account
|
|
|
456
544
|
|
|
457
545
|
```
|
|
458
546
|
USAGE
|
|
459
|
-
$ eas device:list
|
|
547
|
+
$ eas device:list [--apple-team-id <value>]
|
|
460
548
|
|
|
461
|
-
|
|
462
|
-
--apple-team-id
|
|
549
|
+
FLAGS
|
|
550
|
+
--apple-team-id=<value>
|
|
551
|
+
|
|
552
|
+
DESCRIPTION
|
|
553
|
+
list all registered devices for your account
|
|
463
554
|
```
|
|
464
555
|
|
|
465
|
-
_See code: [src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v0.
|
|
556
|
+
_See code: [src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/device/list.ts)_
|
|
466
557
|
|
|
467
558
|
## `eas device:view [UDID]`
|
|
468
559
|
|
|
@@ -471,9 +562,12 @@ view a device for your project
|
|
|
471
562
|
```
|
|
472
563
|
USAGE
|
|
473
564
|
$ eas device:view [UDID]
|
|
565
|
+
|
|
566
|
+
DESCRIPTION
|
|
567
|
+
view a device for your project
|
|
474
568
|
```
|
|
475
569
|
|
|
476
|
-
_See code: [src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v0.
|
|
570
|
+
_See code: [src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/device/view.ts)_
|
|
477
571
|
|
|
478
572
|
## `eas diagnostics`
|
|
479
573
|
|
|
@@ -482,26 +576,32 @@ log environment info to the console
|
|
|
482
576
|
```
|
|
483
577
|
USAGE
|
|
484
578
|
$ eas diagnostics
|
|
579
|
+
|
|
580
|
+
DESCRIPTION
|
|
581
|
+
log environment info to the console
|
|
485
582
|
```
|
|
486
583
|
|
|
487
|
-
_See code: [src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v0.
|
|
584
|
+
_See code: [src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/diagnostics.ts)_
|
|
488
585
|
|
|
489
586
|
## `eas help [COMMAND]`
|
|
490
587
|
|
|
491
|
-
|
|
588
|
+
Display help for eas.
|
|
492
589
|
|
|
493
590
|
```
|
|
494
591
|
USAGE
|
|
495
|
-
$ eas help [COMMAND]
|
|
592
|
+
$ eas help [COMMAND] [-n]
|
|
496
593
|
|
|
497
594
|
ARGUMENTS
|
|
498
|
-
COMMAND
|
|
595
|
+
COMMAND Command to show help for.
|
|
499
596
|
|
|
500
|
-
|
|
501
|
-
--
|
|
597
|
+
FLAGS
|
|
598
|
+
-n, --nested-commands Include all nested commands in the output.
|
|
599
|
+
|
|
600
|
+
DESCRIPTION
|
|
601
|
+
Display help for eas.
|
|
502
602
|
```
|
|
503
603
|
|
|
504
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/
|
|
604
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.1.10/src/commands/help.ts)_
|
|
505
605
|
|
|
506
606
|
## `eas project:info`
|
|
507
607
|
|
|
@@ -510,9 +610,12 @@ information about the current project
|
|
|
510
610
|
```
|
|
511
611
|
USAGE
|
|
512
612
|
$ eas project:info
|
|
613
|
+
|
|
614
|
+
DESCRIPTION
|
|
615
|
+
information about the current project
|
|
513
616
|
```
|
|
514
617
|
|
|
515
|
-
_See code: [src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v0.
|
|
618
|
+
_See code: [src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/project/info.ts)_
|
|
516
619
|
|
|
517
620
|
## `eas project:init`
|
|
518
621
|
|
|
@@ -522,11 +625,14 @@ create or link an EAS project
|
|
|
522
625
|
USAGE
|
|
523
626
|
$ eas project:init
|
|
524
627
|
|
|
628
|
+
DESCRIPTION
|
|
629
|
+
create or link an EAS project
|
|
630
|
+
|
|
525
631
|
ALIASES
|
|
526
632
|
$ eas init
|
|
527
633
|
```
|
|
528
634
|
|
|
529
|
-
_See code: [src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v0.
|
|
635
|
+
_See code: [src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/project/init.ts)_
|
|
530
636
|
|
|
531
637
|
## `eas secret:create`
|
|
532
638
|
|
|
@@ -534,16 +640,19 @@ Create an environment secret on the current project or owner account.
|
|
|
534
640
|
|
|
535
641
|
```
|
|
536
642
|
USAGE
|
|
537
|
-
$ eas secret:create
|
|
643
|
+
$ eas secret:create [--scope account|project] [--name <value>] [--value <value>] [--force]
|
|
538
644
|
|
|
539
|
-
|
|
645
|
+
FLAGS
|
|
540
646
|
--force Delete and recreate existing secrets
|
|
541
|
-
--name
|
|
647
|
+
--name=<value> Name of the secret
|
|
542
648
|
--scope=(account|project) [default: project] Scope for the secret
|
|
543
|
-
--value
|
|
649
|
+
--value=<value> Value of the secret
|
|
650
|
+
|
|
651
|
+
DESCRIPTION
|
|
652
|
+
Create an environment secret on the current project or owner account.
|
|
544
653
|
```
|
|
545
654
|
|
|
546
|
-
_See code: [src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v0.
|
|
655
|
+
_See code: [src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/secret/create.ts)_
|
|
547
656
|
|
|
548
657
|
## `eas secret:delete`
|
|
549
658
|
|
|
@@ -551,16 +660,18 @@ Delete an environment secret by ID.
|
|
|
551
660
|
|
|
552
661
|
```
|
|
553
662
|
USAGE
|
|
554
|
-
$ eas secret:delete
|
|
663
|
+
$ eas secret:delete [--id <value>]
|
|
555
664
|
|
|
556
|
-
|
|
557
|
-
--id
|
|
665
|
+
FLAGS
|
|
666
|
+
--id=<value> ID of the secret to delete
|
|
558
667
|
|
|
559
668
|
DESCRIPTION
|
|
669
|
+
Delete an environment secret by ID.
|
|
670
|
+
|
|
560
671
|
Unsure where to find the secret's ID? Run eas secret:list
|
|
561
672
|
```
|
|
562
673
|
|
|
563
|
-
_See code: [src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v0.
|
|
674
|
+
_See code: [src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/secret/delete.ts)_
|
|
564
675
|
|
|
565
676
|
## `eas secret:list`
|
|
566
677
|
|
|
@@ -569,9 +680,12 @@ Lists environment secrets available for your current app
|
|
|
569
680
|
```
|
|
570
681
|
USAGE
|
|
571
682
|
$ eas secret:list
|
|
683
|
+
|
|
684
|
+
DESCRIPTION
|
|
685
|
+
Lists environment secrets available for your current app
|
|
572
686
|
```
|
|
573
687
|
|
|
574
|
-
_See code: [src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v0.
|
|
688
|
+
_See code: [src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/secret/list.ts)_
|
|
575
689
|
|
|
576
690
|
## `eas submit`
|
|
577
691
|
|
|
@@ -579,32 +693,31 @@ Submit build archive to App Store Connect
|
|
|
579
693
|
|
|
580
694
|
```
|
|
581
695
|
USAGE
|
|
582
|
-
$ eas submit
|
|
696
|
+
$ eas submit [-p android|ios|all] [--profile <value>] [--latest | --id <value> | --path <value> | --url
|
|
697
|
+
<value>] [--verbose] [--wait] [--non-interactive]
|
|
583
698
|
|
|
584
|
-
|
|
699
|
+
FLAGS
|
|
585
700
|
-p, --platform=(android|ios|all)
|
|
586
|
-
--id
|
|
701
|
+
--id=<value> ID of the build to submit
|
|
587
702
|
--latest Submit the latest build for specified platform
|
|
588
703
|
--non-interactive Run command in non-interactive mode
|
|
589
|
-
--path
|
|
590
|
-
|
|
591
|
-
--profile=profile Name of the submit profile from eas.json. Defaults to "production" if defined in
|
|
704
|
+
--path=<value> Path to the .apk/.aab/.ipa file
|
|
705
|
+
--profile=<value> Name of the submit profile from eas.json. Defaults to "production" if defined in
|
|
592
706
|
eas.json.
|
|
593
|
-
|
|
594
|
-
--url=url App archive url
|
|
595
|
-
|
|
707
|
+
--url=<value> App archive url
|
|
596
708
|
--verbose Always print logs from Submission Service
|
|
597
|
-
|
|
598
709
|
--[no-]wait Wait for submission to complete
|
|
599
710
|
|
|
600
711
|
DESCRIPTION
|
|
712
|
+
Submit build archive to App Store Connect
|
|
713
|
+
|
|
601
714
|
See how to configure submits with eas.json: https://docs.expo.dev/submit/eas-json/
|
|
602
715
|
|
|
603
716
|
ALIASES
|
|
604
717
|
$ eas build:submit
|
|
605
718
|
```
|
|
606
719
|
|
|
607
|
-
_See code: [src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v0.
|
|
720
|
+
_See code: [src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/submit.ts)_
|
|
608
721
|
|
|
609
722
|
## `eas update`
|
|
610
723
|
|
|
@@ -612,21 +725,25 @@ Publish an update group.
|
|
|
612
725
|
|
|
613
726
|
```
|
|
614
727
|
USAGE
|
|
615
|
-
$ eas update
|
|
728
|
+
$ eas update [--branch <value>] [--message <value>] [--republish | --input-dir <value> | --skip-bundler]
|
|
729
|
+
[--group <value> | | ] [-p android|ios|all] [--json] [--auto]
|
|
616
730
|
|
|
617
|
-
|
|
731
|
+
FLAGS
|
|
618
732
|
-p, --platform=(android|ios|all) [default: all]
|
|
619
733
|
--auto Use the current git branch and commit message for the EAS branch and update message
|
|
620
|
-
--branch
|
|
621
|
-
--group
|
|
622
|
-
--input-dir
|
|
734
|
+
--branch=<value> Branch to publish the update group on
|
|
735
|
+
--group=<value> Update group to republish
|
|
736
|
+
--input-dir=<value> [default: dist] Location of the bundle
|
|
623
737
|
--json Enable JSON output, non-JSON messages will be printed to stderr
|
|
624
|
-
--message
|
|
738
|
+
--message=<value> A short message describing the update
|
|
625
739
|
--republish Republish an update group
|
|
626
740
|
--skip-bundler Skip running Expo CLI to bundle the app before publishing
|
|
741
|
+
|
|
742
|
+
DESCRIPTION
|
|
743
|
+
Publish an update group.
|
|
627
744
|
```
|
|
628
745
|
|
|
629
|
-
_See code: [src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v0.
|
|
746
|
+
_See code: [src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/update/index.ts)_
|
|
630
747
|
|
|
631
748
|
## `eas update:configure`
|
|
632
749
|
|
|
@@ -635,9 +752,12 @@ Configure the project to support EAS Update.
|
|
|
635
752
|
```
|
|
636
753
|
USAGE
|
|
637
754
|
$ eas update:configure
|
|
755
|
+
|
|
756
|
+
DESCRIPTION
|
|
757
|
+
Configure the project to support EAS Update.
|
|
638
758
|
```
|
|
639
759
|
|
|
640
|
-
_See code: [src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v0.
|
|
760
|
+
_See code: [src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/update/configure.ts)_
|
|
641
761
|
|
|
642
762
|
## `eas update:delete GROUPID`
|
|
643
763
|
|
|
@@ -645,16 +765,38 @@ Delete all the updates in an update Group.
|
|
|
645
765
|
|
|
646
766
|
```
|
|
647
767
|
USAGE
|
|
648
|
-
$ eas update:delete GROUPID
|
|
768
|
+
$ eas update:delete [GROUPID] [--json]
|
|
649
769
|
|
|
650
770
|
ARGUMENTS
|
|
651
771
|
GROUPID The ID of an update group to delete.
|
|
652
772
|
|
|
653
|
-
|
|
773
|
+
FLAGS
|
|
654
774
|
--json Return a json with the group ID of the deleted updates.
|
|
775
|
+
|
|
776
|
+
DESCRIPTION
|
|
777
|
+
Delete all the updates in an update Group.
|
|
778
|
+
```
|
|
779
|
+
|
|
780
|
+
_See code: [src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/update/delete.ts)_
|
|
781
|
+
|
|
782
|
+
## `eas update:list`
|
|
783
|
+
|
|
784
|
+
View the recent updates for a branch
|
|
785
|
+
|
|
786
|
+
```
|
|
787
|
+
USAGE
|
|
788
|
+
$ eas update:list [--branch <value> | --all] [--json]
|
|
789
|
+
|
|
790
|
+
FLAGS
|
|
791
|
+
--all List all updates associated with this project
|
|
792
|
+
--branch=<value> List all updates on this branch
|
|
793
|
+
--json Return a json with all of the recent update groups.
|
|
794
|
+
|
|
795
|
+
DESCRIPTION
|
|
796
|
+
View the recent updates for a branch
|
|
655
797
|
```
|
|
656
798
|
|
|
657
|
-
_See code: [src/commands/update/
|
|
799
|
+
_See code: [src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/update/list.ts)_
|
|
658
800
|
|
|
659
801
|
## `eas update:view GROUPID`
|
|
660
802
|
|
|
@@ -662,16 +804,19 @@ Update group details.
|
|
|
662
804
|
|
|
663
805
|
```
|
|
664
806
|
USAGE
|
|
665
|
-
$ eas update:view GROUPID
|
|
807
|
+
$ eas update:view [GROUPID] [--json]
|
|
666
808
|
|
|
667
809
|
ARGUMENTS
|
|
668
810
|
GROUPID The ID of an update group.
|
|
669
811
|
|
|
670
|
-
|
|
812
|
+
FLAGS
|
|
671
813
|
--json Return a json with the updates belonging to the group.
|
|
814
|
+
|
|
815
|
+
DESCRIPTION
|
|
816
|
+
Update group details.
|
|
672
817
|
```
|
|
673
818
|
|
|
674
|
-
_See code: [src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v0.
|
|
819
|
+
_See code: [src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/update/view.ts)_
|
|
675
820
|
|
|
676
821
|
## `eas webhook:create`
|
|
677
822
|
|
|
@@ -679,18 +824,19 @@ Create a webhook on the current project.
|
|
|
679
824
|
|
|
680
825
|
```
|
|
681
826
|
USAGE
|
|
682
|
-
$ eas webhook:create
|
|
827
|
+
$ eas webhook:create [--event BUILD|SUBMIT] [--url <value>] [--secret <value>]
|
|
683
828
|
|
|
684
|
-
|
|
829
|
+
FLAGS
|
|
685
830
|
--event=(BUILD|SUBMIT) Event type that triggers the webhook
|
|
686
|
-
|
|
687
|
-
--secret=secret Secret used to create a hash signature of the request payload, provided in the
|
|
831
|
+
--secret=<value> Secret used to create a hash signature of the request payload, provided in the
|
|
688
832
|
'Expo-Signature' header.
|
|
833
|
+
--url=<value> Webhook URL
|
|
689
834
|
|
|
690
|
-
|
|
835
|
+
DESCRIPTION
|
|
836
|
+
Create a webhook on the current project.
|
|
691
837
|
```
|
|
692
838
|
|
|
693
|
-
_See code: [src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v0.
|
|
839
|
+
_See code: [src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/webhook/create.ts)_
|
|
694
840
|
|
|
695
841
|
## `eas webhook:delete [ID]`
|
|
696
842
|
|
|
@@ -702,9 +848,12 @@ USAGE
|
|
|
702
848
|
|
|
703
849
|
ARGUMENTS
|
|
704
850
|
ID ID of the webhook to delete
|
|
851
|
+
|
|
852
|
+
DESCRIPTION
|
|
853
|
+
Delete a webhook on the current project.
|
|
705
854
|
```
|
|
706
855
|
|
|
707
|
-
_See code: [src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v0.
|
|
856
|
+
_See code: [src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/webhook/delete.ts)_
|
|
708
857
|
|
|
709
858
|
## `eas webhook:list`
|
|
710
859
|
|
|
@@ -712,13 +861,16 @@ List webhooks on the current project.
|
|
|
712
861
|
|
|
713
862
|
```
|
|
714
863
|
USAGE
|
|
715
|
-
$ eas webhook:list
|
|
864
|
+
$ eas webhook:list [--event BUILD|SUBMIT]
|
|
716
865
|
|
|
717
|
-
|
|
866
|
+
FLAGS
|
|
718
867
|
--event=(BUILD|SUBMIT) Event type that triggers the webhook
|
|
868
|
+
|
|
869
|
+
DESCRIPTION
|
|
870
|
+
List webhooks on the current project.
|
|
719
871
|
```
|
|
720
872
|
|
|
721
|
-
_See code: [src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v0.
|
|
873
|
+
_See code: [src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/webhook/list.ts)_
|
|
722
874
|
|
|
723
875
|
## `eas webhook:update`
|
|
724
876
|
|
|
@@ -726,19 +878,20 @@ Create a webhook on the current project.
|
|
|
726
878
|
|
|
727
879
|
```
|
|
728
880
|
USAGE
|
|
729
|
-
$ eas webhook:update
|
|
881
|
+
$ eas webhook:update --id <value> [--event BUILD|SUBMIT] [--url <value>] [--secret <value>]
|
|
730
882
|
|
|
731
|
-
|
|
883
|
+
FLAGS
|
|
732
884
|
--event=(BUILD|SUBMIT) Event type that triggers the webhook
|
|
733
|
-
--id
|
|
734
|
-
|
|
735
|
-
--secret=secret Secret used to create a hash signature of the request payload, provided in the
|
|
885
|
+
--id=<value> (required) Webhook ID
|
|
886
|
+
--secret=<value> Secret used to create a hash signature of the request payload, provided in the
|
|
736
887
|
'Expo-Signature' header.
|
|
888
|
+
--url=<value> Webhook URL
|
|
737
889
|
|
|
738
|
-
|
|
890
|
+
DESCRIPTION
|
|
891
|
+
Create a webhook on the current project.
|
|
739
892
|
```
|
|
740
893
|
|
|
741
|
-
_See code: [src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v0.
|
|
894
|
+
_See code: [src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/webhook/update.ts)_
|
|
742
895
|
|
|
743
896
|
## `eas webhook:view ID`
|
|
744
897
|
|
|
@@ -746,11 +899,14 @@ View a webhook on the current project.
|
|
|
746
899
|
|
|
747
900
|
```
|
|
748
901
|
USAGE
|
|
749
|
-
$ eas webhook:view ID
|
|
902
|
+
$ eas webhook:view [ID]
|
|
750
903
|
|
|
751
904
|
ARGUMENTS
|
|
752
905
|
ID ID of the webhook to view
|
|
906
|
+
|
|
907
|
+
DESCRIPTION
|
|
908
|
+
View a webhook on the current project.
|
|
753
909
|
```
|
|
754
910
|
|
|
755
|
-
_See code: [src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v0.
|
|
911
|
+
_See code: [src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v0.44.0/packages/eas-cli/src/commands/webhook/view.ts)_
|
|
756
912
|
<!-- commandsstop -->
|