Skip to content

Commit

Permalink
v7.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jun 28, 2018
1 parent ac0ca4a commit 0b07fd3
Show file tree
Hide file tree
Showing 11 changed files with 76 additions and 36 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.

<a name="7.5.3"></a>
## [7.5.3](https://github.com/heroku/cli/compare/v7.5.2...v7.5.3) (2018-06-28)




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

<a name="7.5.2"></a>
## [7.5.2](https://github.com/heroku/cli/compare/v7.5.1...v7.5.2) (2018-06-28)

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.5.2",
"version": "7.5.3",
"lerna": "2.11.0",
"useWorkspaces": true,
"npmClient": "yarn",
Expand Down
14 changes: 11 additions & 3 deletions packages/apps-v5/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +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.5.1"></a>
<a name="7.5.3"></a>
## [7.5.3](https://github.com/heroku/cli/compare/v7.5.2...v7.5.3) (2018-06-28)




**Note:** Version bump only for package @heroku-cli/plugin-apps-v5

<a name="7.5.1"></a>
## [7.5.1](https://github.com/heroku/cli/compare/v7.5.0...v7.5.1) (2018-06-26)


Expand All @@ -14,15 +22,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



<a name="7.5.0"></a>
<a name="7.5.0"></a>
# [7.5.0](https://github.com/heroku/cli/compare/v7.4.11...v7.5.0) (2018-06-26)




**Note:** Version bump only for package @heroku-cli/plugin-apps-v5

<a name="7.4.8"></a>
<a name="7.4.8"></a>
## [7.4.8](https://github.com/heroku/cli/compare/v7.4.7...v7.4.8) (2018-06-21)


Expand Down
23 changes: 1 addition & 22 deletions packages/apps-v5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $ npm install -g @heroku-cli/plugin-apps-v5
$ heroku COMMAND
running command...
$ heroku (-v|--version|version)
@heroku-cli/plugin-apps-v5/7.5.1 darwin-x64 node-v10.5.0
@heroku-cli/plugin-apps-v5/7.5.3 darwin-x64 node-v10.5.0
$ heroku --help [COMMAND]
USAGE
$ heroku COMMAND
Expand All @@ -41,7 +41,6 @@ USAGE
* [`heroku buildpacks:remove [URL]`](#heroku-buildpacksremove-url)
* [`heroku buildpacks:set URL`](#heroku-buildpacksset-url)
* [`heroku config:set`](#heroku-configset)
* [`heroku config:unset`](#heroku-configunset)
* [`heroku domains`](#heroku-domains)
* [`heroku domains:add HOSTNAME`](#heroku-domainsadd-hostname)
* [`heroku domains:clear`](#heroku-domainsclear)
Expand Down Expand Up @@ -428,26 +427,6 @@ EXAMPLES
RACK_ENV: staging
```

## `heroku config:unset`

unset one or more config vars

```
USAGE
$ heroku config:unset
OPTIONS
-a, --app=app (required) app to run command against
-r, --remote=remote git remote of app to use
EXAMPLES
$ heroku config:unset RAILS_ENV
Unsetting RAILS_ENV and restarting example... done, v10
$ heroku config:unset RAILS_ENV RACK_ENV
Unsetting RAILS_ENV, RACK_ENV and restarting example... done, v10
```

## `heroku domains`

list domains for an app
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-v5/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/plugin-apps-v5",
"description": "Heroku CLI plugin to manage apps.",
"version": "7.5.1",
"version": "7.5.3",
"author": "Jeff Dickey (@jdxcode)",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/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.

<a name="7.5.3"></a>
## [7.5.3](https://github.com/heroku/cli/compare/v7.5.2...v7.5.3) (2018-06-28)




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

<a name="7.5.2"></a>
## [7.5.2](https://github.com/heroku/cli/compare/v7.5.1...v7.5.2) (2018-06-28)

Expand Down
6 changes: 5 additions & 1 deletion packages/cli/docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,14 @@ OPTIONS
-a, --app=app (required) app to run command against
-r, --remote=remote git remote of app to use
ALIASES
$ heroku config:remove
EXAMPLES
$ heroku config:unset RAILS_ENV
Unsetting RAILS_ENV and restarting example... done, v10
$ heroku config:unset RAILS_ENV RACK_ENV
Unsetting RAILS_ENV, RACK_ENV and restarting example... done, v10
```

_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.5.1/packages/config/src/commands/config/unset.ts)_
6 changes: 3 additions & 3 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.5.2",
"version": "7.5.3",
"author": "Jeff Dickey @jdxcode",
"bin": {
"heroku": "./bin/run"
Expand All @@ -11,12 +11,12 @@
"@heroku-cli/color": "1.1.6",
"@heroku-cli/command": "8.1.26",
"@heroku-cli/plugin-addons-v5": "^7.5.1",
"@heroku-cli/plugin-apps-v5": "^7.5.1",
"@heroku-cli/plugin-apps-v5": "^7.5.3",
"@heroku-cli/plugin-auth": "^7.5.1",
"@heroku-cli/plugin-certs": "^7.5.1",
"@heroku-cli/plugin-certs-v5": "^7.5.1",
"@heroku-cli/plugin-ci-v5": "^7.5.1",
"@heroku-cli/plugin-config": "^7.5.1",
"@heroku-cli/plugin-config": "^7.5.3",
"@heroku-cli/plugin-container-registry-v5": "^7.5.1",
"@heroku-cli/plugin-git": "^7.5.1",
"@heroku-cli/plugin-local-v5": "^7.5.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/config/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.

<a name="7.5.3"></a>
## [7.5.3](https://github.com/heroku/cli/compare/v7.5.2...v7.5.3) (2018-06-28)




**Note:** Version bump only for package @heroku-cli/plugin-config

<a name="7.5.1"></a>
## [7.5.1](https://github.com/heroku/cli/compare/v7.5.0...v7.5.1) (2018-06-26)

Expand Down
33 changes: 29 additions & 4 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.5.1 darwin-x64 node-v10.5.0
@heroku-cli/plugin-config/7.5.3 darwin-x64 node-v10.5.0
$ heroku --help [COMMAND]
USAGE
$ heroku COMMAND
Expand All @@ -33,6 +33,7 @@ USAGE
* [`heroku config`](#heroku-config)
* [`heroku config:edit [KEY]`](#heroku-configedit-key)
* [`heroku config:get KEY...`](#heroku-configget-key)
* [`heroku config:unset`](#heroku-configunset)

## `heroku config`

Expand All @@ -49,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.5.1/packages/config/src/commands/config/index.ts)_
_See code: [src/commands/config/index.ts](https://github.com/heroku/cli/blob/v7.5.3/packages/config/src/commands/config/index.ts)_

## `heroku config:edit [KEY]`

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

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

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

Expand All @@ -101,5 +102,29 @@ EXAMPLES
production
```

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

## `heroku config:unset`

unset one or more config vars

```
USAGE
$ heroku config:unset
OPTIONS
-a, --app=app (required) app to run command against
-r, --remote=remote git remote of app to use
ALIASES
$ heroku config:remove
EXAMPLES
$ heroku config:unset RAILS_ENV
Unsetting RAILS_ENV and restarting example... done, v10
$ heroku config:unset RAILS_ENV RACK_ENV
Unsetting RAILS_ENV, RACK_ENV and restarting example... done, v10
```

_See code: [src/commands/config/unset.ts](https://github.com/heroku/cli/blob/v7.5.3/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.5.1",
"version": "7.5.3",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/heroku/cli/issues",
"dependencies": {
Expand Down

0 comments on commit 0b07fd3

Please sign in to comment.