Skip to content

Commit

Permalink
v7.18.8
Browse files Browse the repository at this point in the history
  • Loading branch information
RasPhilCo committed Nov 14, 2018
1 parent 6349b03 commit ce9b91d
Show file tree
Hide file tree
Showing 46 changed files with 318 additions and 739 deletions.
123 changes: 2 additions & 121 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,133 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.18.7](https://github.com/heroku/cli/compare/v7.18.6...v7.18.7) (2018-11-12)
<a name="7.18.8"></a>
## [7.18.8](https://github.com/heroku/cli/compare/v7.18.7...v7.18.8) (2018-11-14)


### Bug Fixes

* updated oclif ([0d0e905](https://github.com/heroku/cli/commit/0d0e905))





## [7.18.6](https://github.com/heroku/cli/compare/v7.18.5...v7.18.6) (2018-11-12)


### Bug Fixes

* node 11.1.0 ([6de440d](https://github.com/heroku/cli/commit/6de440d))





## [7.18.5](https://github.com/heroku/cli/compare/v7.18.4...v7.18.5) (2018-11-08)

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





## [7.18.4](https://github.com/heroku/cli/compare/v7.18.3...v7.18.4) (2018-11-02)

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





## [7.18.3](https://github.com/heroku/cli/compare/v7.18.2...v7.18.3) (2018-10-18)

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





## [7.18.2](https://github.com/heroku/cli/compare/v7.18.1...v7.18.2) (2018-10-17)

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





## [7.18.1](https://github.com/heroku/cli/compare/v7.18.0...v7.18.1) (2018-10-17)

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





# [7.18.0](https://github.com/heroku/cli/compare/v7.17.2...v7.18.0) (2018-10-17)

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





## [7.17.2](https://github.com/heroku/cli/compare/v7.17.1...v7.17.2) (2018-10-16)

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





## [7.17.1](https://github.com/heroku/cli/compare/v7.17.0...v7.17.1) (2018-10-16)

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





# [7.17.0](https://github.com/heroku/cli/compare/v7.16.8...v7.17.0) (2018-10-15)


### Features

* node 10.12.0 ([9f5b635](https://github.com/heroku/cli/commit/9f5b635))





## [7.16.8](https://github.com/heroku/cli/compare/v7.16.7...v7.16.8) (2018-10-11)

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





## [7.16.7](https://github.com/heroku/cli/compare/v7.16.6...v7.16.7) (2018-10-10)


### Bug Fixes

* updated command ([fbd11fd](https://github.com/heroku/cli/commit/fbd11fd))





## [7.16.6](https://github.com/heroku/cli/compare/v7.16.5...v7.16.6) (2018-10-05)


### Bug Fixes

* node 10.11.0 ([5bfa4ec](https://github.com/heroku/cli/commit/5bfa4ec))





<a name="7.16.5"></a>
## [7.16.5](https://github.com/heroku/cli/compare/v7.16.4...v7.16.5) (2018-10-04)

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) app to run command against
-a, --app=app (required) [default: afternoon-basin-67698] 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) app to run command against
-a, --app=app (required) [default: afternoon-basin-67698] 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) app to run command against
-a, --app=app (required) [default: afternoon-basin-67698] 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) app to run command against
-a, --app=app (required) [default: afternoon-basin-67698] 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 app to run command against
-a, --app=app [default: afternoon-basin-67698] 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) app to run command against
-a, --app=app (required) [default: afternoon-basin-67698] 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) app to run command against
-a, --app=app (required) [default: afternoon-basin-67698] 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 app to run command against
-a, --app=app [default: afternoon-basin-67698] 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) app to run command against
-a, --app=app (required) [default: afternoon-basin-67698] 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 app to run command against
-a, --app=app [default: afternoon-basin-67698] 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 app to run command against
-a, --app=app [default: afternoon-basin-67698] 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 app to run command against
-a, --app=app [default: afternoon-basin-67698] 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 app to run command against
-a, --app=app [default: afternoon-basin-67698] 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 app to run command against
-a, --app=app [default: afternoon-basin-67698] 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 app to run command against
-a, --app=app [default: afternoon-basin-67698] 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 app to run command against
-a, --app=app [default: afternoon-basin-67698] app to run command against
-r, --remote=remote git remote of app to use
--wait-interval=wait-interval how frequently to poll in seconds
```
Loading

0 comments on commit ce9b91d

Please sign in to comment.