From 58919d37ab3b42585b12ac593159f5e004bd2d6b Mon Sep 17 00:00:00 2001 From: Brent Vatne Date: Mon, 14 Dec 2020 20:37:37 -0800 Subject: [PATCH] v0.1.1 --- lerna.json | 2 +- packages/eas-cli/README.md | 26 +++++++++++++------------- packages/eas-cli/package.json | 2 +- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/lerna.json b/lerna.json index b5dfe59964..663d510baa 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "npmClient": "yarn", "useWorkspaces": true, - "version": "0.1.0" + "version": "0.1.1" } diff --git a/packages/eas-cli/README.md b/packages/eas-cli/README.md index 2fd19a39dd..e28ea02c9e 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.1.0 darwin-x64 node-v14.15.0 +eas-cli/0.1.1 darwin-x64 node-v14.15.0 $ eas --help [COMMAND] USAGE $ eas COMMAND @@ -58,7 +58,7 @@ ALIASES $ eas login ``` -_See code: [build/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v0.1.0/build/commands/account/login.ts)_ +_See code: [build/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v0.1.1/build/commands/account/login.ts)_ ## `eas account:logout` @@ -72,7 +72,7 @@ ALIASES $ eas logout ``` -_See code: [build/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v0.1.0/build/commands/account/logout.ts)_ +_See code: [build/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v0.1.1/build/commands/account/logout.ts)_ ## `eas account:view` @@ -86,7 +86,7 @@ ALIASES $ eas whoami ``` -_See code: [build/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v0.1.0/build/commands/account/view.ts)_ +_See code: [build/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v0.1.1/build/commands/account/view.ts)_ ## `eas build` @@ -105,7 +105,7 @@ OPTIONS --wait Wait for build(s) to complete ``` -_See code: [build/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v0.1.0/build/commands/build/index.ts)_ +_See code: [build/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v0.1.1/build/commands/build/index.ts)_ ## `eas build:configure` @@ -120,7 +120,7 @@ OPTIONS --allow-experimental Enable experimental configuration steps. ``` -_See code: [build/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v0.1.0/build/commands/build/configure.ts)_ +_See code: [build/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v0.1.1/build/commands/build/configure.ts)_ ## `eas build:list` @@ -136,7 +136,7 @@ OPTIONS --status=(in-queue|in-progress|errored|finished) ``` -_See code: [build/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v0.1.0/build/commands/build/list.ts)_ +_See code: [build/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v0.1.1/build/commands/build/list.ts)_ ## `eas build:view [BUILDID]` @@ -147,7 +147,7 @@ USAGE $ eas build:view [BUILDID] ``` -_See code: [build/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v0.1.0/build/commands/build/view.ts)_ +_See code: [build/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v0.1.1/build/commands/build/view.ts)_ ## `eas credentials` @@ -158,7 +158,7 @@ USAGE $ eas credentials ``` -_See code: [build/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v0.1.0/build/commands/credentials.ts)_ +_See code: [build/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v0.1.1/build/commands/credentials.ts)_ ## `eas device:create` @@ -169,7 +169,7 @@ USAGE $ eas device:create ``` -_See code: [build/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v0.1.0/build/commands/device/create.ts)_ +_See code: [build/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v0.1.1/build/commands/device/create.ts)_ ## `eas device:list` @@ -183,7 +183,7 @@ OPTIONS --apple-team-id=apple-team-id ``` -_See code: [build/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v0.1.0/build/commands/device/list.ts)_ +_See code: [build/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v0.1.1/build/commands/device/list.ts)_ ## `eas device:view [UDID]` @@ -194,7 +194,7 @@ USAGE $ eas device:view [UDID] ``` -_See code: [build/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v0.1.0/build/commands/device/view.ts)_ +_See code: [build/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v0.1.1/build/commands/device/view.ts)_ ## `eas help [COMMAND]` @@ -291,5 +291,5 @@ EXAMPLES and provide its App ID ``` -_See code: [build/commands/submit.ts](https://github.com/expo/eas-cli/blob/v0.1.0/build/commands/submit.ts)_ +_See code: [build/commands/submit.ts](https://github.com/expo/eas-cli/blob/v0.1.1/build/commands/submit.ts)_ diff --git a/packages/eas-cli/package.json b/packages/eas-cli/package.json index bdcf533773..c8c0e188e5 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.1.0", + "version": "0.1.1", "author": "Expo ", "bin": { "eas": "./bin/run"