From 97c6df81affcf4ad05748686f243540e1be3f8e3 Mon Sep 17 00:00:00 2001 From: Szymon Dziedzic Date: Wed, 15 Nov 2023 11:20:45 +0100 Subject: [PATCH] v5.9.0 --- lerna.json | 2 +- packages/eas-cli/README.md | 120 +++++++++++++++++----------------- packages/eas-cli/package.json | 2 +- 3 files changed, 63 insertions(+), 61 deletions(-) diff --git a/lerna.json b/lerna.json index c0c80ff43a..38c926ff4d 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "npmClient": "yarn", "useWorkspaces": true, - "version": "5.8.0", + "version": "5.9.0", "$schema": "node_modules/lerna/schemas/lerna-schema.json" } diff --git a/packages/eas-cli/README.md b/packages/eas-cli/README.md index 9046872be6..a83983ad9f 100644 --- a/packages/eas-cli/README.md +++ b/packages/eas-cli/README.md @@ -135,7 +135,7 @@ ALIASES $ eas login ``` -_See code: [src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/account/login.ts)_ +_See code: [src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/account/login.ts)_ ## `eas account:logout` @@ -152,7 +152,7 @@ ALIASES $ eas logout ``` -_See code: [src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/account/logout.ts)_ +_See code: [src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/account/logout.ts)_ ## `eas account:view` @@ -169,7 +169,7 @@ ALIASES $ eas whoami ``` -_See code: [src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/account/view.ts)_ +_See code: [src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/account/view.ts)_ ## `eas analytics [STATUS]` @@ -183,7 +183,7 @@ DESCRIPTION display or change analytics settings ``` -_See code: [src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/analytics.ts)_ +_See code: [src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/analytics.ts)_ ## `eas autocomplete [SHELL]` @@ -233,7 +233,7 @@ DESCRIPTION create a branch ``` -_See code: [src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/branch/create.ts)_ +_See code: [src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/branch/create.ts)_ ## `eas branch:delete [NAME]` @@ -254,7 +254,7 @@ DESCRIPTION delete a branch ``` -_See code: [src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/branch/delete.ts)_ +_See code: [src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/branch/delete.ts)_ ## `eas branch:list` @@ -274,7 +274,7 @@ DESCRIPTION list all branches ``` -_See code: [src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/branch/list.ts)_ +_See code: [src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/branch/list.ts)_ ## `eas branch:rename` @@ -294,7 +294,7 @@ DESCRIPTION rename a branch ``` -_See code: [src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/branch/rename.ts)_ +_See code: [src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/branch/rename.ts)_ ## `eas branch:view [NAME]` @@ -317,7 +317,7 @@ DESCRIPTION view a branch ``` -_See code: [src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/branch/view.ts)_ +_See code: [src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/branch/view.ts)_ ## `eas build` @@ -347,7 +347,7 @@ DESCRIPTION start a build ``` -_See code: [src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/build/index.ts)_ +_See code: [src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/build/index.ts)_ ## `eas build:cancel [BUILD_ID]` @@ -364,7 +364,7 @@ DESCRIPTION cancel a build ``` -_See code: [src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/build/cancel.ts)_ +_See code: [src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/build/cancel.ts)_ ## `eas build:configure` @@ -381,7 +381,7 @@ DESCRIPTION configure the project to support EAS Build ``` -_See code: [src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/build/configure.ts)_ +_See code: [src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/build/configure.ts)_ ## `eas build:inspect` @@ -416,7 +416,7 @@ DESCRIPTION inspect the state of the project at specific build stages, useful for troubleshooting ``` -_See code: [src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/build/inspect.ts)_ +_See code: [src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/build/inspect.ts)_ ## `eas build:list` @@ -454,7 +454,7 @@ DESCRIPTION list all builds for your project ``` -_See code: [src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/build/list.ts)_ +_See code: [src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/build/list.ts)_ ## `eas build:resign` @@ -480,7 +480,7 @@ DESCRIPTION re-sign a build archive ``` -_See code: [src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/build/resign.ts)_ +_See code: [src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/build/resign.ts)_ ## `eas build:run` @@ -488,10 +488,12 @@ run simulator/emulator builds from eas-cli ``` USAGE - $ eas build:run [--latest | --id | --path | --url ] [-p android|ios] [--offset - ] [--limit ] + $ eas build:run [--latest | --id | --path | --url ] [-p android|ios] [-e ] + [--offset ] [--limit ] FLAGS + -e, --profile=PROFILE_NAME Name of the build profile used to create the build to run. When specified, only builds + created with the specified build profile will be queried. -p, --platform=(android|ios) --id= ID of the simulator/emulator build to run --latest Run the latest simulator/emulator build for specified platform @@ -504,7 +506,7 @@ DESCRIPTION run simulator/emulator builds from eas-cli ``` -_See code: [src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/build/run.ts)_ +_See code: [src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/build/run.ts)_ ## `eas build:submit` @@ -553,7 +555,7 @@ DESCRIPTION get the latest version from EAS servers ``` -_See code: [src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/build/version/get.ts)_ +_See code: [src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/build/version/get.ts)_ ## `eas build:version:set` @@ -572,7 +574,7 @@ DESCRIPTION update version of an app ``` -_See code: [src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/build/version/set.ts)_ +_See code: [src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/build/version/set.ts)_ ## `eas build:version:sync` @@ -591,7 +593,7 @@ DESCRIPTION update a version in native code with a value stored on EAS servers ``` -_See code: [src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/build/version/sync.ts)_ +_See code: [src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/build/version/sync.ts)_ ## `eas build:view [BUILD_ID]` @@ -608,7 +610,7 @@ DESCRIPTION view a build for your project ``` -_See code: [src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/build/view.ts)_ +_See code: [src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/build/view.ts)_ ## `eas channel:create [NAME]` @@ -629,7 +631,7 @@ DESCRIPTION create a channel ``` -_See code: [src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/channel/create.ts)_ +_See code: [src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/channel/create.ts)_ ## `eas channel:edit [NAME]` @@ -651,7 +653,7 @@ DESCRIPTION point a channel at a new branch ``` -_See code: [src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/channel/edit.ts)_ +_See code: [src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/channel/edit.ts)_ ## `eas channel:list` @@ -671,7 +673,7 @@ DESCRIPTION list all channels ``` -_See code: [src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/channel/list.ts)_ +_See code: [src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/channel/list.ts)_ ## `eas channel:rollout [CHANNEL]` @@ -703,7 +705,7 @@ DESCRIPTION Roll a new branch out on a channel incrementally. ``` -_See code: [src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/channel/rollout.ts)_ +_See code: [src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/channel/rollout.ts)_ ## `eas channel:view [NAME]` @@ -726,7 +728,7 @@ DESCRIPTION view a channel ``` -_See code: [src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/channel/view.ts)_ +_See code: [src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/channel/view.ts)_ ## `eas config` @@ -747,7 +749,7 @@ DESCRIPTION display project configuration (app.json + eas.json) ``` -_See code: [src/commands/config.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/config.ts)_ +_See code: [src/commands/config.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/config.ts)_ ## `eas credentials` @@ -764,7 +766,7 @@ DESCRIPTION manage credentials ``` -_See code: [src/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/credentials.ts)_ +_See code: [src/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/credentials.ts)_ ## `eas device:create` @@ -778,7 +780,7 @@ DESCRIPTION register new Apple Devices to use for internal distribution ``` -_See code: [src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/device/create.ts)_ +_See code: [src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/device/create.ts)_ ## `eas device:delete` @@ -798,7 +800,7 @@ DESCRIPTION remove a registered device from your account ``` -_See code: [src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/device/delete.ts)_ +_See code: [src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/device/delete.ts)_ ## `eas device:list` @@ -819,7 +821,7 @@ DESCRIPTION list all registered devices for your account ``` -_See code: [src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/device/list.ts)_ +_See code: [src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/device/list.ts)_ ## `eas device:rename` @@ -840,7 +842,7 @@ DESCRIPTION rename a registered device ``` -_See code: [src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/device/rename.ts)_ +_See code: [src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/device/rename.ts)_ ## `eas device:view [UDID]` @@ -854,7 +856,7 @@ DESCRIPTION view a device for your project ``` -_See code: [src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/device/view.ts)_ +_See code: [src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/device/view.ts)_ ## `eas diagnostics` @@ -868,7 +870,7 @@ DESCRIPTION display environment info ``` -_See code: [src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/diagnostics.ts)_ +_See code: [src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/diagnostics.ts)_ ## `eas help [COMMAND]` @@ -956,7 +958,7 @@ DESCRIPTION validate the local store configuration ``` -_See code: [src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/metadata/lint.ts)_ +_See code: [src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/metadata/lint.ts)_ ## `eas metadata:pull` @@ -973,7 +975,7 @@ DESCRIPTION generate the local store configuration from the app stores ``` -_See code: [src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/metadata/pull.ts)_ +_See code: [src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/metadata/pull.ts)_ ## `eas metadata:push` @@ -990,7 +992,7 @@ DESCRIPTION sync the local store configuration to the app stores ``` -_See code: [src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/metadata/push.ts)_ +_See code: [src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/metadata/push.ts)_ ## `eas open` @@ -1004,7 +1006,7 @@ DESCRIPTION open the project page in a web browser ``` -_See code: [src/commands/open.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/open.ts)_ +_See code: [src/commands/open.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/open.ts)_ ## `eas project:info` @@ -1018,7 +1020,7 @@ DESCRIPTION information about the current project ``` -_See code: [src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/project/info.ts)_ +_See code: [src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/project/info.ts)_ ## `eas project:init` @@ -1040,7 +1042,7 @@ ALIASES $ eas init ``` -_See code: [src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/project/init.ts)_ +_See code: [src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/project/init.ts)_ ## `eas secret:create` @@ -1063,7 +1065,7 @@ DESCRIPTION create an environment secret on the current project or owner account ``` -_See code: [src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/secret/create.ts)_ +_See code: [src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/secret/create.ts)_ ## `eas secret:delete` @@ -1081,7 +1083,7 @@ DESCRIPTION delete an environment secret by ID ``` -_See code: [src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/secret/delete.ts)_ +_See code: [src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/secret/delete.ts)_ ## `eas secret:list` @@ -1095,7 +1097,7 @@ DESCRIPTION list environment secrets available for your current app ``` -_See code: [src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/secret/list.ts)_ +_See code: [src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/secret/list.ts)_ ## `eas secret:push` @@ -1115,7 +1117,7 @@ DESCRIPTION read environment secrets from env file and store on the server ``` -_See code: [src/commands/secret/push.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/secret/push.ts)_ +_See code: [src/commands/secret/push.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/secret/push.ts)_ ## `eas submit` @@ -1145,7 +1147,7 @@ ALIASES $ eas build:submit ``` -_See code: [src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/submit.ts)_ +_See code: [src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/submit.ts)_ ## `eas update` @@ -1179,7 +1181,7 @@ DESCRIPTION publish an update group ``` -_See code: [src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/update/index.ts)_ +_See code: [src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/update/index.ts)_ ## `eas update:configure` @@ -1197,7 +1199,7 @@ DESCRIPTION configure the project to support EAS Update ``` -_See code: [src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/update/configure.ts)_ +_See code: [src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/update/configure.ts)_ ## `eas update:delete GROUPID` @@ -1218,7 +1220,7 @@ DESCRIPTION delete all the updates in an update group ``` -_See code: [src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/update/delete.ts)_ +_See code: [src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/update/delete.ts)_ ## `eas update:list` @@ -1240,7 +1242,7 @@ DESCRIPTION view the recent updates ``` -_See code: [src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/update/list.ts)_ +_See code: [src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/update/list.ts)_ ## `eas update:republish` @@ -1267,7 +1269,7 @@ DESCRIPTION roll back to an existing update ``` -_See code: [src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/update/republish.ts)_ +_See code: [src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/update/republish.ts)_ ## `eas update:roll-back-to-embedded` @@ -1294,7 +1296,7 @@ DESCRIPTION roll back to the embedded update ``` -_See code: [src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_ +_See code: [src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_ ## `eas update:rollback` @@ -1313,7 +1315,7 @@ DESCRIPTION roll back to an embedded update or an existing update ``` -_See code: [src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/update/rollback.ts)_ +_See code: [src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/update/rollback.ts)_ ## `eas update:view GROUPID` @@ -1333,7 +1335,7 @@ DESCRIPTION update group details ``` -_See code: [src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/update/view.ts)_ +_See code: [src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/update/view.ts)_ ## `eas webhook:create` @@ -1354,7 +1356,7 @@ DESCRIPTION create a webhook ``` -_See code: [src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/webhook/create.ts)_ +_See code: [src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/webhook/create.ts)_ ## `eas webhook:delete [ID]` @@ -1374,7 +1376,7 @@ DESCRIPTION delete a webhook ``` -_See code: [src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/webhook/delete.ts)_ +_See code: [src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/webhook/delete.ts)_ ## `eas webhook:list` @@ -1392,7 +1394,7 @@ DESCRIPTION list webhooks ``` -_See code: [src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/webhook/list.ts)_ +_See code: [src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/webhook/list.ts)_ ## `eas webhook:update` @@ -1414,7 +1416,7 @@ DESCRIPTION update a webhook ``` -_See code: [src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/webhook/update.ts)_ +_See code: [src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/webhook/update.ts)_ ## `eas webhook:view ID` @@ -1431,7 +1433,7 @@ DESCRIPTION view a webhook ``` -_See code: [src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v5.8.0/packages/eas-cli/src/commands/webhook/view.ts)_ +_See code: [src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v5.9.0/packages/eas-cli/src/commands/webhook/view.ts)_ ## `eas whoami` diff --git a/packages/eas-cli/package.json b/packages/eas-cli/package.json index c2296d5577..c76bc00bea 100644 --- a/packages/eas-cli/package.json +++ b/packages/eas-cli/package.json @@ -1,7 +1,7 @@ { "name": "eas-cli", "description": "EAS command line tool", - "version": "5.8.0", + "version": "5.9.0", "author": "Expo ", "bin": { "eas": "./bin/run"