Skip to content

Commit

Permalink
v7.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elbandito committed Sep 16, 2019
1 parent 3153ade commit 5dbea04
Show file tree
Hide file tree
Showing 19 changed files with 120 additions and 51 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.

# [7.30.0](https://github.com/heroku/cli/compare/v7.29.0...v7.30.0) (2019-09-16)


### Features

* **run:** convert run-v5 plugin to oclif ([#1289](https://github.com/heroku/cli/issues/1289)) ([8df77c0](https://github.com/heroku/cli/commit/8df77c0)), closes [#1302](https://github.com/heroku/cli/issues/1302)





# [7.29.0](https://github.com/heroku/cli/compare/v7.28.0...v7.29.0) (2019-08-21)


Expand Down
15 changes: 15 additions & 0 deletions docs/base.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
`heroku base`
=============



* [`heroku base`](#heroku-base)

## `heroku base`

```
USAGE
$ heroku base
```

_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.29.0/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.24.0/packages/config/src/commands/config/index.ts)_
_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.30.0/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.24.0/packages/config/src/commands/config/edit.ts)_
_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.30.0/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.24.0/packages/config/src/commands/config/get.ts)_
_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.30.0/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.24.0/packages/config/src/commands/config/unset.ts)_
_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.30.0/packages/config/src/commands/config/unset.ts)_
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.24.0/packages/ps/src/commands/ps/autoscale/disable.ts)_
_See code: [@heroku-cli/plugin-ps](https://github.com/heroku/cli/blob/v7.30.0/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.24.0/packages/ps/src/commands/ps/autoscale/enable.ts)_
_See code: [@heroku-cli/plugin-ps](https://github.com/heroku/cli/blob/v7.30.0/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.24.0/packages/ps/src/commands/ps/wait.ts)_
_See code: [@heroku-cli/plugin-ps](https://github.com/heroku/cli/blob/v7.30.0/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.24.0/packages/ps/src/commands/regions.ts)_
_See code: [@heroku-cli/plugin-ps](https://github.com/heroku/cli/blob/v7.30.0/packages/ps/src/commands/regions.ts)_
50 changes: 25 additions & 25 deletions docs/webhooks.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
`heroku webhooks`
=================

setup HTTP notifications of app activity
list webhooks on an app

* [`heroku webhooks`](#heroku-webhooks)
* [`heroku webhooks:add`](#heroku-webhooksadd)
* [`heroku webhooks:deliveries`](#heroku-webhooksdeliveries)
* [`heroku webhooks:deliveries:info [ID]`](#heroku-webhooksdeliveriesinfo-id)
* [`heroku webhooks:deliveries:info ID`](#heroku-webhooksdeliveriesinfo-id)
* [`heroku webhooks:events`](#heroku-webhooksevents)
* [`heroku webhooks:events:info [ID]`](#heroku-webhookseventsinfo-id)
* [`heroku webhooks:info [ID]`](#heroku-webhooksinfo-id)
* [`heroku webhooks:remove [ID]`](#heroku-webhooksremove-id)
* [`heroku webhooks:update [ID]`](#heroku-webhooksupdate-id)
* [`heroku webhooks:events:info ID`](#heroku-webhookseventsinfo-id)
* [`heroku webhooks:info ID`](#heroku-webhooksinfo-id)
* [`heroku webhooks:remove ID`](#heroku-webhooksremove-id)
* [`heroku webhooks:update ID`](#heroku-webhooksupdate-id)

## `heroku webhooks`

Expand All @@ -29,7 +29,7 @@ EXAMPLE
$ heroku webhooks
```

_See code: [@heroku-cli/plugin-webhooks-v5](https://github.com/heroku/cli/blob/v7.24.0/packages/webhooks-v5/commands/webhooks/index.js)_
_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.29.0/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-v5](https://github.com/heroku/cli/blob/v7.24.0/packages/webhooks-v5/commands/webhooks/add.js)_
_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.29.0/src/commands/webhooks/add.ts)_

## `heroku webhooks:deliveries`

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

_See code: [@heroku-cli/plugin-webhooks-v5](https://github.com/heroku/cli/blob/v7.24.0/packages/webhooks-v5/commands/webhooks/deliveries/index.js)_
_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.29.0/src/commands/webhooks/deliveries/index.ts)_

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

info for a webhook event on an app

```
USAGE
$ heroku webhooks:deliveries:info [ID]
$ heroku webhooks:deliveries:info ID
OPTIONS
-a, --app=app app to run command against
Expand All @@ -89,7 +89,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.24.0/packages/webhooks-v5/commands/webhooks/deliveries/info.js)_
_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.29.0/src/commands/webhooks/deliveries/info.ts)_

## `heroku webhooks:events`

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

_See code: [@heroku-cli/plugin-webhooks-v5](https://github.com/heroku/cli/blob/v7.24.0/packages/webhooks-v5/commands/webhooks/events/index.js)_
_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.29.0/src/commands/webhooks/events/index.ts)_

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

info for a webhook event on an app

```
USAGE
$ heroku webhooks:events:info [ID]
$ heroku webhooks:events:info ID
OPTIONS
-a, --app=app app to run command against
Expand All @@ -125,15 +125,15 @@ EXAMPLE
$ heroku webhooks:events:info 99999999-9999-9999-9999-999999999999
```

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

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

info for a webhook on an app

```
USAGE
$ heroku webhooks:info [ID]
$ heroku webhooks:info ID
OPTIONS
-a, --app=app app to run command against
Expand All @@ -143,15 +143,15 @@ EXAMPLE
$ heroku webhooks:info 99999999-9999-9999-9999-999999999999
```

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

## `heroku webhooks:remove [ID]`
## `heroku webhooks:remove ID`

removes a webhook from an app

```
USAGE
$ heroku webhooks:remove [ID]
$ heroku webhooks:remove ID
ARGUMENTS
ID id of webhook to remove
Expand All @@ -164,15 +164,15 @@ EXAMPLE
$ heroku webhooks:remove 99999999-9999-9999-9999-999999999999
```

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

## `heroku webhooks:update [ID]`
## `heroku webhooks:update ID`

updates a webhook in an app

```
USAGE
$ heroku webhooks:update [ID]
$ heroku webhooks:update ID
OPTIONS
-a, --app=app app to run command against
Expand All @@ -188,4 +188,4 @@ EXAMPLE
09928c40bf1b191b645174a19f7053d16a180da37332e719ef0998f4c0a2 -u https://example.com/hooks
```

_See code: [@heroku-cli/plugin-webhooks-v5](https://github.com/heroku/cli/blob/v7.24.0/packages/webhooks-v5/commands/webhooks/update.js)_
_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.29.0/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.29.0",
"version": "7.30.0",
"lerna": "2.11.0",
"useWorkspaces": true,
"npmClient": "yarn",
Expand Down
11 changes: 11 additions & 0 deletions packages/cli/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.30.0](https://github.com/heroku/cli/compare/v7.29.0...v7.30.0) (2019-09-16)


### Features

* **run:** convert run-v5 plugin to oclif ([#1289](https://github.com/heroku/cli/issues/1289)) ([8df77c0](https://github.com/heroku/cli/commit/8df77c0)), closes [#1302](https://github.com/heroku/cli/issues/1302)





# [7.29.0](https://github.com/heroku/cli/compare/v7.28.0...v7.29.0) (2019-08-21)


Expand Down
2 changes: 2 additions & 0 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ For other issues, [submit a support ticket](https://help.heroku.com/).
* [`heroku auth`](docs/auth.md) - check 2fa status
* [`heroku authorizations`](docs/authorizations.md) - OAuth authorizations
* [`heroku autocomplete`](docs/autocomplete.md) - display autocomplete installation instructions
* [`heroku base`](docs/base.md)
* [`heroku buildpacks`](docs/buildpacks.md) - scripts used to compile apps
* [`heroku certs`](docs/certs.md) - a topic for the ssl plugin
* [`heroku ci`](docs/ci.md) - run an application test suite on Heroku
Expand Down Expand Up @@ -77,6 +78,7 @@ For other issues, [submit a support ticket](https://help.heroku.com/).
* [`heroku status`](docs/status.md) - status of the Heroku platform
* [`heroku teams`](docs/teams.md) - manage teams
* [`heroku update`](docs/update.md) - update the Heroku CLI
* [`heroku webhooks`](docs/webhooks.md) - list webhooks on an app

<!-- commandsstop -->

Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "heroku",
"description": "CLI to interact with Heroku",
"version": "7.29.0",
"version": "7.30.0",
"author": "Jeff Dickey @jdxcode",
"bin": {
"heroku": "./bin/run"
Expand All @@ -19,7 +19,7 @@
"@heroku-cli/plugin-certs-v5": "^7.28.0",
"@heroku-cli/plugin-ci": "^7.24.3",
"@heroku-cli/plugin-ci-v5": "^7.24.0",
"@heroku-cli/plugin-config": "^7.24.0",
"@heroku-cli/plugin-config": "^7.30.0",
"@heroku-cli/plugin-container-registry-v5": "^7.28.0",
"@heroku-cli/plugin-git": "^7.24.0",
"@heroku-cli/plugin-local": "^7.28.0",
Expand All @@ -28,10 +28,10 @@
"@heroku-cli/plugin-pg-v5": "^7.28.0",
"@heroku-cli/plugin-pipelines": "^7.28.0",
"@heroku-cli/plugin-pipelines-v5": "^7.28.0",
"@heroku-cli/plugin-ps": "^7.24.0",
"@heroku-cli/plugin-ps": "^7.30.0",
"@heroku-cli/plugin-ps-exec": "2.3.6",
"@heroku-cli/plugin-redis-v5": "^7.25.0",
"@heroku-cli/plugin-run": "^7.25.0",
"@heroku-cli/plugin-run": "^7.30.0",
"@heroku-cli/plugin-run-v5": "^7.24.0",
"@heroku-cli/plugin-spaces": "^7.27.0",
"@heroku-cli/plugin-status": "^7.24.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/config/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.30.0](https://github.com/heroku/cli/compare/v7.29.0...v7.30.0) (2019-09-16)


### Bug Fixes

* **config:** preserve keys whose value is empty ([#1323](https://github.com/heroku/cli/issues/1323)) ([3153ade](https://github.com/heroku/cli/commit/3153ade))





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

**Note:** Version bump only for package @heroku-cli/plugin-config
Expand Down
10 changes: 5 additions & 5 deletions packages/config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ npm install -g @heroku-cli/plugin-config
$ heroku COMMAND
running command...
$ heroku (-v|--version|version)
@heroku-cli/plugin-config/7.24.0 darwin-x64 node-v11.14.0
@heroku-cli/plugin-config/7.30.0 darwin-x64 node-v10.13.0
$ heroku --help [COMMAND]
USAGE
$ heroku COMMAND
Expand Down Expand Up @@ -50,7 +50,7 @@ OPTIONS
-s, --shell output config vars in shell format
```

_See code: [src/commands/config/index.ts](https://github.com/heroku/cli/blob/v7.24.0/packages/config/src/commands/config/index.ts)_
_See code: [src/commands/config/index.ts](https://github.com/heroku/cli/blob/v7.30.0/packages/config/src/commands/config/index.ts)_

## `heroku config:edit [KEY]`

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

_See code: [src/commands/config/edit.ts](https://github.com/heroku/cli/blob/v7.24.0/packages/config/src/commands/config/edit.ts)_
_See code: [src/commands/config/edit.ts](https://github.com/heroku/cli/blob/v7.30.0/packages/config/src/commands/config/edit.ts)_

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

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

_See code: [src/commands/config/get.ts](https://github.com/heroku/cli/blob/v7.24.0/packages/config/src/commands/config/get.ts)_
_See code: [src/commands/config/get.ts](https://github.com/heroku/cli/blob/v7.30.0/packages/config/src/commands/config/get.ts)_

## `heroku config:unset`

Expand All @@ -126,5 +126,5 @@ EXAMPLES
Unsetting RAILS_ENV, RACK_ENV and restarting example... done, v10
```

_See code: [src/commands/config/unset.ts](https://github.com/heroku/cli/blob/v7.24.0/packages/config/src/commands/config/unset.ts)_
_See code: [src/commands/config/unset.ts](https://github.com/heroku/cli/blob/v7.30.0/packages/config/src/commands/config/unset.ts)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heroku-cli/plugin-config",
"version": "7.24.0",
"version": "7.30.0",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/heroku/cli/issues",
"dependencies": {
Expand Down
Loading

0 comments on commit 5dbea04

Please sign in to comment.