Skip to content

Commit

Permalink
v7.36.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RasPhilCo committed Jan 21, 2020
1 parent cc056e4 commit b266a0d
Show file tree
Hide file tree
Showing 27 changed files with 150 additions and 79 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.36.1](https://github.com/heroku/cli/compare/v7.36.0...v7.36.1) (2020-01-21)

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





# [7.36.0](https://github.com/heroku/cli/compare/v7.35.1...v7.36.0) (2020-01-20)

**Note:** Version bump only for package heroku
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.24.0/packages/auth/src/commands/auth/2fa/index.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.36.1/packages/auth/src/commands/auth/2fa/index.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.24.0/packages/auth/src/commands/auth/2fa/disable.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.36.1/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.24.0/packages/auth/src/commands/auth/2fa/generate-recovery-codes.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.36.1/packages/auth/src/commands/auth/2fa/generate-recovery-codes.ts)_

## `heroku auth:login`

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

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

## `heroku auth:logout`

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

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

## `heroku auth:token`

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

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

## `heroku auth:whoami`

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

_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.24.0/packages/auth/src/commands/auth/whoami.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.36.1/packages/auth/src/commands/auth/whoami.ts)_
2 changes: 1 addition & 1 deletion docs/base.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ USAGE
$ heroku base
```

_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.34.0/src/commands/base.ts)_
_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.36.1/src/commands/base.ts)_
8 changes: 4 additions & 4 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.31.0/packages/config/src/commands/config/index.ts)_
_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.36.1/packages/config/src/commands/config/index.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.31.0/packages/config/src/commands/config/edit.ts)_
_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.36.1/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.31.0/packages/config/src/commands/config/get.ts)_
_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.36.1/packages/config/src/commands/config/get.ts)_

## `heroku config:set`

Expand Down Expand Up @@ -123,4 +123,4 @@ EXAMPLES
Unsetting RAILS_ENV, RACK_ENV and restarting example... done, v10
```

_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.31.0/packages/config/src/commands/config/unset.ts)_
_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.36.1/packages/config/src/commands/config/unset.ts)_
12 changes: 6 additions & 6 deletions docs/domains.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ EXAMPLES
$ heroku domains --filter 'Domain Name=www.example.com'
```

_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.36.0/src/commands/domains/index.ts)_
_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.36.1/src/commands/domains/index.ts)_

## `heroku domains:add HOSTNAME`

Expand All @@ -64,7 +64,7 @@ EXAMPLE
heroku domains:add www.example.com
```

_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.36.0/src/commands/domains/add.ts)_
_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.36.1/src/commands/domains/add.ts)_

## `heroku domains:clear`

Expand All @@ -83,7 +83,7 @@ EXAMPLE
heroku domains:clear
```

_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.36.0/src/commands/domains/clear.ts)_
_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.36.1/src/commands/domains/clear.ts)_

## `heroku domains:info HOSTNAME`

Expand All @@ -102,7 +102,7 @@ EXAMPLE
$ heroku domains:info www.example.com
```

_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.36.0/src/commands/domains/info.ts)_
_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.36.1/src/commands/domains/info.ts)_

## `heroku domains:remove HOSTNAME`

Expand All @@ -121,7 +121,7 @@ EXAMPLE
heroku domains:remove www.example.com
```

_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.36.0/src/commands/domains/remove.ts)_
_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.36.1/src/commands/domains/remove.ts)_

## `heroku domains:wait HOSTNAME`

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

_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.36.0/src/commands/domains/wait.ts)_
_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.36.1/src/commands/domains/wait.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.24.0/packages/auth/src/commands/labs/disable.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.36.1/packages/auth/src/commands/labs/disable.ts)_

## `heroku labs:enable FEATURE`

Expand Down
6 changes: 3 additions & 3 deletions docs/ps.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ OPTIONS
-r, --remote=remote git remote of app to use
```

