Skip to content

Commit

Permalink
v0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dsokal committed Sep 10, 2021
1 parent 22b06b4 commit 14bbd1e
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 45 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.26.0"
"version": "0.27.0"
}
100 changes: 59 additions & 41 deletions packages/eas-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ ALIASES
$ eas login
```

_See code: [src/commands/account/login.js](https://github.com/expo/eas-cli/blob/v0.26.0/packages/eas-cli/src/commands/account/login.js)_
_See code: [src/commands/account/login.js](https://github.com/expo/eas-cli/blob/v0.27.0/packages/eas-cli/src/commands/account/login.js)_

## `eas account:logout`

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

_See code: [src/commands/account/logout.js](https://github.com/expo/eas-cli/blob/v0.26.0/packages/eas-cli/src/commands/account/logout.js)_
_See code: [src/commands/account/logout.js](https://github.com/expo/eas-cli/blob/v0.27.0/packages/eas-cli/src/commands/account/logout.js)_

## `eas account:view`

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

_See code: [src/commands/account/view.js](https://github.com/expo/eas-cli/blob/v0.26.0/packages/eas-cli/src/commands/account/view.js)_
_See code: [src/commands/account/view.js](https://github.com/expo/eas-cli/blob/v0.27.0/packages/eas-cli/src/commands/account/view.js)_

## `eas analytics [STATUS]`

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

_See code: [src/commands/analytics.js](https://github.com/expo/eas-cli/blob/v0.26.0/packages/eas-cli/src/commands/analytics.js)_
_See code: [src/commands/analytics.js](https://github.com/expo/eas-cli/blob/v0.27.0/packages/eas-cli/src/commands/analytics.js)_

## `eas build`

Expand All @@ -124,16 +124,28 @@ USAGE
OPTIONS
-p, --platform=(android|ios|all)
--clear-cache Clear cache before the build
--json Enable JSON output, non-JSON messages will be printed to stderr
--local Run build locally [experimental]
--non-interactive Run command in --non-interactive mode
--profile=profile [default: release] Name of the build profile from eas.json
--skip-project-configuration Skip project configuration
--[no-]wait Wait for build(s) to complete
--auto-submit Submit on build complete using the submit profile with the same name as the
build profile
--auto-submit-with-profile=PROFILE_NAME Submit on build complete using the submit profile with provided name
--clear-cache Clear cache before the build
--json Enable JSON output, non-JSON messages will be printed to stderr
--local Run build locally [experimental]
--non-interactive Run command in non-interactive mode
--profile=PROFILE_NAME [default: release] Name of the build profile from eas.json
--skip-project-configuration Skip project configuration
--[no-]wait Wait for build(s) to complete
```

