Skip to content

Commit

Permalink
v7.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jun 20, 2018
1 parent 4bb6fe0 commit 795852d
Show file tree
Hide file tree
Showing 61 changed files with 379 additions and 148 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="7.4.5"></a>
## [7.4.5](https://github.com/heroku/cli/compare/v7.4.4...v7.4.5) (2018-06-20)


### Bug Fixes

* updated monorepo documentation urls ([4bb6fe0](https://github.com/heroku/cli/commit/4bb6fe0))




<a name="7.4.4"></a>
## [7.4.4](https://github.com/heroku/cli/compare/v7.4.3...v7.4.4) (2018-06-20)

Expand Down
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.4.0/packages/auth/src/commands/auth/2fa.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.4.5/packages/auth/src/commands/auth/2fa.ts)_

## `heroku auth:2fa:disable`

Expand All @@ -43,7 +43,7 @@ EXAMPLES
Disabling 2fa on me@example.com... done
```

_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.4.0/packages/auth/src/commands/auth/2fa/disable.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.4.5/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.4.0/packages/auth/src/commands/auth/2fa/generate-recovery-codes.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.4.5/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.4.0/packages/auth/src/commands/auth/login.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.4.5/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.4.0/packages/auth/src/commands/auth/logout.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.4.5/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.4.0/packages/auth/src/commands/auth/token.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.4.5/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.4.0/packages/auth/src/commands/auth/whoami.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.4.5/packages/auth/src/commands/auth/whoami.ts)_
26 changes: 13 additions & 13 deletions docs/certs.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ OPTIONS
-r, --remote=remote git remote of app to use
```

_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.2/packages/certs-v5/commands/certs.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.5/packages/certs-v5/commands/certs.js)_

## `heroku certs:add CRT KEY`

Expand All @@ -57,7 +57,7 @@ EXAMPLES
$ heroku certs:add intermediary.crt example.com.crt example.com.key
```

_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.2/packages/certs-v5/commands/certs/add.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.5/packages/certs-v5/commands/certs/add.js)_

## `heroku certs:auto`

Expand All @@ -72,7 +72,7 @@ OPTIONS
-r, --remote=remote git remote of app to use
```

_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.2/packages/certs-v5/commands/certs/auto.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.5/packages/certs-v5/commands/certs/auto.js)_

## `heroku certs:auto:disable`

Expand All @@ -87,7 +87,7 @@ OPTIONS
-r, --remote=remote git remote of app to use
```

_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.2/packages/certs-v5/commands/certs/auto/disable.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.5/packages/certs-v5/commands/certs/auto/disable.js)_

## `heroku certs:auto:enable`

Expand All @@ -102,7 +102,7 @@ OPTIONS
-r, --remote=remote git remote of app to use
```

_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.2/packages/certs-v5/commands/certs/auto/enable.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.5/packages/certs-v5/commands/certs/auto/enable.js)_

## `heroku certs:auto:refresh`

Expand All @@ -117,7 +117,7 @@ OPTIONS
-r, --remote=remote git remote of app to use
```

_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.2/packages/certs-v5/commands/certs/auto/refresh.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.5/packages/certs-v5/commands/certs/auto/refresh.js)_

## `heroku certs:chain`

Expand All @@ -132,7 +132,7 @@ OPTIONS
-r, --remote=remote git remote of app to use
```

_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.2/packages/certs-v5/commands/certs/chain.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.5/packages/certs-v5/commands/certs/chain.js)_

## `heroku certs:generate DOMAIN`

Expand Down Expand Up @@ -164,7 +164,7 @@ EXAMPLES
$ heroku certs:generate example.com
```

_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.2/packages/certs-v5/commands/certs/generate.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.5/packages/certs-v5/commands/certs/generate.js)_

## `heroku certs:info`

Expand All @@ -181,7 +181,7 @@ OPTIONS
--name=name name to check info on
```

_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.2/packages/certs-v5/commands/certs/info.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.5/packages/certs-v5/commands/certs/info.js)_

## `heroku certs:key`

Expand All @@ -203,7 +203,7 @@ EXAMPLES
$ heroku certs:key example.com.crt example.com.key
```

_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.2/packages/certs-v5/commands/certs/key.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.5/packages/certs-v5/commands/certs/key.js)_

## `heroku certs:remove`

Expand All @@ -220,7 +220,7 @@ OPTIONS
--name=name name to remove
```

