From 8126b2276ef87713683ca8479fb8b6f0c1ef3b35 Mon Sep 17 00:00:00 2001 From: Brent Vatne Date: Thu, 22 Apr 2021 10:16:06 -0700 Subject: [PATCH] v0.13.0 --- lerna.json | 2 +- packages/eas-cli/README.md | 47 +++++++++++++++++----------------- packages/eas-cli/package.json | 4 +-- packages/eas-json/package.json | 2 +- 4 files changed, 27 insertions(+), 28 deletions(-) diff --git a/lerna.json b/lerna.json index cdb23f7b19..818eaa88b5 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "npmClient": "yarn", "useWorkspaces": true, - "version": "0.12.0" + "version": "0.13.0" } diff --git a/packages/eas-cli/README.md b/packages/eas-cli/README.md index 00b4da12fa..b84a094d9b 100644 --- a/packages/eas-cli/README.md +++ b/packages/eas-cli/README.md @@ -69,7 +69,7 @@ ALIASES $ eas login ``` -_See code: [build/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v0.12.0/build/commands/account/login.ts)_ +_See code: [build/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v0.13.0/build/commands/account/login.ts)_ ## `eas account:logout` @@ -83,7 +83,7 @@ ALIASES $ eas logout ``` -_See code: [build/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v0.12.0/build/commands/account/logout.ts)_ +_See code: [build/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v0.13.0/build/commands/account/logout.ts)_ ## `eas account:view` @@ -97,7 +97,7 @@ ALIASES $ eas whoami ``` -_See code: [build/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v0.12.0/build/commands/account/view.ts)_ +_See code: [build/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v0.13.0/build/commands/account/view.ts)_ ## `eas analytics [STATUS]` @@ -108,7 +108,7 @@ USAGE $ eas analytics [STATUS] ``` -_See code: [build/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v0.12.0/build/commands/analytics.ts)_ +_See code: [build/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v0.13.0/build/commands/analytics.ts)_ ## `eas build` @@ -129,7 +129,7 @@ OPTIONS --[no-]wait Wait for build(s) to complete ``` -_See code: [build/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v0.12.0/build/commands/build/index.ts)_ +_See code: [build/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v0.13.0/build/commands/build/index.ts)_ ## `eas build:cancel [BUILD_ID]` @@ -140,7 +140,7 @@ USAGE $ eas build:cancel [BUILD_ID] ``` -_See code: [build/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v0.12.0/build/commands/build/cancel.ts)_ +_See code: [build/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v0.13.0/build/commands/build/cancel.ts)_ ## `eas build:configure` @@ -155,7 +155,7 @@ OPTIONS --allow-experimental Enable experimental configuration steps. ``` -_See code: [build/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v0.12.0/build/commands/build/configure.ts)_ +_See code: [build/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v0.13.0/build/commands/build/configure.ts)_ ## `eas build:list` @@ -171,7 +171,7 @@ OPTIONS --status=(in-queue|in-progress|errored|finished|canceled) ``` -_See code: [build/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v0.12.0/build/commands/build/list.ts)_ +_See code: [build/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v0.13.0/build/commands/build/list.ts)_ ## `eas build:view [BUILD_ID]` @@ -182,7 +182,7 @@ USAGE $ eas build:view [BUILD_ID] ``` -_See code: [build/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v0.12.0/build/commands/build/view.ts)_ +_See code: [build/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v0.13.0/build/commands/build/view.ts)_ ## `eas credentials` @@ -193,7 +193,7 @@ USAGE $ eas credentials ``` -_See code: [build/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v0.12.0/build/commands/credentials.ts)_ +_See code: [build/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v0.13.0/build/commands/credentials.ts)_ ## `eas device:create` @@ -204,7 +204,7 @@ USAGE $ eas device:create ``` -_See code: [build/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v0.12.0/build/commands/device/create.ts)_ +_See code: [build/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v0.13.0/build/commands/device/create.ts)_ ## `eas device:list` @@ -218,7 +218,7 @@ OPTIONS --apple-team-id=apple-team-id ``` -_See code: [build/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v0.12.0/build/commands/device/list.ts)_ +_See code: [build/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v0.13.0/build/commands/device/list.ts)_ ## `eas device:view [UDID]` @@ -229,7 +229,7 @@ USAGE $ eas device:view [UDID] ``` -_See code: [build/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v0.12.0/build/commands/device/view.ts)_ +_See code: [build/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v0.13.0/build/commands/device/view.ts)_ ## `eas help [COMMAND]` @@ -262,7 +262,7 @@ OPTIONS --value=value Value of the secret ``` -_See code: [build/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v0.12.0/build/commands/secret/create.ts)_ +_See code: [build/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v0.13.0/build/commands/secret/create.ts)_ ## `eas secret:delete` @@ -279,7 +279,7 @@ DESCRIPTION Unsure where to find the secret's ID? Run eas secrets:list ``` -_See code: [build/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v0.12.0/build/commands/secret/delete.ts)_ +_See code: [build/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v0.13.0/build/commands/secret/delete.ts)_ ## `eas secret:list` @@ -290,7 +290,7 @@ USAGE $ eas secret:list ``` -_See code: [build/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v0.12.0/build/commands/secret/list.ts)_ +_See code: [build/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v0.13.0/build/commands/secret/list.ts)_ ## `eas submit --platform=(android|ios)` @@ -316,8 +316,7 @@ OPTIONS iOS specific options=asc-app-id App Store Connect unique application Apple ID number. Providing this param results in skipping - app creation step. Learn more: - https://expo.fyi/asc-app-id + app creation step. Learn more. iOS specific options=bundle-identifier Your iOS Bundle Identifier (default: expo.ios.bundleIdentifier from app config) @@ -370,7 +369,7 @@ EXAMPLES and provide its App ID ``` -_See code: [build/commands/submit.ts](https://github.com/expo/eas-cli/blob/v0.12.0/build/commands/submit.ts)_ +_See code: [build/commands/submit.ts](https://github.com/expo/eas-cli/blob/v0.13.0/build/commands/submit.ts)_ ## `eas webhook:create` @@ -389,7 +388,7 @@ OPTIONS --url=url Webhook URL ``` -_See code: [build/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v0.12.0/build/commands/webhook/create.ts)_ +_See code: [build/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v0.13.0/build/commands/webhook/create.ts)_ ## `eas webhook:delete [ID]` @@ -403,7 +402,7 @@ ARGUMENTS ID ID of the webhook to delete ``` -_See code: [build/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v0.12.0/build/commands/webhook/delete.ts)_ +_See code: [build/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v0.13.0/build/commands/webhook/delete.ts)_ ## `eas webhook:list` @@ -417,7 +416,7 @@ OPTIONS --event=(BUILD) Event type that triggers the webhook ``` -_See code: [build/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v0.12.0/build/commands/webhook/list.ts)_ +_See code: [build/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v0.13.0/build/commands/webhook/list.ts)_ ## `eas webhook:update` @@ -437,7 +436,7 @@ OPTIONS --url=url Webhook URL ``` -_See code: [build/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v0.12.0/build/commands/webhook/update.ts)_ +_See code: [build/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v0.13.0/build/commands/webhook/update.ts)_ ## `eas webhook:view ID` @@ -451,5 +450,5 @@ ARGUMENTS ID ID of the webhook to view ``` -_See code: [build/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v0.12.0/build/commands/webhook/view.ts)_ +_See code: [build/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v0.13.0/build/commands/webhook/view.ts)_ diff --git a/packages/eas-cli/package.json b/packages/eas-cli/package.json index adba5d063b..62fc2432cf 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.12.0", + "version": "0.13.0", "author": "Expo ", "bin": { "eas": "./bin/run" @@ -14,7 +14,7 @@ "@expo/config": "~3.3.19", "@expo/config-plugins": "1.0.24", "@expo/eas-build-job": "0.2.28", - "@expo/eas-json": "^0.12.0", + "@expo/eas-json": "^0.13.0", "@expo/json-file": "^8.2.24", "@expo/plist": "^0.0.11", "@expo/plugin-warn-if-update-available": "^1.7.0", diff --git a/packages/eas-json/package.json b/packages/eas-json/package.json index 35945423c2..18a3808e0f 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.12.0", + "version": "0.13.0", "author": "Expo ", "bugs": "https://github.com/expo/eas-cli/issues", "dependencies": {