_See code: [src/commands/build/index.js](https://github.com/expo/eas-cli/blob/v0.26.0/packages/eas-cli/src/commands/build/index.js)_
_See code: [src/commands/build/index.js](https://github.com/expo/eas-cli/blob/v0.27.0/packages/eas-cli/src/commands/build/index.js)_

## `eas build:cancel [BUILD_ID]`

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

_See code: [src/commands/build/cancel.js](https://github.com/expo/eas-cli/blob/v0.26.0/packages/eas-cli/src/commands/build/cancel.js)_
_See code: [src/commands/build/cancel.js](https://github.com/expo/eas-cli/blob/v0.27.0/packages/eas-cli/src/commands/build/cancel.js)_

## `eas build:configure`

Expand All @@ -158,7 +170,7 @@ OPTIONS
-p, --platform=(android|ios|all) Platform to configure
```

_See code: [src/commands/build/configure.js](https://github.com/expo/eas-cli/blob/v0.26.0/packages/eas-cli/src/commands/build/configure.js)_
_See code: [src/commands/build/configure.js](https://github.com/expo/eas-cli/blob/v0.27.0/packages/eas-cli/src/commands/build/configure.js)_

## `eas build:list`

Expand Down Expand Up @@ -191,7 +203,7 @@ OPTIONS
--status=(new|in-queue|in-progress|errored|finished|canceled)
```

_See code: [src/commands/build/list.js](https://github.com/expo/eas-cli/blob/v0.26.0/packages/eas-cli/src/commands/build/list.js)_
_See code: [src/commands/build/list.js](https://github.com/expo/eas-cli/blob/v0.27.0/packages/eas-cli/src/commands/build/list.js)_

## `eas build:view [BUILD_ID]`

Expand All @@ -205,7 +217,7 @@ OPTIONS
--json Enable JSON output, non-JSON messages will be printed to stderr
```

_See code: [src/commands/build/view.js](https://github.com/expo/eas-cli/blob/v0.26.0/packages/eas-cli/src/commands/build/view.js)_
_See code: [src/commands/build/view.js](https://github.com/expo/eas-cli/blob/v0.27.0/packages/eas-cli/src/commands/build/view.js)_

## `eas config`

Expand All @@ -220,7 +232,7 @@ OPTIONS
--profile=profile
```

_See code: [src/commands/config.js](https://github.com/expo/eas-cli/blob/v0.26.0/packages/eas-cli/src/commands/config.js)_
_See code: [src/commands/config.js](https://github.com/expo/eas-cli/blob/v0.27.0/packages/eas-cli/src/commands/config.js)_

## `eas credentials`

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

_See code: [src/commands/credentials.js](https://github.com/expo/eas-cli/blob/v0.26.0/packages/eas-cli/src/commands/credentials.js)_
_See code: [src/commands/credentials.js](https://github.com/expo/eas-cli/blob/v0.27.0/packages/eas-cli/src/commands/credentials.js)_

## `eas device:create`

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

_See code: [src/commands/device/create.js](https://github.com/expo/eas-cli/blob/v0.26.0/packages/eas-cli/src/commands/device/create.js)_
_See code: [src/commands/device/create.js](https://github.com/expo/eas-cli/blob/v0.27.0/packages/eas-cli/src/commands/device/create.js)_

## `eas device:list`

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

_See code: [src/commands/device/list.js](https://github.com/expo/eas-cli/blob/v0.26.0/packages/eas-cli/src/commands/device/list.js)_
_See code: [src/commands/device/list.js](https://github.com/expo/eas-cli/blob/v0.27.0/packages/eas-cli/src/commands/device/list.js)_

## `eas device:view [UDID]`

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

_See code: [src/commands/device/view.js](https://github.com/expo/eas-cli/blob/v0.26.0/packages/eas-cli/src/commands/device/view.js)_
_See code: [src/commands/device/view.js](https://github.com/expo/eas-cli/blob/v0.27.0/packages/eas-cli/src/commands/device/view.js)_

## `eas diagnostics`

Expand All @@ -278,7 +290,7 @@ USAGE
$ eas diagnostics
```

_See code: [src/commands/diagnostics.js](https://github.com/expo/eas-cli/blob/v0.26.0/packages/eas-cli/src/commands/diagnostics.js)_
_See code: [src/commands/diagnostics.js](https://github.com/expo/eas-cli/blob/v0.27.0/packages/eas-cli/src/commands/diagnostics.js)_

## `eas help [COMMAND]`

Expand Down Expand Up @@ -306,7 +318,7 @@ USAGE
$ eas project:info
```

_See code: [src/commands/project/info.js](https://github.com/expo/eas-cli/blob/v0.26.0/packages/eas-cli/src/commands/project/info.js)_
_See code: [src/commands/project/info.js](https://github.com/expo/eas-cli/blob/v0.27.0/packages/eas-cli/src/commands/project/info.js)_

## `eas project:init`

Expand All @@ -320,7 +332,7 @@ ALIASES
$ eas init
```

_See code: [src/commands/project/init.js](https://github.com/expo/eas-cli/blob/v0.26.0/packages/eas-cli/src/commands/project/init.js)_
_See code: [src/commands/project/init.js](https://github.com/expo/eas-cli/blob/v0.27.0/packages/eas-cli/src/commands/project/init.js)_

## `eas secret:create`

Expand All @@ -337,7 +349,7 @@ OPTIONS
--value=value Value of the secret
```

_See code: [src/commands/secret/create.js](https://github.com/expo/eas-cli/blob/v0.26.0/packages/eas-cli/src/commands/secret/create.js)_
_See code: [src/commands/secret/create.js](https://github.com/expo/eas-cli/blob/v0.27.0/packages/eas-cli/src/commands/secret/create.js)_

## `eas secret:delete`

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

_See code: [src/commands/secret/delete.js](https://github.com/expo/eas-cli/blob/v0.26.0/packages/eas-cli/src/commands/secret/delete.js)_
_See code: [src/commands/secret/delete.js](https://github.com/expo/eas-cli/blob/v0.27.0/packages/eas-cli/src/commands/secret/delete.js)_

## `eas secret:list`

Expand All @@ -365,7 +377,7 @@ USAGE
$ eas secret:list
```

_See code: [src/commands/secret/list.js](https://github.com/expo/eas-cli/blob/v0.26.0/packages/eas-cli/src/commands/secret/list.js)_
_See code: [src/commands/secret/list.js](https://github.com/expo/eas-cli/blob/v0.27.0/packages/eas-cli/src/commands/secret/list.js)_

## `eas submit`

Expand All @@ -376,14 +388,20 @@ USAGE
$ eas submit
OPTIONS
-p, --platform=(android|ios)
--id=id ID of the build to submit
--latest Submit the latest build for specified platform
--path=path Path to the .apk/.aab/.ipa file
--profile=profile Name of the submit profile from eas.json. Defaults to "release" if defined in eas.json.
--url=url App archive url
--verbose Always print logs from Submission Service
--[no-]wait Wait for submission to complete
-p, --platform=(android|ios|all)
--id=id ID of the build to submit
--latest Submit the latest build for specified platform
--non-interactive Run command in non-interactive mode
--path=path Path to the .apk/.aab/.ipa file
--profile=profile Name of the submit profile from eas.json. Defaults to "release" if defined in
eas.json.
--url=url App archive url
--verbose Always print logs from Submission Service
--[no-]wait Wait for submission to complete
DESCRIPTION
See how to configure submits with eas.json: https://docs.expo.dev/submit/eas-json/
Expand All @@ -392,7 +410,7 @@ ALIASES
$ eas build:submit
```

_See code: [src/commands/submit.js](https://github.com/expo/eas-cli/blob/v0.26.0/packages/eas-cli/src/commands/submit.js)_
_See code: [src/commands/submit.js](https://github.com/expo/eas-cli/blob/v0.27.0/packages/eas-cli/src/commands/submit.js)_

## `eas webhook:create`

Expand All @@ -411,7 +429,7 @@ OPTIONS
--url=url Webhook URL
```

_See code: [src/commands/webhook/create.js](https://github.com/expo/eas-cli/blob/v0.26.0/packages/eas-cli/src/commands/webhook/create.js)_
_See code: [src/commands/webhook/create.js](https://github.com/expo/eas-cli/blob/v0.27.0/packages/eas-cli/src/commands/webhook/create.js)_

## `eas webhook:delete [ID]`

Expand All @@ -425,7 +443,7 @@ ARGUMENTS
ID ID of the webhook to delete
```

_See code: [src/commands/webhook/delete.js](https://github.com/expo/eas-cli/blob/v0.26.0/packages/eas-cli/src/commands/webhook/delete.js)_
_See code: [src/commands/webhook/delete.js](https://github.com/expo/eas-cli/blob/v0.27.0/packages/eas-cli/src/commands/webhook/delete.js)_

## `eas webhook:list`

Expand All @@ -439,7 +457,7 @@ OPTIONS
--event=(BUILD) Event type that triggers the webhook
```

_See code: [src/commands/webhook/list.js](https://github.com/expo/eas-cli/blob/v0.26.0/packages/eas-cli/src/commands/webhook/list.js)_
_See code: [src/commands/webhook/list.js](https://github.com/expo/eas-cli/blob/v0.27.0/packages/eas-cli/src/commands/webhook/list.js)_

## `eas webhook:update`

Expand All @@ -459,7 +477,7 @@ OPTIONS
--url=url Webhook URL
```

_See code: [src/commands/webhook/update.js](https://github.com/expo/eas-cli/blob/v0.26.0/packages/eas-cli/src/commands/webhook/update.js)_
_See code: [src/commands/webhook/update.js](https://github.com/expo/eas-cli/blob/v0.27.0/packages/eas-cli/src/commands/webhook/update.js)_

## `eas webhook:view ID`

Expand All @@ -473,5 +491,5 @@ ARGUMENTS
ID ID of the webhook to view
```

_See code: [src/commands/webhook/view.js](https://github.com/expo/eas-cli/blob/v0.26.0/packages/eas-cli/src/commands/webhook/view.js)_
_See code: [src/commands/webhook/view.js](https://github.com/expo/eas-cli/blob/v0.27.0/packages/eas-cli/src/commands/webhook/view.js)_
<!-- 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.26.0",
"version": "0.27.0",
"author": "Expo <support@expo.dev>",
"bin": {
"eas": "./bin/run"
Expand All @@ -14,7 +14,7 @@
"@expo/config": "3.3.42",
"@expo/config-plugins": "3.1.0",
"@expo/eas-build-job": "0.2.46",
"@expo/eas-json": "^0.26.0",
"@expo/eas-json": "^0.27.0",
"@expo/json-file": "8.2.25",
"@expo/pkcs12": "0.0.4",
"@expo/plist": "0.0.14",
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.26.0",
"version": "0.27.0",
"author": "Expo <support@expo.dev>",
"bugs": "https://github.com/expo/eas-cli/issues",
"dependencies": {
Expand Down

0 comments on commit 14bbd1e

Please sign in to comment.