Skip to content

Commit

Permalink
v0.1.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fson committed Oct 29, 2020
1 parent a771e94 commit f00efe7
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 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.0.0"
"version": "0.1.0-alpha.0"
}
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@eas/config",
"description": "A library for interacting with the eas.json",
"version": "0.0.1",
"version": "0.1.0-alpha.0",
"author": "Expo <[email protected]>",
"bugs": "https://github.com/expo/eas-cli/issues",
"dependencies": {
Expand Down
26 changes: 13 additions & 13 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.0.0 darwin-x64 node-v12.13.0
eas-cli/0.1.0-alpha.0 darwin-x64 node-v12.13.0
$ eas --help [COMMAND]
USAGE
$ eas COMMAND
Expand Down Expand Up @@ -55,7 +55,7 @@ USAGE
$ eas build
```

_See code: [build/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v0.0.0/build/commands/build/index.ts)_
_See code: [build/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v0.1.0-alpha.0/build/commands/build/index.ts)_

## `eas build:configure`

Expand All @@ -66,7 +66,7 @@ USAGE
$ eas build:configure
```

_See code: [build/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v0.0.0/build/commands/build/configure.ts)_
_See code: [build/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v0.1.0-alpha.0/build/commands/build/configure.ts)_

## `eas build:create`

Expand All @@ -85,7 +85,7 @@ OPTIONS
--wait Wait for build(s) to complete
```

_See code: [build/commands/build/create.ts](https://github.com/expo/eas-cli/blob/v0.0.0/build/commands/build/create.ts)_
_See code: [build/commands/build/create.ts](https://github.com/expo/eas-cli/blob/v0.1.0-alpha.0/build/commands/build/create.ts)_

## `eas build:status`

Expand All @@ -100,7 +100,7 @@ OPTIONS
--status=(in-queue|in-progress|errored|finished)
```

_See code: [build/commands/build/status.ts](https://github.com/expo/eas-cli/blob/v0.0.0/build/commands/build/status.ts)_
_See code: [build/commands/build/status.ts](https://github.com/expo/eas-cli/blob/v0.1.0-alpha.0/build/commands/build/status.ts)_

## `eas build:submit`

Expand Down Expand Up @@ -137,7 +137,7 @@ OPTIONS
--verbose Always print logs from Submission Service
```

_See code: [build/commands/build/submit.ts](https://github.com/expo/eas-cli/blob/v0.0.0/build/commands/build/submit.ts)_
_See code: [build/commands/build/submit.ts](https://github.com/expo/eas-cli/blob/v0.1.0-alpha.0/build/commands/build/submit.ts)_

## `eas credentials`

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

_See code: [build/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v0.0.0/build/commands/credentials.ts)_
_See code: [build/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v0.1.0-alpha.0/build/commands/credentials.ts)_

## `eas device:create`

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

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

## `eas help [COMMAND]`

Expand Down Expand Up @@ -187,7 +187,7 @@ USAGE
$ eas login
```

_See code: [build/commands/login.ts](https://github.com/expo/eas-cli/blob/v0.0.0/build/commands/login.ts)_
_See code: [build/commands/login.ts](https://github.com/expo/eas-cli/blob/v0.1.0-alpha.0/build/commands/login.ts)_

## `eas logout`

Expand All @@ -198,7 +198,7 @@ USAGE
$ eas logout
```

_See code: [build/commands/logout.ts](https://github.com/expo/eas-cli/blob/v0.0.0/build/commands/logout.ts)_
_See code: [build/commands/logout.ts](https://github.com/expo/eas-cli/blob/v0.1.0-alpha.0/build/commands/logout.ts)_

## `eas update`

Expand All @@ -212,7 +212,7 @@ ALIASES
$ eas update:publish
```

_See code: [build/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v0.0.0/build/commands/update/index.ts)_
_See code: [build/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v0.1.0-alpha.0/build/commands/update/index.ts)_

## `eas update:show`

Expand All @@ -223,7 +223,7 @@ USAGE
$ eas update:show
```

_See code: [build/commands/update/show.ts](https://github.com/expo/eas-cli/blob/v0.0.0/build/commands/update/show.ts)_
_See code: [build/commands/update/show.ts](https://github.com/expo/eas-cli/blob/v0.1.0-alpha.0/build/commands/update/show.ts)_

## `eas whoami`

Expand All @@ -234,5 +234,5 @@ USAGE
$ eas whoami
```

_See code: [build/commands/whoami.ts](https://github.com/expo/eas-cli/blob/v0.0.0/build/commands/whoami.ts)_
_See code: [build/commands/whoami.ts](https://github.com/expo/eas-cli/blob/v0.1.0-alpha.0/build/commands/whoami.ts)_
<!-- commandsstop -->
4 changes: 2 additions & 2 deletions packages/eas-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "eas-cli",
"description": "EAS command line tool",
"version": "0.0.0",
"version": "0.1.0-alpha.0",
"author": "Expo <[email protected]>",
"bin": {
"eas": "./bin/run"
},
"bugs": "https://github.com/expo/eas-cli/issues",
"dependencies": {
"@eas/config": "0.0.1",
"@eas/config": "^0.1.0-alpha.0",
"@expo/config": "^3.3.9",
"@expo/eas-build-job": "^0.1.1",
"@expo/json-file": "^8.2.24",
Expand Down

0 comments on commit f00efe7

Please sign in to comment.