diff --git a/lerna.json b/lerna.json index e3f3e5016c..33d6d0d7c5 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "npmClient": "yarn", "useWorkspaces": true, - "version": "0.1.0-alpha.8" + "version": "0.1.0-alpha.9" } diff --git a/packages/eas-cli/README.md b/packages/eas-cli/README.md index 0a9b9cdedd..edaa21eef5 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-alpha.8 darwin-x64 node-v12.13.0 +eas-cli/0.1.0-alpha.9 darwin-x64 node-v12.13.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-alpha.8/build/commands/account/login.ts)_ +_See code: [build/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v0.1.0-alpha.9/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-alpha.8/build/commands/account/logout.ts)_ +_See code: [build/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v0.1.0-alpha.9/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-alpha.8/build/commands/account/view.ts)_ +_See code: [build/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v0.1.0-alpha.9/build/commands/account/view.ts)_ ## `eas build` @@ -97,7 +97,7 @@ USAGE $ eas build ``` -_See code: [build/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v0.1.0-alpha.8/build/commands/build/index.ts)_ +_See code: [build/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v0.1.0-alpha.9/build/commands/build/index.ts)_ ## `eas build:configure` @@ -111,7 +111,7 @@ OPTIONS -p, --platform=(android|ios|all) [default: all] Platform to configure ``` -_See code: [build/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v0.1.0-alpha.8/build/commands/build/configure.ts)_ +_See code: [build/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v0.1.0-alpha.9/build/commands/build/configure.ts)_ ## `eas build:create` @@ -130,7 +130,7 @@ OPTIONS --wait Wait for build(s) to complete ``` -_See code: [build/commands/build/create.ts](https://github.com/expo/eas-cli/blob/v0.1.0-alpha.8/build/commands/build/create.ts)_ +_See code: [build/commands/build/create.ts](https://github.com/expo/eas-cli/blob/v0.1.0-alpha.9/build/commands/build/create.ts)_ ## `eas build:status` @@ -145,7 +145,7 @@ OPTIONS --status=(in-queue|in-progress|errored|finished) ``` -_See code: [build/commands/build/status.ts](https://github.com/expo/eas-cli/blob/v0.1.0-alpha.8/build/commands/build/status.ts)_ +_See code: [build/commands/build/status.ts](https://github.com/expo/eas-cli/blob/v0.1.0-alpha.9/build/commands/build/status.ts)_ ## `eas credentials` @@ -156,7 +156,7 @@ USAGE $ eas credentials ``` -_See code: [build/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v0.1.0-alpha.8/build/commands/credentials.ts)_ +_See code: [build/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v0.1.0-alpha.9/build/commands/credentials.ts)_ ## `eas device:create` @@ -167,7 +167,7 @@ USAGE $ eas device:create ``` -_See code: [build/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v0.1.0-alpha.8/build/commands/device/create.ts)_ +_See code: [build/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v0.1.0-alpha.9/build/commands/device/create.ts)_ ## `eas help [COMMAND]` @@ -201,7 +201,7 @@ OPTIONS --json return a json with the new release ID and name. ``` -_See code: [build/commands/release/create.ts](https://github.com/expo/eas-cli/blob/v0.1.0-alpha.8/build/commands/release/create.ts)_ +_See code: [build/commands/release/create.ts](https://github.com/expo/eas-cli/blob/v0.1.0-alpha.9/build/commands/release/create.ts)_ ## `eas submit --platform=(android|ios)` @@ -282,7 +282,7 @@ EXAMPLES and provide its App ID ``` -_See code: [build/commands/submit.ts](https://github.com/expo/eas-cli/blob/v0.1.0-alpha.8/build/commands/submit.ts)_ +_See code: [build/commands/submit.ts](https://github.com/expo/eas-cli/blob/v0.1.0-alpha.9/build/commands/submit.ts)_ ## `eas update:show` @@ -293,5 +293,5 @@ USAGE $ eas update:show ``` -_See code: [build/commands/update/show.ts](https://github.com/expo/eas-cli/blob/v0.1.0-alpha.8/build/commands/update/show.ts)_ +_See code: [build/commands/update/show.ts](https://github.com/expo/eas-cli/blob/v0.1.0-alpha.9/build/commands/update/show.ts)_ diff --git a/packages/eas-cli/package.json b/packages/eas-cli/package.json index 9f5d957464..bd1aba30b5 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-alpha.8", + "version": "0.1.0-alpha.9", "author": "Expo ", "bin": { "eas": "./bin/run"