_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.2/packages/certs-v5/commands/certs/remove.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.5/packages/certs-v5/commands/certs/remove.js)_

## `heroku certs:rollback`

Expand All @@ -237,7 +237,7 @@ OPTIONS
--name=name name to rollback
```

_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.2/packages/certs-v5/commands/certs/rollback.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.5/packages/certs-v5/commands/certs/rollback.js)_

## `heroku certs:update CRT KEY`

Expand All @@ -264,4 +264,4 @@ EXAMPLES
$ heroku certs:update intermediary.crt example.com.crt example.com.key
```

_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.2/packages/certs-v5/commands/certs/update.js)_
_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.5/packages/certs-v5/commands/certs/update.js)_
6 changes: 3 additions & 3 deletions docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ OPTIONS
-s, --shell output config vars in shell format
```

_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.4.0/packages/config/src/commands/config.ts)_
_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.4.5/packages/config/src/commands/config.ts)_

## `heroku config:edit [KEY]`

Expand Down Expand Up @@ -56,7 +56,7 @@ EXAMPLES
$ VISUAL="atom --wait" heroku config:edit
```

_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.4.0/packages/config/src/commands/config/edit.ts)_
_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.4.5/packages/config/src/commands/config/edit.ts)_

## `heroku config:get KEY...`

Expand All @@ -76,7 +76,7 @@ EXAMPLES
production
```

_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.4.0/packages/config/src/commands/config/get.ts)_
_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.4.5/packages/config/src/commands/config/get.ts)_

## `heroku config:set`

Expand Down
4 changes: 2 additions & 2 deletions docs/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ EXAMPLES
...
```

