Skip to content

Commit

Permalink
v7.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
raulb committed Aug 14, 2018
1 parent 052e0f1 commit 8f3e76e
Show file tree
Hide file tree
Showing 43 changed files with 453 additions and 242 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="7.7.9"></a>
## [7.7.9](https://github.com/heroku/cli/compare/v7.7.8...v7.7.9) (2018-08-14)

**Note:** Version bump only for package heroku





<a name="7.7.8"></a>
## [7.7.8](https://github.com/heroku/cli/compare/v7.7.7...v7.7.8) (2018-07-30)

Expand Down
8 changes: 4 additions & 4 deletions docs/access.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ USAGE
$ heroku access
OPTIONS
-a, --app=app (required) [default: safe-sea-44297] app to run command against
-a, --app=app (required) app to run command against
-r, --remote=remote git remote of app to use
--json output in json format
```
Expand All @@ -31,7 +31,7 @@ USAGE
$ heroku access:add EMAIL
OPTIONS
-a, --app=app (required) [default: safe-sea-44297] app to run command against
-a, --app=app (required) app to run command against
-p, --permissions=permissions list of permissions comma separated
-r, --remote=remote git remote of app to use
Expand All @@ -49,7 +49,7 @@ USAGE
$ heroku access:remove EMAIL
OPTIONS
-a, --app=app (required) [default: safe-sea-44297] app to run command against
-a, --app=app (required) app to run command against
-r, --remote=remote git remote of app to use
EXAMPLES
Expand All @@ -65,7 +65,7 @@ USAGE
$ heroku access:update EMAIL
OPTIONS
-a, --app=app (required) [default: safe-sea-44297] app to run command against
-a, --app=app (required) app to run command against
-p, --permissions=permissions comma-delimited list of permissions to update (deploy,manage,operate)
-r, --remote=remote git remote of app to use
Expand Down
24 changes: 12 additions & 12 deletions docs/addons.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ USAGE
OPTIONS
-A, --all show add-ons and attachments for all accessible apps
-a, --app=app [default: safe-sea-44297] app to run command against
-a, --app=app app to run command against
-r, --remote=remote git remote of app to use
--json return add-ons in json format
Expand All @@ -52,7 +52,7 @@ USAGE
$ heroku addons:attach ADDON_NAME
OPTIONS
-a, --app=app (required) [default: safe-sea-44297] app to run command against
-a, --app=app (required) app to run command against
-r, --remote=remote git remote of app to use
--as=as name for add-on attachment
--confirm=confirm overwrite existing add-on attachment with same name
Expand All @@ -68,7 +68,7 @@ USAGE
$ heroku addons:create SERVICE:PLAN
OPTIONS
-a, --app=app (required) [default: safe-sea-44297] app to run command against
-a, --app=app (required) app to run command against
-r, --remote=remote git remote of app to use
--as=as name for the initial add-on attachment
--confirm=confirm overwrite existing config vars or existing add-on attachments
Expand All @@ -85,7 +85,7 @@ USAGE
$ heroku addons:destroy [ADDON]... [flags]
OPTIONS
-a, --app=app [default: safe-sea-44297] app to run command against
-a, --app=app app to run command against
-c, --confirm=confirm
-f, --force allow destruction even if connected to other apps
-r, --remote=remote git remote of app to use
Expand All @@ -100,7 +100,7 @@ USAGE
$ heroku addons:detach ATTACHMENT_NAME
OPTIONS
-a, --app=app (required) [default: safe-sea-44297] app to run command against
-a, --app=app (required) app to run command against
-r, --remote=remote git remote of app to use
```

Expand All @@ -113,7 +113,7 @@ USAGE
$ heroku addons:docs ADDON
OPTIONS
-a, --app=app [default: safe-sea-44297] app to run command against
-a, --app=app app to run command against
-r, --remote=remote git remote of app to use
--show-url show URL, do not open browser
```
Expand All @@ -127,7 +127,7 @@ USAGE
$ heroku addons:downgrade ADDON [PLAN]
OPTIONS
-a, --app=app [default: safe-sea-44297] app to run command against
-a, --app=app app to run command against
-r, --remote=remote git remote of app to use
DESCRIPTION
Expand Down Expand Up @@ -155,7 +155,7 @@ USAGE
$ heroku addons:info ADDON
OPTIONS
-a, --app=app [default: safe-sea-44297] app to run command against
-a, --app=app app to run command against
-r, --remote=remote git remote of app to use
```

