Skip to content

Commit

Permalink
v7.42.5
Browse files Browse the repository at this point in the history
  • Loading branch information
RasPhilCo committed Jul 20, 2020
1 parent ea91866 commit 0ad377a
Show file tree
Hide file tree
Showing 26 changed files with 141 additions and 85 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.42.5](https://github.com/heroku/cli/compare/v7.42.4...v7.42.5) (2020-07-20)

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





## [7.42.4](https://github.com/heroku/cli/compare/v7.42.3...v7.42.4) (2020-07-13)

**Note:** Version bump only for package heroku
Expand Down
2 changes: 1 addition & 1 deletion docs/apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ OPTIONS
EXAMPLES
$ heroku stack:set heroku-18 -a myapp
Stack set. Next release on myapp will use heroku-18.
Run git push heroku master to create a new release on myapp.
Run git push heroku main to create a new release on myapp.
```

## `heroku apps:transfer RECIPIENT`
Expand Down
16 changes: 8 additions & 8 deletions docs/buildpacks.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ OPTIONS
-r, --remote=remote git remote of app to use
```

_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.42.2/packages/buildpacks/src/commands/buildpacks/index.ts)_
_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.42.5/packages/buildpacks/src/commands/buildpacks/index.ts)_

## `heroku buildpacks:add BUILDPACK`

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

_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.42.2/packages/buildpacks/src/commands/buildpacks/add.ts)_
_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.42.5/packages/buildpacks/src/commands/buildpacks/add.ts)_

## `heroku buildpacks:clear`

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

_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.42.2/packages/buildpacks/src/commands/buildpacks/clear.ts)_
_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.42.5/packages/buildpacks/src/commands/buildpacks/clear.ts)_

## `heroku buildpacks:info BUILDPACK`

Expand All @@ -73,7 +73,7 @@ ARGUMENTS
BUILDPACK namespace/name of the buildpack
```

_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.42.2/packages/buildpacks/src/commands/buildpacks/info.ts)_
_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.42.5/packages/buildpacks/src/commands/buildpacks/info.ts)_

## `heroku buildpacks:remove [BUILDPACK]`

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

_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.42.2/packages/buildpacks/src/commands/buildpacks/remove.ts)_
_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.42.5/packages/buildpacks/src/commands/buildpacks/remove.ts)_

## `heroku buildpacks:search [TERM]`

Expand All @@ -111,7 +111,7 @@ OPTIONS
--namespace=namespace buildpack namespaces to filter on using a comma separated list
```

_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.42.2/packages/buildpacks/src/commands/buildpacks/search.ts)_
_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.42.5/packages/buildpacks/src/commands/buildpacks/search.ts)_

## `heroku buildpacks:set BUILDPACK`

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

_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.42.2/packages/buildpacks/src/commands/buildpacks/set.ts)_
_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.42.5/packages/buildpacks/src/commands/buildpacks/set.ts)_

## `heroku buildpacks:versions BUILDPACK`

Expand All @@ -142,4 +142,4 @@ ARGUMENTS
BUILDPACK namespace/name of the buildpack
```

_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.42.2/packages/buildpacks/src/commands/buildpacks/versions.ts)_
_See code: [@heroku-cli/plugin-buildpacks](https://github.com/heroku/cli/blob/v7.42.5/packages/buildpacks/src/commands/buildpacks/versions.ts)_
10 changes: 5 additions & 5 deletions docs/ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ EXAMPLE
$ heroku ci --app murmuring-headland-14719
```

_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.39.3/packages/ci/src/commands/ci/index.ts)_
_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.42.5/packages/ci/src/commands/ci/index.ts)_

## `heroku ci:config`

Expand Down Expand Up @@ -163,7 +163,7 @@ EXAMPLE
$ heroku ci:info 1288 --app murmuring-headland-14719
```

_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.39.3/packages/ci/src/commands/ci/info.ts)_
_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.42.5/packages/ci/src/commands/ci/info.ts)_

## `heroku ci:last`

Expand All @@ -182,7 +182,7 @@ EXAMPLE
$ heroku ci:last --pipeline=my-pipeline --node 100
```

