Skip to content

Commit

Permalink
v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dsokal committed Apr 6, 2021
1 parent 403b5c2 commit 7d6bdbb
Show file tree
Hide file tree
Showing 3 changed files with 19 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.8.0"
"version": "0.8.1"
}
34 changes: 17 additions & 17 deletions packages/eas-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ ALIASES
$ eas login
```

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

## `eas account:logout`

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

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

## `eas account:view`

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

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

## `eas analytics [STATUS]`

Expand All @@ -103,7 +103,7 @@ USAGE
$ eas analytics [STATUS]
```

_See code: [build/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v0.8.0/build/commands/analytics.ts)_
_See code: [build/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v0.8.1/build/commands/analytics.ts)_

## `eas build`

Expand All @@ -122,7 +122,7 @@ OPTIONS
--[no-]wait Wait for build(s) to complete
```

_See code: [build/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v0.8.0/build/commands/build/index.ts)_
_See code: [build/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v0.8.1/build/commands/build/index.ts)_

## `eas build:cancel [BUILD_ID]`

Expand All @@ -133,7 +133,7 @@ USAGE
$ eas build:cancel [BUILD_ID]
```

_See code: [build/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v0.8.0/build/commands/build/cancel.ts)_
_See code: [build/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v0.8.1/build/commands/build/cancel.ts)_

## `eas build:configure`

Expand All @@ -148,7 +148,7 @@ OPTIONS
--allow-experimental Enable experimental configuration steps.
```

_See code: [build/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v0.8.0/build/commands/build/configure.ts)_
_See code: [build/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v0.8.1/build/commands/build/configure.ts)_

## `eas build:list`

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

## `eas build:view [BUILD_ID]`

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

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

## `eas credentials`

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

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

## `eas device:create`

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

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

## `eas device:list`

Expand All @@ -211,7 +211,7 @@ OPTIONS
--apple-team-id=apple-team-id
```

_See code: [build/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v0.8.0/build/commands/device/list.ts)_
_See code: [build/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v0.8.1/build/commands/device/list.ts)_

## `eas device:view [UDID]`

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

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

## `eas help [COMMAND]`

Expand Down Expand Up @@ -255,7 +255,7 @@ OPTIONS
--value=value Value of the secret
```

_See code: [build/commands/secrets/create.ts](https://github.com/expo/eas-cli/blob/v0.8.0/build/commands/secrets/create.ts)_
_See code: [build/commands/secrets/create.ts](https://github.com/expo/eas-cli/blob/v0.8.1/build/commands/secrets/create.ts)_

## `eas secrets:delete ID`

Expand All @@ -272,7 +272,7 @@ DESCRIPTION
Unsure where to find the secret's ID? Run eas secrets:list
```

_See code: [build/commands/secrets/delete.ts](https://github.com/expo/eas-cli/blob/v0.8.0/build/commands/secrets/delete.ts)_
_See code: [build/commands/secrets/delete.ts](https://github.com/expo/eas-cli/blob/v0.8.1/build/commands/secrets/delete.ts)_

## `eas secrets:list`

Expand All @@ -283,7 +283,7 @@ USAGE
$ eas secrets:list
```

_See code: [build/commands/secrets/list.ts](https://github.com/expo/eas-cli/blob/v0.8.0/build/commands/secrets/list.ts)_
_See code: [build/commands/secrets/list.ts](https://github.com/expo/eas-cli/blob/v0.8.1/build/commands/secrets/list.ts)_

## `eas submit --platform=(android|ios)`

Expand Down Expand Up @@ -363,5 +363,5 @@ EXAMPLES
and provide its App ID
```

_See code: [build/commands/submit.ts](https://github.com/expo/eas-cli/blob/v0.8.0/build/commands/submit.ts)_
_See code: [build/commands/submit.ts](https://github.com/expo/eas-cli/blob/v0.8.1/build/commands/submit.ts)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion 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.8.0",
"version": "0.8.1",
"author": "Expo <support@expo.io>",
"bin": {
"eas": "./bin/run"
Expand Down

0 comments on commit 7d6bdbb

Please sign in to comment.