_See code: [@heroku-cli/plugin-ps](https://github.com/heroku/cli/blob/v7.30.0/packages/ps/src/commands/ps/autoscale/disable.ts)_
_See code: [@heroku-cli/plugin-ps](https://github.com/heroku/cli/blob/v7.36.1/packages/ps/src/commands/ps/autoscale/disable.ts)_

## `heroku ps:autoscale:enable`

Expand All @@ -76,7 +76,7 @@ OPTIONS
--p95=p95 desired p95 response time
```

_See code: [@heroku-cli/plugin-ps](https://github.com/heroku/cli/blob/v7.30.0/packages/ps/src/commands/ps/autoscale/enable.ts)_
_See code: [@heroku-cli/plugin-ps](https://github.com/heroku/cli/blob/v7.36.1/packages/ps/src/commands/ps/autoscale/enable.ts)_

## `heroku ps:copy FILE`

Expand Down Expand Up @@ -323,4 +323,4 @@ OPTIONS
limits)
```

_See code: [@heroku-cli/plugin-ps](https://github.com/heroku/cli/blob/v7.30.0/packages/ps/src/commands/ps/wait.ts)_
_See code: [@heroku-cli/plugin-ps](https://github.com/heroku/cli/blob/v7.36.1/packages/ps/src/commands/ps/wait.ts)_
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.30.0/packages/ps/src/commands/regions.ts)_
_See code: [@heroku-cli/plugin-ps](https://github.com/heroku/cli/blob/v7.36.1/packages/ps/src/commands/regions.ts)_
18 changes: 9 additions & 9 deletions docs/webhooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ EXAMPLE
$ heroku webhooks
```

_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.34.0/src/commands/webhooks/index.ts)_
_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.36.1/src/commands/webhooks/index.ts)_

## `heroku webhooks:add`

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

_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.34.0/src/commands/webhooks/add.ts)_
_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.36.1/src/commands/webhooks/add.ts)_

## `heroku webhooks:deliveries`

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

_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.34.0/src/commands/webhooks/deliveries/index.ts)_
_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.36.1/src/commands/webhooks/deliveries/index.ts)_

## `heroku webhooks:deliveries:info ID`

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

_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.34.0/src/commands/webhooks/deliveries/info.ts)_
_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.36.1/src/commands/webhooks/deliveries/info.ts)_

## `heroku webhooks:events`

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

_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.34.0/src/commands/webhooks/events/index.ts)_
_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.36.1/src/commands/webhooks/events/index.ts)_

## `heroku webhooks:events:info ID`

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

_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.34.0/src/commands/webhooks/events/info.ts)_
_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.36.1/src/commands/webhooks/events/info.ts)_

## `heroku webhooks:info ID`

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

_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.34.0/src/commands/webhooks/info.ts)_
_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.36.1/src/commands/webhooks/info.ts)_

## `heroku webhooks:remove ID`

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

_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.34.0/src/commands/webhooks/remove.ts)_
_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.36.1/src/commands/webhooks/remove.ts)_

## `heroku webhooks:update ID`

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

_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.34.0/src/commands/webhooks/update.ts)_
_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.36.1/src/commands/webhooks/update.ts)_
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.36.0",
"version": "7.36.1",
"lerna": "2.11.0",
"useWorkspaces": true,
"npmClient": "yarn",
Expand Down
11 changes: 11 additions & 0 deletions packages/apps/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.

## [7.36.1](https://github.com/heroku/heroku-cli-plugin-apps/compare/v7.36.0...v7.36.1) (2020-01-21)


### Bug Fixes

* linting edits in tests ([cc056e4](https://github.com/heroku/heroku-cli-plugin-apps/commit/cc056e4bfd38b525dfac09b59bf58bfcfc5b3223))





# [7.36.0](https://github.com/heroku/heroku-cli-plugin-apps/compare/v7.35.1...v7.36.0) (2020-01-20)


Expand Down
14 changes: 7 additions & 7 deletions packages/apps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $ npm install -g @heroku-cli/plugin-apps
$ heroku COMMAND
running command...
$ heroku (-v|--version|version)
@heroku-cli/plugin-apps/7.36.0 darwin-x64 node-v10.16.3
@heroku-cli/plugin-apps/7.36.1 darwin-x64 node-v10.16.3
$ heroku --help [COMMAND]
USAGE
$ heroku COMMAND
Expand Down Expand Up @@ -68,7 +68,7 @@ EXAMPLES
$ heroku domains --filter 'Domain Name=www.example.com'
```

_See code: [src/commands/domains/index.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.36.0/src/commands/domains/index.ts)_
_See code: [src/commands/domains/index.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.36.1/src/commands/domains/index.ts)_

## `heroku domains:add HOSTNAME`

Expand All @@ -90,7 +90,7 @@ EXAMPLE
heroku domains:add www.example.com
```

_See code: [src/commands/domains/add.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.36.0/src/commands/domains/add.ts)_
_See code: [src/commands/domains/add.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.36.1/src/commands/domains/add.ts)_

## `heroku domains:clear`

Expand All @@ -109,7 +109,7 @@ EXAMPLE
heroku domains:clear
```

_See code: [src/commands/domains/clear.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.36.0/src/commands/domains/clear.ts)_
_See code: [src/commands/domains/clear.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.36.1/src/commands/domains/clear.ts)_

## `heroku domains:info HOSTNAME`

Expand All @@ -128,7 +128,7 @@ EXAMPLE
$ heroku domains:info www.example.com
```

_See code: [src/commands/domains/info.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.36.0/src/commands/domains/info.ts)_
_See code: [src/commands/domains/info.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.36.1/src/commands/domains/info.ts)_

## `heroku domains:remove HOSTNAME`

Expand All @@ -147,7 +147,7 @@ EXAMPLE
heroku domains:remove www.example.com
```

_See code: [src/commands/domains/remove.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.36.0/src/commands/domains/remove.ts)_
_See code: [src/commands/domains/remove.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.36.1/src/commands/domains/remove.ts)_

## `heroku domains:wait HOSTNAME`

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

_See code: [src/commands/domains/wait.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.36.0/src/commands/domains/wait.ts)_
_See code: [src/commands/domains/wait.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.36.1/src/commands/domains/wait.ts)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion packages/apps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heroku-cli/plugin-apps",
"version": "7.36.0",
"version": "7.36.1",
"author": "Brett @brettgoulder",
"bugs": "https://github.com/heroku/heroku-cli-plugin-apps/issues",
"dependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/auth/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.

## [7.36.1](https://github.com/heroku/cli/compare/v7.36.0...v7.36.1) (2020-01-21)


### Bug Fixes

* linting edits in tests ([cc056e4](https://github.com/heroku/cli/commit/cc056e4bfd38b525dfac09b59bf58bfcfc5b3223))





# [7.24.0](https://github.com/heroku/cli/compare/v7.23.0...v7.24.0) (2019-04-25)


Expand Down
Loading

0 comments on commit b266a0d

Please sign in to comment.