Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wschurman committed Jan 19, 2021
1 parent 9714420 commit b82f0b0
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 19 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.2.1"
"version": "0.3.0"
}
29 changes: 14 additions & 15 deletions packages/eas-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ npm install -g eas-cli
$ eas COMMAND
running command...
$ eas (-v|--version|version)
eas-cli/0.2.1 darwin-x64 node-v12.18.4
eas-cli/0.3.0 darwin-x64 node-v14.13.1
$ eas --help [COMMAND]
USAGE
$ eas COMMAND
Expand Down Expand Up @@ -58,7 +58,7 @@ ALIASES
$ eas login
```

_See code: [build/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v0.2.1/build/commands/account/login.ts)_
_See code: [build/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v0.3.0/build/commands/account/login.ts)_

## `eas account:logout`

Expand All @@ -72,7 +72,7 @@ ALIASES
$ eas logout
```

_See code: [build/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v0.2.1/build/commands/account/logout.ts)_
_See code: [build/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v0.3.0/build/commands/account/logout.ts)_

## `eas account:view`

Expand All @@ -86,7 +86,7 @@ ALIASES
$ eas whoami
```

_See code: [build/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v0.2.1/build/commands/account/view.ts)_
_See code: [build/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v0.3.0/build/commands/account/view.ts)_

## `eas build`

Expand All @@ -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.2.1/build/commands/build/index.ts)_
_See code: [build/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v0.3.0/build/commands/build/index.ts)_

## `eas build:configure`

Expand All @@ -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.2.1/build/commands/build/configure.ts)_
_See code: [build/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v0.3.0/build/commands/build/configure.ts)_

## `eas build:list`

Expand All @@ -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.2.1/build/commands/build/list.ts)_
_See code: [build/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v0.3.0/build/commands/build/list.ts)_

## `eas build:view [BUILDID]`

Expand All @@ -147,7 +147,7 @@ USAGE
$ eas build:view [BUILDID]
```

_See code: [build/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v0.2.1/build/commands/build/view.ts)_
_See code: [build/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v0.3.0/build/commands/build/view.ts)_

## `eas credentials`

Expand All @@ -158,7 +158,7 @@ USAGE
$ eas credentials
```

_See code: [build/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v0.2.1/build/commands/credentials.ts)_
_See code: [build/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v0.3.0/build/commands/credentials.ts)_

## `eas device:create`

Expand All @@ -169,7 +169,7 @@ USAGE
$ eas device:create
```

_See code: [build/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v0.2.1/build/commands/device/create.ts)_
_See code: [build/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v0.3.0/build/commands/device/create.ts)_

## `eas device:list`

Expand All @@ -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.2.1/build/commands/device/list.ts)_
_See code: [build/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v0.3.0/build/commands/device/list.ts)_

## `eas device:view [UDID]`

Expand All @@ -194,7 +194,7 @@ USAGE
$ eas device:view [UDID]
```

_See code: [build/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v0.2.1/build/commands/device/view.ts)_
_See code: [build/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v0.3.0/build/commands/device/view.ts)_

## `eas help [COMMAND]`

Expand Down Expand Up @@ -237,8 +237,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)
Expand Down Expand Up @@ -291,5 +290,5 @@ EXAMPLES
and provide its App ID
```

_See code: [build/commands/submit.ts](https://github.com/expo/eas-cli/blob/v0.2.1/build/commands/submit.ts)_
_See code: [build/commands/submit.ts](https://github.com/expo/eas-cli/blob/v0.3.0/build/commands/submit.ts)_
<!-- commandsstop -->
4 changes: 2 additions & 2 deletions packages/eas-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eas-cli",
"description": "EAS command line tool",
"version": "0.2.1",
"version": "0.3.0",
"author": "Expo <support@expo.io>",
"bin": {
"eas": "./bin/run"
Expand All @@ -12,7 +12,7 @@
"@expo/config": "~3.3.19",
"@expo/config-plugins": "^1.0.14",
"@expo/eas-build-job": "^0.2.0",
"@expo/eas-json": "^0.2.0",
"@expo/eas-json": "^0.3.0",
"@expo/json-file": "^8.2.24",
"@expo/plist": "^0.0.11",
"@expo/plugin-warn-if-update-available": "^1.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eas-json/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@expo/eas-json",
"description": "A library for interacting with the eas.json",
"version": "0.2.0",
"version": "0.3.0",
"author": "Expo <support@expo.io>",
"bugs": "https://github.com/expo/eas-cli/issues",
"dependencies": {
Expand Down

0 comments on commit b82f0b0

Please sign in to comment.