From eb0505f8f8c4585668123e46df95c3b3d368fe64 Mon Sep 17 00:00:00 2001 From: Dominik Sokal Date: Tue, 23 Feb 2021 11:12:02 +0100 Subject: [PATCH] v0.4.3 --- lerna.json | 2 +- packages/eas-cli/README.md | 60 +++++++--------------------------- packages/eas-cli/package.json | 4 +-- packages/eas-json/package.json | 2 +- 4 files changed, 16 insertions(+), 52 deletions(-) diff --git a/lerna.json b/lerna.json index c384918bf4..4e7151c1b8 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "npmClient": "yarn", "useWorkspaces": true, - "version": "0.4.2" + "version": "0.4.3" } diff --git a/packages/eas-cli/README.md b/packages/eas-cli/README.md index 720bce538b..1755fd1a0c 100644 --- a/packages/eas-cli/README.md +++ b/packages/eas-cli/README.md @@ -21,7 +21,7 @@ $ npm install -g eas-cli $ eas COMMAND running command... $ eas (-v|--version|version) -eas-cli/0.4.2 darwin-x64 node-v14.15.4 +eas-cli/0.4.3 darwin-x64 node-v14.15.4 $ eas --help [COMMAND] USAGE $ eas COMMAND @@ -35,9 +35,7 @@ USAGE * [`eas account:login`](#eas-accountlogin) * [`eas account:logout`](#eas-accountlogout) * [`eas account:view`](#eas-accountview) -* [`eas build`](#eas-build) * [`eas build:cancel [BUILD_ID]`](#eas-buildcancel-build_id) -* [`eas build:configure`](#eas-buildconfigure) * [`eas build:list`](#eas-buildlist) * [`eas build:view [BUILD_ID]`](#eas-buildview-build_id) * [`eas credentials`](#eas-credentials) @@ -59,7 +57,7 @@ ALIASES $ eas login ``` -_See code: [build/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v0.4.2/build/commands/account/login.ts)_ +_See code: [build/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v0.4.3/build/commands/account/login.ts)_ ## `eas account:logout` @@ -73,7 +71,7 @@ ALIASES $ eas logout ``` -_See code: [build/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v0.4.2/build/commands/account/logout.ts)_ +_See code: [build/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v0.4.3/build/commands/account/logout.ts)_ ## `eas account:view` @@ -87,26 +85,7 @@ ALIASES $ eas whoami ``` -_See code: [build/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v0.4.2/build/commands/account/view.ts)_ - -## `eas build` - -Start a build - -``` -USAGE - $ eas build - -OPTIONS - -p, --platform=(android|ios|all) - --non-interactive Run command in --non-interactive mode - --profile=profile [default: release] Name of the build profile from eas.json - --skip-credentials-check Skip validation of build credentials - --skip-project-configuration Skip project configuration - --[no-]wait Wait for build(s) to complete -``` - -_See code: [build/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v0.4.2/build/commands/build/index.ts)_ +_See code: [build/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v0.4.3/build/commands/account/view.ts)_ ## `eas build:cancel [BUILD_ID]` @@ -117,22 +96,7 @@ USAGE $ eas build:cancel [BUILD_ID] ``` -_See code: [build/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v0.4.2/build/commands/build/cancel.ts)_ - -## `eas build:configure` - -Configure the project to support EAS Build. - -``` -USAGE - $ eas build:configure - -OPTIONS - -p, --platform=(android|ios|all) Platform to configure - --allow-experimental Enable experimental configuration steps. -``` - -_See code: [build/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v0.4.2/build/commands/build/configure.ts)_ +_See code: [build/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v0.4.3/build/commands/build/cancel.ts)_ ## `eas build:list` @@ -148,7 +112,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.4.2/build/commands/build/list.ts)_ +_See code: [build/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v0.4.3/build/commands/build/list.ts)_ ## `eas build:view [BUILD_ID]` @@ -159,7 +123,7 @@ USAGE $ eas build:view [BUILD_ID] ``` -_See code: [build/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v0.4.2/build/commands/build/view.ts)_ +_See code: [build/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v0.4.3/build/commands/build/view.ts)_ ## `eas credentials` @@ -170,7 +134,7 @@ USAGE $ eas credentials ``` -_See code: [build/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v0.4.2/build/commands/credentials.ts)_ +_See code: [build/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v0.4.3/build/commands/credentials.ts)_ ## `eas device:create` @@ -181,7 +145,7 @@ USAGE $ eas device:create ``` -_See code: [build/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v0.4.2/build/commands/device/create.ts)_ +_See code: [build/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v0.4.3/build/commands/device/create.ts)_ ## `eas device:list` @@ -195,7 +159,7 @@ OPTIONS --apple-team-id=apple-team-id ``` -_See code: [build/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v0.4.2/build/commands/device/list.ts)_ +_See code: [build/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v0.4.3/build/commands/device/list.ts)_ ## `eas device:view [UDID]` @@ -206,7 +170,7 @@ USAGE $ eas device:view [UDID] ``` -_See code: [build/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v0.4.2/build/commands/device/view.ts)_ +_See code: [build/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v0.4.3/build/commands/device/view.ts)_ ## `eas help [COMMAND]` @@ -303,5 +267,5 @@ EXAMPLES and provide its App ID ``` -_See code: [build/commands/submit.ts](https://github.com/expo/eas-cli/blob/v0.4.2/build/commands/submit.ts)_ +_See code: [build/commands/submit.ts](https://github.com/expo/eas-cli/blob/v0.4.3/build/commands/submit.ts)_ diff --git a/packages/eas-cli/package.json b/packages/eas-cli/package.json index 36b169b50d..9b0733168b 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.4.2", + "version": "0.4.3", "author": "Expo ", "bin": { "eas": "./bin/run" @@ -12,7 +12,7 @@ "@expo/config": "~3.3.19", "@expo/config-plugins": "1.0.19-alpha.0", "@expo/eas-build-job": "0.2.12", - "@expo/eas-json": "0.4.1", + "@expo/eas-json": "^0.4.3", "@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 ff949000bb..7698da7a6a 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.4.1", + "version": "0.4.3", "author": "Expo ", "bugs": "https://github.com/expo/eas-cli/issues", "dependencies": {