Expand All @@ -168,7 +168,7 @@ USAGE
$ heroku addons:open ADDON
OPTIONS
-a, --app=app [default: safe-sea-44297] app to run command against
-a, --app=app app to run command against
-r, --remote=remote git remote of app to use
--show-url show URL, do not open browser
```
Expand All @@ -194,7 +194,7 @@ USAGE
$ heroku addons:rename ADDON NEW_NAME
OPTIONS
-a, --app=app [default: safe-sea-44297] app to run command against
-a, --app=app app to run command against
-r, --remote=remote git remote of app to use
```

Expand All @@ -219,7 +219,7 @@ USAGE
$ heroku addons:upgrade ADDON [PLAN]
OPTIONS
-a, --app=app [default: safe-sea-44297] app to run command against
-a, --app=app app to run command against
-r, --remote=remote git remote of app to use
DESCRIPTION
Expand Down Expand Up @@ -247,7 +247,7 @@ USAGE
$ heroku addons:wait ADDON
OPTIONS
-a, --app=app [default: safe-sea-44297] app to run command against
-a, --app=app app to run command against
-r, --remote=remote git remote of app to use
--wait-interval=wait-interval how frequently to poll in seconds
```
28 changes: 14 additions & 14 deletions docs/apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ USAGE
$ heroku apps:destroy
OPTIONS
-a, --app=app [default: safe-sea-44297] app to run command against
-a, --app=app app to run command against
-c, --confirm=confirm
-r, --remote=remote git remote of app to use
Expand All @@ -119,7 +119,7 @@ USAGE
$ heroku apps:errors
OPTIONS
-a, --app=app (required) [default: safe-sea-44297] app to run command against
-a, --app=app (required) app to run command against
-r, --remote=remote git remote of app to use
--dyno show only dyno errors
--hours=hours number of hours to look back (default 24)
Expand Down Expand Up @@ -148,7 +148,7 @@ USAGE
$ heroku apps:favorites:add
OPTIONS
-a, --app=app (required) [default: safe-sea-44297] app to run command against
-a, --app=app (required) app to run command against
-r, --remote=remote git remote of app to use
```

Expand All @@ -161,7 +161,7 @@ USAGE
$ heroku apps:favorites:remove
OPTIONS
-a, --app=app (required) [default: safe-sea-44297] app to run command against
-a, --app=app (required) app to run command against
-r, --remote=remote git remote of app to use
```

Expand All @@ -174,7 +174,7 @@ USAGE
$ heroku apps:info
OPTIONS
-a, --app=app [default: safe-sea-44297] app to run command against
-a, --app=app app to run command against
-j, --json
-r, --remote=remote git remote of app to use
-s, --shell output more shell friendly key/value pairs
Expand All @@ -201,7 +201,7 @@ USAGE
$ heroku apps:join
OPTIONS
-a, --app=app (required) [default: safe-sea-44297] app to run command against
-a, --app=app (required) app to run command against
-r, --remote=remote git remote of app to use
```

Expand All @@ -214,7 +214,7 @@ USAGE
$ heroku apps:leave
OPTIONS
-a, --app=app (required) [default: safe-sea-44297] app to run command against
-a, --app=app (required) app to run command against
-r, --remote=remote git remote of app to use
```

Expand All @@ -227,7 +227,7 @@ USAGE
$ heroku apps:lock
OPTIONS
-a, --app=app (required) [default: safe-sea-44297] app to run command against
-a, --app=app (required) app to run command against
-r, --remote=remote git remote of app to use
```

Expand All @@ -240,7 +240,7 @@ USAGE
$ heroku apps:open [PATH]
OPTIONS
-a, --app=app (required) [default: safe-sea-44297] app to run command against
-a, --app=app (required) app to run command against
-r, --remote=remote git remote of app to use
EXAMPLES
Expand All @@ -260,7 +260,7 @@ USAGE
$ heroku apps:rename NEWNAME
OPTIONS
-a, --app=app (required) [default: safe-sea-44297] app to run command against
-a, --app=app (required) app to run command against
-r, --remote=remote git remote of app to use
--ssh-git use ssh git protocol instead of https
Expand All @@ -282,7 +282,7 @@ USAGE
$ heroku apps:stacks
OPTIONS
-a, --app=app (required) [default: safe-sea-44297] app to run command against
-a, --app=app (required) app to run command against
-r, --remote=remote git remote of app to use
```

Expand All @@ -295,7 +295,7 @@ USAGE
$ heroku apps:stacks:set STACK
OPTIONS
-a, --app=app (required) [default: safe-sea-44297] app to run command against
-a, --app=app (required) app to run command against
-r, --remote=remote git remote of app to use
EXAMPLES
Expand All @@ -316,7 +316,7 @@ ARGUMENTS
RECIPIENT user or team to transfer applications to
OPTIONS
-a, --app=app [default: safe-sea-44297] app to run command against
-a, --app=app app to run command against
-l, --locked lock the app upon transfer
-r, --remote=remote git remote of app to use
--bulk transfer applications in bulk
Expand All @@ -341,6 +341,6 @@ USAGE
$ heroku apps:unlock
OPTIONS
-a, --app=app (required) [default: safe-sea-44297] app to run command against
-a, --app=app (required) app to run command against
-r, --remote=remote git remote of app to use
```
14 changes: 7 additions & 7 deletions docs/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ALIASES
$ heroku twofactor
```

_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.5.9/packages/auth/src/commands/auth/2fa/index.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.7.9/packages/auth/src/commands/auth/2fa/index.ts)_

## `heroku auth:2fa:disable`

Expand All @@ -43,7 +43,7 @@ EXAMPLES
Disabling 2fa on [email protected]... done
```