_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.39.3/packages/ci/src/commands/ci/last.ts)_
_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.42.5/packages/ci/src/commands/ci/last.ts)_

## `heroku ci:migrate-manifest`

Expand Down Expand Up @@ -239,7 +239,7 @@ EXAMPLE
$ heroku ci:rerun 985 --app murmuring-headland-14719
```

_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.39.3/packages/ci/src/commands/ci/rerun.ts)_
_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.42.5/packages/ci/src/commands/ci/rerun.ts)_

## `heroku ci:run`

Expand All @@ -257,4 +257,4 @@ EXAMPLE
$ heroku ci:run --app murmuring-headland-14719
```

_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.39.3/packages/ci/src/commands/ci/run.ts)_
_See code: [@heroku-cli/plugin-ci](https://github.com/heroku/cli/blob/v7.42.5/packages/ci/src/commands/ci/run.ts)_
2 changes: 1 addition & 1 deletion docs/logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ EXAMPLES
$ heroku logs --app=my-app --tail
```

_See code: [@heroku-cli/plugin-run](https://github.com/heroku/cli/blob/v7.42.2/src/commands/logs.ts)_
_See code: [@heroku-cli/plugin-run](https://github.com/heroku/cli/blob/v7.42.5/src/commands/logs.ts)_
28 changes: 14 additions & 14 deletions docs/pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ EXAMPLE
$ heroku pipelines
```

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

## `heroku pipelines:add PIPELINE`

Expand All @@ -59,7 +59,7 @@ EXAMPLE
$ heroku pipelines:add my-pipeline -a my-app -s production
```

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

## `heroku pipelines:connect NAME`

Expand All @@ -79,7 +79,7 @@ EXAMPLE
$ heroku pipelines:connect my-pipeline -r githuborg/reponame
```

_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.42.0/src/commands/pipelines/connect.ts)_
_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.42.5/src/commands/pipelines/connect.ts)_

## `heroku pipelines:create [NAME]`

Expand Down Expand Up @@ -109,7 +109,7 @@ EXAMPLES
$ heroku pipelines:create my-pipeline -a my-app-staging
```

_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.42.0/src/commands/pipelines/create.ts)_
_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.42.5/src/commands/pipelines/create.ts)_

## `heroku pipelines:destroy PIPELINE`

Expand All @@ -126,7 +126,7 @@ EXAMPLE
$ heroku pipelines:destroy my-pipeline
```

_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.42.0/src/commands/pipelines/destroy.ts)_
_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.42.5/src/commands/pipelines/destroy.ts)_

## `heroku pipelines:diff`

Expand All @@ -144,7 +144,7 @@ EXAMPLE
$ heroku pipelines:diff -a my-app-staging
```

_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.42.0/src/commands/pipelines/diff.ts)_
_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.42.5/src/commands/pipelines/diff.ts)_

## `heroku pipelines:info PIPELINE`

Expand All @@ -164,7 +164,7 @@ EXAMPLE
$ heroku pipelines:info my-pipeline
```

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

## `heroku pipelines:open PIPELINE`

Expand All @@ -181,7 +181,7 @@ EXAMPLE
$ heroku pipelines:open my-pipeline
```

_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.42.0/src/commands/pipelines/open.ts)_
_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.42.5/src/commands/pipelines/open.ts)_

## `heroku pipelines:promote`

Expand All @@ -200,7 +200,7 @@ EXAMPLE
$ heroku pipelines:promote -a my-app-staging
```

_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.42.0/src/commands/pipelines/promote.ts)_
_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.42.5/src/commands/pipelines/promote.ts)_

## `heroku pipelines:remove`

Expand All @@ -218,7 +218,7 @@ EXAMPLE
$ heroku pipelines:remove -a my-app
```

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

## `heroku pipelines:rename PIPELINE NAME`

Expand All @@ -236,7 +236,7 @@ EXAMPLE
$ heroku pipelines:rename my-pipeline new-pipeline-name
```

_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.42.0/src/commands/pipelines/rename.ts)_
_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.42.5/src/commands/pipelines/rename.ts)_

## `heroku pipelines:setup [NAME] [REPO]`

