diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a9410b85d..bb336532d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ This is the log of notable changes to EAS CLI and related packages. ### ๐ŸŽ‰ New features +- [eas-cli] Add support for non-interactive `eas update:rollback [GROUP_ID]`. The given update group must be the latest for its branch and runtime version; the previous update group is republished, or a roll back to the embedded update is published if there is none. ([#3825](https://github.com/expo/eas-cli/pull/3825) by [@quinlanj](https://github.com/quinlanj)) + ### ๐Ÿ› Bug fixes ### ๐Ÿงน Chores diff --git a/packages/eas-cli/README.md b/packages/eas-cli/README.md index 239a8bb5e0..c90cedfd95 100644 --- a/packages/eas-cli/README.md +++ b/packages/eas-cli/README.md @@ -158,7 +158,7 @@ eas --help COMMAND * [`eas update:republish`](#eas-updaterepublish) * [`eas update:revert-update-rollout`](#eas-updaterevert-update-rollout) * [`eas update:roll-back-to-embedded`](#eas-updateroll-back-to-embedded) -* [`eas update:rollback`](#eas-updaterollback) +* [`eas update:rollback [GROUPID]`](#eas-updaterollback-groupid) * [`eas update:view GROUPID`](#eas-updateview-groupid) * [`eas upload`](#eas-upload) * [`eas webhook:create`](#eas-webhookcreate) @@ -2391,6 +2391,53 @@ DESCRIPTION _See code: [packages/eas-cli/src/commands/update/embedded/list.ts](https://github.com/expo/eas-cli/blob/v20.1.0/packages/eas-cli/src/commands/update/embedded/list.ts)_ +## `eas update:embedded:delete ID` + +delete an embedded update registered with EAS Update + +``` +USAGE + $ eas update:embedded:delete ID [--json] [--non-interactive] + +ARGUMENTS + ID The ID of the embedded update (manifest UUID from app.manifest). + +FLAGS + --json Enable JSON output, non-JSON messages will be printed to stderr. Implies --non-interactive. + --non-interactive Run the command in non-interactive mode. + +DESCRIPTION + delete an embedded update registered with EAS Update +``` + +_See code: [packages/eas-cli/src/commands/update/embedded/delete.ts](https://github.com/expo/eas-cli/blob/v20.0.0/packages/eas-cli/src/commands/update/embedded/delete.ts)_ + +## `eas update:embedded:list` + +list embedded updates registered with EAS Update for this project + +``` +USAGE + $ eas update:embedded:list [-p ios|android] [--runtime-version ] [--channel ] [--limit ] + [--after-cursor ] [--json] [--non-interactive] + +FLAGS + -p, --platform=