_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.5.9/packages/auth/src/commands/auth/2fa/disable.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.7.9/packages/auth/src/commands/auth/2fa/disable.ts)_

## `heroku auth:2fa:generate-recovery-codes`

Expand Down Expand Up @@ -82,7 +82,7 @@ EXAMPLES
f82e7c2a50737494
```

_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.5.9/packages/auth/src/commands/auth/2fa/generate-recovery-codes.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.7.9/packages/auth/src/commands/auth/2fa/generate-recovery-codes.ts)_

## `heroku auth:login`

Expand All @@ -102,7 +102,7 @@ ALIASES
$ heroku login
```

_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.5.9/packages/auth/src/commands/auth/login.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.7.9/packages/auth/src/commands/auth/login.ts)_

## `heroku auth:logout`

Expand All @@ -116,7 +116,7 @@ ALIASES
$ heroku logout
```

_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.5.9/packages/auth/src/commands/auth/logout.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.7.9/packages/auth/src/commands/auth/logout.ts)_

## `heroku auth:token`

Expand All @@ -134,7 +134,7 @@ DESCRIPTION
authorizations:create
```

_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.5.9/packages/auth/src/commands/auth/token.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.7.9/packages/auth/src/commands/auth/token.ts)_

## `heroku auth:whoami`

Expand All @@ -148,4 +148,4 @@ ALIASES
$ heroku whoami
```

_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.5.9/packages/auth/src/commands/auth/whoami.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.7.9/packages/auth/src/commands/auth/whoami.ts)_
2 changes: 1 addition & 1 deletion docs/autocomplete.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ EXAMPLES
$ heroku autocomplete --refresh-cache
```

_See code: [@heroku-cli/plugin-autocomplete](https://github.com/heroku/heroku-cli-autocomplete/blob/v7.7.4/src/commands/autocomplete/index.ts)_
_See code: [@heroku-cli/plugin-autocomplete](https://github.com/heroku/heroku-cli-autocomplete/blob/v7.7.9/src/commands/autocomplete/index.ts)_
10 changes: 5 additions & 5 deletions docs/buildpacks.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ USAGE
$ heroku buildpacks
OPTIONS
-a, --app=app (required) [default: safe-sea-44297] app to run command against
-a, --app=app (required) app to run command against
-r, --remote=remote git remote of app to use
EXAMPLES
Expand All @@ -36,7 +36,7 @@ USAGE
$ heroku buildpacks:add URL
OPTIONS
-a, --app=app (required) [default: safe-sea-44297] app to run command against
-a, --app=app (required) app to run command against
-i, --index=index the 1-based index of the URL in the list of URLs
-r, --remote=remote git remote of app to use
Expand All @@ -53,7 +53,7 @@ USAGE
$ heroku buildpacks:clear
OPTIONS
-a, --app=app (required) [default: safe-sea-44297] app to run command against
-a, --app=app (required) app to run command against
-r, --remote=remote git remote of app to use
```

Expand All @@ -66,7 +66,7 @@ USAGE
$ heroku buildpacks:remove [URL]
OPTIONS
-a, --app=app (required) [default: safe-sea-44297] app to run command against
-a, --app=app (required) app to run command against
-i, --index=index the 1-based index of the URL to remove from the list of URLs
-r, --remote=remote git remote of app to use
```
Expand All @@ -80,7 +80,7 @@ USAGE
$ heroku buildpacks:set URL
OPTIONS
-a, --app=app (required) [default: safe-sea-44297] app to run command against
-a, --app=app (required) app to run command against
-i, --index=index the 1-based index of the URL in the list of URLs
-r, --remote=remote git remote of app to use
Expand Down
Loading

0 comments on commit 8f3e76e

Please sign in to comment.