Expand All @@ -258,7 +258,7 @@ EXAMPLE
$ heroku pipelines:setup my-pipeline githuborg/reponame -t my-team
```

_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.42.0/src/commands/pipelines/setup.ts)_
_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.42.5/src/commands/pipelines/setup.ts)_

## `heroku pipelines:transfer OWNER`

Expand All @@ -280,7 +280,7 @@ EXAMPLES
$ heroku pipelines:transfer admin-team -p my-pipeline
```

_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.42.0/src/commands/pipelines/transfer.ts)_
_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.42.5/src/commands/pipelines/transfer.ts)_

## `heroku pipelines:update`

Expand All @@ -299,4 +299,4 @@ EXAMPLE
$ heroku pipelines:update -s staging -a my-app
```

_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.42.0/src/commands/pipelines/update.ts)_
_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.42.5/src/commands/pipelines/update.ts)_
4 changes: 2 additions & 2 deletions docs/reviewapps.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ EXAMPLE
$ heroku reviewapps:disable -p my-pipeline -a my-app --no-autodeploy
```

_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.42.0/src/commands/reviewapps/disable.ts)_
_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.42.5/src/commands/reviewapps/disable.ts)_

## `heroku reviewapps:enable`

Expand All @@ -48,4 +48,4 @@ EXAMPLE
$ heroku reviewapps:enable -p my-pipeline -a my-app --autodeploy --autodestroy
```

_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.42.0/src/commands/reviewapps/enable.ts)_
_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.42.5/src/commands/reviewapps/enable.ts)_
6 changes: 3 additions & 3 deletions docs/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ EXAMPLES
$ heroku run -s hobby -- myscript.sh -a arg1 -s arg2
```

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

## `heroku run:detached`

Expand All @@ -55,7 +55,7 @@ EXAMPLE
$ heroku run:detached ls
```

_See code: [@heroku-cli/plugin-run](https://github.com/heroku/cli/blob/v7.42.2/src/commands/run/detached.ts)_
_See code: [@heroku-cli/plugin-run](https://github.com/heroku/cli/blob/v7.42.5/src/commands/run/detached.ts)_

## `heroku run:inside`

Expand All @@ -75,4 +75,4 @@ EXAMPLE
$ heroku run:inside web.1 bash
```

_See code: [@heroku-cli/plugin-run](https://github.com/heroku/cli/blob/v7.42.2/src/commands/run/inside.ts)_
_See code: [@heroku-cli/plugin-run](https://github.com/heroku/cli/blob/v7.42.5/src/commands/run/inside.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.42.4",
"version": "7.42.5",
"lerna": "2.11.0",
"useWorkspaces": true,
"npmClient": "yarn",
Expand Down
8 changes: 8 additions & 0 deletions packages/apps-v5/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.42.5](https://github.com/heroku/cli/compare/v7.42.4...v7.42.5) (2020-07-20)

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





## [7.42.2](https://github.com/heroku/cli/compare/v7.42.1...v7.42.2) (2020-06-22)

**Note:** Version bump only for package @heroku-cli/plugin-apps-v5
Expand Down
4 changes: 2 additions & 2 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.42.2 darwin-x64 node-v10.18.1
@heroku-cli/plugin-apps-v5/7.42.5 darwin-x64 node-v10.18.1
$ heroku --help [COMMAND]
USAGE
$ heroku COMMAND
Expand Down Expand Up @@ -312,7 +312,7 @@ OPTIONS
EXAMPLES
$ heroku stack:set heroku-18 -a myapp
Stack set. Next release on myapp will use heroku-18.
Run git push heroku master to create a new release on myapp.
Run git push heroku main to create a new release on myapp.
```

## `heroku config:set`
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.42.2",
"version": "7.42.5",
"author": "Jeff Dickey (@jdxcode)",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
Expand Down
8 changes: 8 additions & 0 deletions packages/buildpacks/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.42.5](https://github.com/heroku/cli/compare/v7.42.4...v7.42.5) (2020-07-20)

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





## [7.42.2](https://github.com/heroku/cli/compare/v7.42.1...v7.42.2) (2020-06-22)

**Note:** Version bump only for package @heroku-cli/plugin-buildpacks
Expand Down
Loading

0 comments on commit 0ad377a

Please sign in to comment.