From 14bbd1ee0fcd6879e69c7529a9d7626eb93b8aa6 Mon Sep 17 00:00:00 2001 From: Dominik Sokal Date: Fri, 10 Sep 2021 14:30:41 +0200 Subject: [PATCH] v0.27.0 --- lerna.json | 2 +- packages/eas-cli/README.md | 100 +++++++++++++++++++-------------- packages/eas-cli/package.json | 4 +- packages/eas-json/package.json | 2 +- 4 files changed, 63 insertions(+), 45 deletions(-) diff --git a/lerna.json b/lerna.json index 22344b335d..717750f048 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "npmClient": "yarn", "useWorkspaces": true, - "version": "0.26.0" + "version": "0.27.0" } diff --git a/packages/eas-cli/README.md b/packages/eas-cli/README.md index 49a203ebef..ed3684dba7 100644 --- a/packages/eas-cli/README.md +++ b/packages/eas-cli/README.md @@ -73,7 +73,7 @@ ALIASES $ eas login ``` -_See code: [src/commands/account/login.js](https://github.com/expo/eas-cli/blob/v0.26.0/packages/eas-cli/src/commands/account/login.js)_ +_See code: [src/commands/account/login.js](https://github.com/expo/eas-cli/blob/v0.27.0/packages/eas-cli/src/commands/account/login.js)_ ## `eas account:logout` @@ -87,7 +87,7 @@ ALIASES $ eas logout ``` -_See code: [src/commands/account/logout.js](https://github.com/expo/eas-cli/blob/v0.26.0/packages/eas-cli/src/commands/account/logout.js)_ +_See code: [src/commands/account/logout.js](https://github.com/expo/eas-cli/blob/v0.27.0/packages/eas-cli/src/commands/account/logout.js)_ ## `eas account:view` @@ -101,7 +101,7 @@ ALIASES $ eas whoami ``` -_See code: [src/commands/account/view.js](https://github.com/expo/eas-cli/blob/v0.26.0/packages/eas-cli/src/commands/account/view.js)_ +_See code: [src/commands/account/view.js](https://github.com/expo/eas-cli/blob/v0.27.0/packages/eas-cli/src/commands/account/view.js)_ ## `eas analytics [STATUS]` @@ -112,7 +112,7 @@ USAGE $ eas analytics [STATUS] ``` -_See code: [src/commands/analytics.js](https://github.com/expo/eas-cli/blob/v0.26.0/packages/eas-cli/src/commands/analytics.js)_ +_See code: [src/commands/analytics.js](https://github.com/expo/eas-cli/blob/v0.27.0/packages/eas-cli/src/commands/analytics.js)_ ## `eas build` @@ -124,16 +124,28 @@ USAGE OPTIONS -p, --platform=(android|ios|all) - --clear-cache Clear cache before the build - --json Enable JSON output, non-JSON messages will be printed to stderr - --local Run build locally [experimental] - --non-interactive Run command in --non-interactive mode - --profile=profile [default: release] Name of the build profile from eas.json - --skip-project-configuration Skip project configuration - --[no-]wait Wait for build(s) to complete + + --auto-submit Submit on build complete using the submit profile with the same name as the + build profile + + --auto-submit-with-profile=PROFILE_NAME Submit on build complete using the submit profile with provided name + + --clear-cache Clear cache before the build + + --json Enable JSON output, non-JSON messages will be printed to stderr + + --local Run build locally [experimental] + + --non-interactive Run command in non-interactive mode + + --profile=PROFILE_NAME [default: release] Name of the build profile from eas.json + + --skip-project-configuration Skip project configuration + + --[no-]wait Wait for build(s) to complete ``` -_See code: [src/commands/build/index.js](https://github.com/expo/eas-cli/blob/v0.26.0/packages/eas-cli/src/commands/build/index.js)_ +_See code: [src/commands/build/index.js](https://github.com/expo/eas-cli/blob/v0.27.0/packages/eas-cli/src/commands/build/index.js)_ ## `eas build:cancel [BUILD_ID]` @@ -144,7 +156,7 @@ USAGE $ eas build:cancel [BUILD_ID] ``` -_See code: [src/commands/build/cancel.js](https://github.com/expo/eas-cli/blob/v0.26.0/packages/eas-cli/src/commands/build/cancel.js)_ +_See code: [src/commands/build/cancel.js](https://github.com/expo/eas-cli/blob/v0.27.0/packages/eas-cli/src/commands/build/cancel.js)_ ## `eas build:configure` @@ -158,7 +170,7 @@ OPTIONS -p, --platform=(android|ios|all) Platform to configure ``` -_See code: [src/commands/build/configure.js](https://github.com/expo/eas-cli/blob/v0.26.0/packages/eas-cli/src/commands/build/configure.js)_ +_See code: [src/commands/build/configure.js](https://github.com/expo/eas-cli/blob/v0.27.0/packages/eas-cli/src/commands/build/configure.js)_ ## `eas build:list` @@ -191,7 +203,7 @@ OPTIONS --status=(new|in-queue|in-progress|errored|finished|canceled) ``` -_See code: [src/commands/build/list.js](https://github.com/expo/eas-cli/blob/v0.26.0/packages/eas-cli/src/commands/build/list.js)_ +_See code: [src/commands/build/list.js](https://github.com/expo/eas-cli/blob/v0.27.0/packages/eas-cli/src/commands/build/list.js)_ ## `eas build:view [BUILD_ID]` @@ -205,7 +217,7 @@ OPTIONS --json Enable JSON output, non-JSON messages will be printed to stderr ``` -_See code: [src/commands/build/view.js](https://github.com/expo/eas-cli/blob/v0.26.0/packages/eas-cli/src/commands/build/view.js)_ +_See code: [src/commands/build/view.js](https://github.com/expo/eas-cli/blob/v0.27.0/packages/eas-cli/src/commands/build/view.js)_ ## `eas config` @@ -220,7 +232,7 @@ OPTIONS --profile=profile ``` -_See code: [src/commands/config.js](https://github.com/expo/eas-cli/blob/v0.26.0/packages/eas-cli/src/commands/config.js)_ +_See code: [src/commands/config.js](https://github.com/expo/eas-cli/blob/v0.27.0/packages/eas-cli/src/commands/config.js)_ ## `eas credentials` @@ -231,7 +243,7 @@ USAGE $ eas credentials ``` -_See code: [src/commands/credentials.js](https://github.com/expo/eas-cli/blob/v0.26.0/packages/eas-cli/src/commands/credentials.js)_ +_See code: [src/commands/credentials.js](https://github.com/expo/eas-cli/blob/v0.27.0/packages/eas-cli/src/commands/credentials.js)_ ## `eas device:create` @@ -242,7 +254,7 @@ USAGE $ eas device:create ``` -_See code: [src/commands/device/create.js](https://github.com/expo/eas-cli/blob/v0.26.0/packages/eas-cli/src/commands/device/create.js)_ +_See code: [src/commands/device/create.js](https://github.com/expo/eas-cli/blob/v0.27.0/packages/eas-cli/src/commands/device/create.js)_ ## `eas device:list` @@ -256,7 +268,7 @@ OPTIONS --apple-team-id=apple-team-id ``` -_See code: [src/commands/device/list.js](https://github.com/expo/eas-cli/blob/v0.26.0/packages/eas-cli/src/commands/device/list.js)_ +_See code: [src/commands/device/list.js](https://github.com/expo/eas-cli/blob/v0.27.0/packages/eas-cli/src/commands/device/list.js)_ ## `eas device:view [UDID]` @@ -267,7 +279,7 @@ USAGE $ eas device:view [UDID] ``` -_See code: [src/commands/device/view.js](https://github.com/expo/eas-cli/blob/v0.26.0/packages/eas-cli/src/commands/device/view.js)_ +_See code: [src/commands/device/view.js](https://github.com/expo/eas-cli/blob/v0.27.0/packages/eas-cli/src/commands/device/view.js)_ ## `eas diagnostics` @@ -278,7 +290,7 @@ USAGE $ eas diagnostics ``` -_See code: [src/commands/diagnostics.js](https://github.com/expo/eas-cli/blob/v0.26.0/packages/eas-cli/src/commands/diagnostics.js)_ +_See code: [src/commands/diagnostics.js](https://github.com/expo/eas-cli/blob/v0.27.0/packages/eas-cli/src/commands/diagnostics.js)_ ## `eas help [COMMAND]` @@ -306,7 +318,7 @@ USAGE $ eas project:info ``` -_See code: [src/commands/project/info.js](https://github.com/expo/eas-cli/blob/v0.26.0/packages/eas-cli/src/commands/project/info.js)_ +_See code: [src/commands/project/info.js](https://github.com/expo/eas-cli/blob/v0.27.0/packages/eas-cli/src/commands/project/info.js)_ ## `eas project:init` @@ -320,7 +332,7 @@ ALIASES $ eas init ``` -_See code: [src/commands/project/init.js](https://github.com/expo/eas-cli/blob/v0.26.0/packages/eas-cli/src/commands/project/init.js)_ +_See code: [src/commands/project/init.js](https://github.com/expo/eas-cli/blob/v0.27.0/packages/eas-cli/src/commands/project/init.js)_ ## `eas secret:create` @@ -337,7 +349,7 @@ OPTIONS --value=value Value of the secret ``` -_See code: [src/commands/secret/create.js](https://github.com/expo/eas-cli/blob/v0.26.0/packages/eas-cli/src/commands/secret/create.js)_ +_See code: [src/commands/secret/create.js](https://github.com/expo/eas-cli/blob/v0.27.0/packages/eas-cli/src/commands/secret/create.js)_ ## `eas secret:delete` @@ -354,7 +366,7 @@ DESCRIPTION Unsure where to find the secret's ID? Run eas secrets:list ``` -_See code: [src/commands/secret/delete.js](https://github.com/expo/eas-cli/blob/v0.26.0/packages/eas-cli/src/commands/secret/delete.js)_ +_See code: [src/commands/secret/delete.js](https://github.com/expo/eas-cli/blob/v0.27.0/packages/eas-cli/src/commands/secret/delete.js)_ ## `eas secret:list` @@ -365,7 +377,7 @@ USAGE $ eas secret:list ``` -_See code: [src/commands/secret/list.js](https://github.com/expo/eas-cli/blob/v0.26.0/packages/eas-cli/src/commands/secret/list.js)_ +_See code: [src/commands/secret/list.js](https://github.com/expo/eas-cli/blob/v0.27.0/packages/eas-cli/src/commands/secret/list.js)_ ## `eas submit` @@ -376,14 +388,20 @@ USAGE $ eas submit OPTIONS - -p, --platform=(android|ios) - --id=id ID of the build to submit - --latest Submit the latest build for specified platform - --path=path Path to the .apk/.aab/.ipa file - --profile=profile Name of the submit profile from eas.json. Defaults to "release" if defined in eas.json. - --url=url App archive url - --verbose Always print logs from Submission Service - --[no-]wait Wait for submission to complete + -p, --platform=(android|ios|all) + --id=id ID of the build to submit + --latest Submit the latest build for specified platform + --non-interactive Run command in non-interactive mode + --path=path Path to the .apk/.aab/.ipa file + + --profile=profile Name of the submit profile from eas.json. Defaults to "release" if defined in + eas.json. + + --url=url App archive url + + --verbose Always print logs from Submission Service + + --[no-]wait Wait for submission to complete DESCRIPTION See how to configure submits with eas.json: https://docs.expo.dev/submit/eas-json/ @@ -392,7 +410,7 @@ ALIASES $ eas build:submit ``` -_See code: [src/commands/submit.js](https://github.com/expo/eas-cli/blob/v0.26.0/packages/eas-cli/src/commands/submit.js)_ +_See code: [src/commands/submit.js](https://github.com/expo/eas-cli/blob/v0.27.0/packages/eas-cli/src/commands/submit.js)_ ## `eas webhook:create` @@ -411,7 +429,7 @@ OPTIONS --url=url Webhook URL ``` -_See code: [src/commands/webhook/create.js](https://github.com/expo/eas-cli/blob/v0.26.0/packages/eas-cli/src/commands/webhook/create.js)_ +_See code: [src/commands/webhook/create.js](https://github.com/expo/eas-cli/blob/v0.27.0/packages/eas-cli/src/commands/webhook/create.js)_ ## `eas webhook:delete [ID]` @@ -425,7 +443,7 @@ ARGUMENTS ID ID of the webhook to delete ``` -_See code: [src/commands/webhook/delete.js](https://github.com/expo/eas-cli/blob/v0.26.0/packages/eas-cli/src/commands/webhook/delete.js)_ +_See code: [src/commands/webhook/delete.js](https://github.com/expo/eas-cli/blob/v0.27.0/packages/eas-cli/src/commands/webhook/delete.js)_ ## `eas webhook:list` @@ -439,7 +457,7 @@ OPTIONS --event=(BUILD) Event type that triggers the webhook ``` -_See code: [src/commands/webhook/list.js](https://github.com/expo/eas-cli/blob/v0.26.0/packages/eas-cli/src/commands/webhook/list.js)_ +_See code: [src/commands/webhook/list.js](https://github.com/expo/eas-cli/blob/v0.27.0/packages/eas-cli/src/commands/webhook/list.js)_ ## `eas webhook:update` @@ -459,7 +477,7 @@ OPTIONS --url=url Webhook URL ``` -_See code: [src/commands/webhook/update.js](https://github.com/expo/eas-cli/blob/v0.26.0/packages/eas-cli/src/commands/webhook/update.js)_ +_See code: [src/commands/webhook/update.js](https://github.com/expo/eas-cli/blob/v0.27.0/packages/eas-cli/src/commands/webhook/update.js)_ ## `eas webhook:view ID` @@ -473,5 +491,5 @@ ARGUMENTS ID ID of the webhook to view ``` -_See code: [src/commands/webhook/view.js](https://github.com/expo/eas-cli/blob/v0.26.0/packages/eas-cli/src/commands/webhook/view.js)_ +_See code: [src/commands/webhook/view.js](https://github.com/expo/eas-cli/blob/v0.27.0/packages/eas-cli/src/commands/webhook/view.js)_ diff --git a/packages/eas-cli/package.json b/packages/eas-cli/package.json index 7a42b50a17..7ac3b30bb1 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": "0.26.0", + "version": "0.27.0", "author": "Expo ", "bin": { "eas": "./bin/run" @@ -14,7 +14,7 @@ "@expo/config": "3.3.42", "@expo/config-plugins": "3.1.0", "@expo/eas-build-job": "0.2.46", - "@expo/eas-json": "^0.26.0", + "@expo/eas-json": "^0.27.0", "@expo/json-file": "8.2.25", "@expo/pkcs12": "0.0.4", "@expo/plist": "0.0.14", diff --git a/packages/eas-json/package.json b/packages/eas-json/package.json index ffe57e7eb3..1994b7a552 100644 --- a/packages/eas-json/package.json +++ b/packages/eas-json/package.json @@ -1,7 +1,7 @@ { "name": "@expo/eas-json", "description": "A library for interacting with the eas.json", - "version": "0.26.0", + "version": "0.27.0", "author": "Expo ", "bugs": "https://github.com/expo/eas-cli/issues", "dependencies": {