_See code: [@heroku-cli/plugin-git](https://github.com/heroku/cli/blob/v7.4.0/packages/git/src/commands/git/clone.ts)_
_See code: [@heroku-cli/plugin-git](https://github.com/heroku/cli/blob/v7.4.5/packages/git/src/commands/git/clone.ts)_

## `heroku git:remote`

Expand All @@ -55,4 +55,4 @@ EXAMPLES
$ heroku git:remote --remote heroku-staging -a example
```

_See code: [@heroku-cli/plugin-git](https://github.com/heroku/cli/blob/v7.4.0/packages/git/src/commands/git/remote.ts)_
_See code: [@heroku-cli/plugin-git](https://github.com/heroku/cli/blob/v7.4.5/packages/git/src/commands/git/remote.ts)_
2 changes: 1 addition & 1 deletion docs/labs.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ OPTIONS
--confirm=confirm
```

_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.4.0/packages/auth/src/commands/labs/disable.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.4.5/packages/auth/src/commands/labs/disable.ts)_

## `heroku labs:enable FEATURE`

Expand Down
2 changes: 1 addition & 1 deletion docs/regions.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ OPTIONS
--private show regions for private spaces
```

_See code: [@heroku-cli/plugin-ps](https://github.com/heroku/cli/blob/v7.4.0/packages/ps/src/commands/regions.ts)_
_See code: [@heroku-cli/plugin-ps](https://github.com/heroku/cli/blob/v7.4.5/packages/ps/src/commands/regions.ts)_
2 changes: 1 addition & 1 deletion docs/status.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ OPTIONS
--json output in json format
```

_See code: [@heroku-cli/plugin-status](https://github.com/heroku/cli/blob/v7.4.0/packages/status/src/commands/status.ts)_
_See code: [@heroku-cli/plugin-status](https://github.com/heroku/cli/blob/v7.4.5/packages/status/src/commands/status.ts)_
18 changes: 9 additions & 9 deletions docs/webhooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ EXAMPLE
$ heroku webhooks
```

_See code: [@heroku-cli/plugin-webhooks-v5](https://github.com/heroku/cli/blob/v7.4.0/packages/webhooks-v5/commands/webhooks.js)_
_See code: [@heroku-cli/plugin-webhooks-v5](https://github.com/heroku/cli/blob/v7.4.5/packages/webhooks-v5/commands/webhooks.js)_

## `heroku webhooks:add`

Expand All @@ -50,7 +50,7 @@ EXAMPLE
$ heroku webhooks:add -i api:dyno -l notify -u https://example.com/hooks
```

_See code: [@heroku-cli/plugin-webhooks-v5](https://github.com/heroku/cli/blob/v7.4.0/packages/webhooks-v5/commands/webhooks/add.js)_
_See code: [@heroku-cli/plugin-webhooks-v5](https://github.com/heroku/cli/blob/v7.4.5/packages/webhooks-v5/commands/webhooks/add.js)_

## `heroku webhooks:deliveries`

Expand All @@ -68,7 +68,7 @@ EXAMPLE
$ heroku webhooks:deliveries
```

_See code: [@heroku-cli/plugin-webhooks-v5](https://github.com/heroku/cli/blob/v7.4.0/packages/webhooks-v5/commands/webhooks/deliveries.js)_
_See code: [@heroku-cli/plugin-webhooks-v5](https://github.com/heroku/cli/blob/v7.4.5/packages/webhooks-v5/commands/webhooks/deliveries.js)_

## `heroku webhooks:deliveries:info [ID]`

Expand All @@ -85,7 +85,7 @@ EXAMPLE
$ heroku webhooks:deliveries:info 99999999-9999-9999-9999-999999999999
```

_See code: [@heroku-cli/plugin-webhooks-v5](https://github.com/heroku/cli/blob/v7.4.0/packages/webhooks-v5/commands/webhooks/deliveries/info.js)_
_See code: [@heroku-cli/plugin-webhooks-v5](https://github.com/heroku/cli/blob/v7.4.5/packages/webhooks-v5/commands/webhooks/deliveries/info.js)_

## `heroku webhooks:events`

Expand All @@ -102,7 +102,7 @@ EXAMPLE
$ heroku webhooks:events
```

_See code: [@heroku-cli/plugin-webhooks-v5](https://github.com/heroku/cli/blob/v7.4.0/packages/webhooks-v5/commands/webhooks/events.js)_
_See code: [@heroku-cli/plugin-webhooks-v5](https://github.com/heroku/cli/blob/v7.4.5/packages/webhooks-v5/commands/webhooks/events.js)_

## `heroku webhooks:events:info [ID]`

Expand All @@ -119,7 +119,7 @@ EXAMPLE
$ heroku webhooks:events:info 99999999-9999-9999-9999-999999999999
```

_See code: [@heroku-cli/plugin-webhooks-v5](https://github.com/heroku/cli/blob/v7.4.0/packages/webhooks-v5/commands/webhooks/events/info.js)_
_See code: [@heroku-cli/plugin-webhooks-v5](https://github.com/heroku/cli/blob/v7.4.5/packages/webhooks-v5/commands/webhooks/events/info.js)_

## `heroku webhooks:info [ID]`

Expand All @@ -136,7 +136,7 @@ EXAMPLE
$ heroku webhooks:info 99999999-9999-9999-9999-999999999999
```

_See code: [@heroku-cli/plugin-webhooks-v5](https://github.com/heroku/cli/blob/v7.4.0/packages/webhooks-v5/commands/webhooks/info.js)_
_See code: [@heroku-cli/plugin-webhooks-v5](https://github.com/heroku/cli/blob/v7.4.5/packages/webhooks-v5/commands/webhooks/info.js)_

## `heroku webhooks:remove [ID]`

Expand All @@ -156,7 +156,7 @@ EXAMPLE
$ heroku webhooks:remove 99999999-9999-9999-9999-999999999999
```

_See code: [@heroku-cli/plugin-webhooks-v5](https://github.com/heroku/cli/blob/v7.4.0/packages/webhooks-v5/commands/webhooks/remove.js)_
_See code: [@heroku-cli/plugin-webhooks-v5](https://github.com/heroku/cli/blob/v7.4.5/packages/webhooks-v5/commands/webhooks/remove.js)_

## `heroku webhooks:update [ID]`

Expand All @@ -179,4 +179,4 @@ EXAMPLE
09928c40bf1b191b645174a19f7053d16a180da37332e719ef0998f4c0a2 -u https://example.com/hooks
```

_See code: [@heroku-cli/plugin-webhooks-v5](https://github.com/heroku/cli/blob/v7.4.0/packages/webhooks-v5/commands/webhooks/update.js)_
_See code: [@heroku-cli/plugin-webhooks-v5](https://github.com/heroku/cli/blob/v7.4.5/packages/webhooks-v5/commands/webhooks/update.js)_
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.4.4",
"version": "7.4.5",
"lerna": "2.11.0",
"packages": [
".",
Expand Down
Loading

0 comments on commit 795852d

Please sign in to comment.