Skip to content

Commit

Permalink
v7.48.0 (#1673)
Browse files Browse the repository at this point in the history
  • Loading branch information
Milad Imen authored Nov 10, 2020
1 parent 775c679 commit cc09cfb
Show file tree
Hide file tree
Showing 9 changed files with 61 additions and 37 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.47.1](https://github.com/heroku/cli/compare/v7.47.0...v7.47.1) (2020-11-10)

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





# [7.47.0](https://github.com/heroku/cli/compare/v7.46.2...v7.47.0) (2020-10-29)

**Note:** Version bump only for package heroku
Expand Down
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.43.0/src/commands/pipelines/index.ts)_
_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.1/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.43.0/src/commands/pipelines/add.ts)_
_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.1/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.43.0/src/commands/pipelines/connect.ts)_
_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.1/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.43.0/src/commands/pipelines/create.ts)_
_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.1/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.43.0/src/commands/pipelines/destroy.ts)_
_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.1/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.43.0/src/commands/pipelines/diff.ts)_
_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.1/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.43.0/src/commands/pipelines/info.ts)_
_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.1/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.43.0/src/commands/pipelines/open.ts)_
_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.1/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.43.0/src/commands/pipelines/promote.ts)_
_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.1/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.43.0/src/commands/pipelines/remove.ts)_
_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.1/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.43.0/src/commands/pipelines/rename.ts)_
_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.1/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.43.0/src/commands/pipelines/setup.ts)_
_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.1/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.43.0/src/commands/pipelines/transfer.ts)_
_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.1/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.43.0/src/commands/pipelines/update.ts)_
_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.1/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.43.0/src/commands/reviewapps/disable.ts)_
_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.1/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.43.0/src/commands/reviewapps/enable.ts)_
_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.47.1/src/commands/reviewapps/enable.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.47.0",
"version": "7.47.1",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
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.

## [7.47.1](https://github.com/heroku/cli/compare/v7.47.0...v7.47.1) (2020-11-10)

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





# [7.47.0](https://github.com/heroku/cli/compare/v7.46.2...v7.47.0) (2020-10-29)

**Note:** Version bump only for package heroku
Expand Down
4 changes: 2 additions & 2 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.47.0",
"version": "7.47.1",
"author": "Jeff Dickey @jdxcode",
"bin": {
"heroku": "./bin/run"
Expand All @@ -27,7 +27,7 @@
"@heroku-cli/plugin-oauth-v5": "^7.42.12",
"@heroku-cli/plugin-orgs-v5": "^7.43.0",
"@heroku-cli/plugin-pg-v5": "^7.43.3",
"@heroku-cli/plugin-pipelines": "^7.43.0",
"@heroku-cli/plugin-pipelines": "^7.47.1",
"@heroku-cli/plugin-ps": "^7.43.0",
"@heroku-cli/plugin-ps-exec": "2.3.8",
"@heroku-cli/plugin-redis-v5": "^7.45.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/pipelines/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.47.1](https://github.com/heroku/cli/compare/v7.47.0...v7.47.1) (2020-11-10)

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





# [7.43.0](https://github.com/heroku/cli/compare/v7.42.13...v7.43.0) (2020-09-15)

**Note:** Version bump only for package @heroku-cli/plugin-pipelines
Expand Down
34 changes: 17 additions & 17 deletions packages/pipelines/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ npm install -g @heroku-cli/plugin-pipelines
$ heroku COMMAND
running command...
$ heroku (-v|--version|version)
@heroku-cli/plugin-pipelines/7.43.0 darwin-x64 node-v12.15.0
@heroku-cli/plugin-pipelines/7.47.1 darwin-x64 node-v12.15.0
$ heroku --help [COMMAND]
USAGE
$ heroku COMMAND
Expand Down Expand Up @@ -62,7 +62,7 @@ EXAMPLE
$ heroku pipelines
```

_See code: [src/commands/pipelines/index.ts](https://github.com/heroku/cli/blob/v7.43.0/src/commands/pipelines/index.ts)_
_See code: [src/commands/pipelines/index.ts](https://github.com/heroku/cli/blob/v7.47.1/src/commands/pipelines/index.ts)_

## `heroku pipelines:add PIPELINE`

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

_See code: [src/commands/pipelines/add.ts](https://github.com/heroku/cli/blob/v7.43.0/src/commands/pipelines/add.ts)_
_See code: [src/commands/pipelines/add.ts](https://github.com/heroku/cli/blob/v7.47.1/src/commands/pipelines/add.ts)_

## `heroku pipelines:connect NAME`

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

_See code: [src/commands/pipelines/connect.ts](https://github.com/heroku/cli/blob/v7.43.0/src/commands/pipelines/connect.ts)_
_See code: [src/commands/pipelines/connect.ts](https://github.com/heroku/cli/blob/v7.47.1/src/commands/pipelines/connect.ts)_

## `heroku pipelines:create [NAME]`

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

_See code: [src/commands/pipelines/create.ts](https://github.com/heroku/cli/blob/v7.43.0/src/commands/pipelines/create.ts)_
_See code: [src/commands/pipelines/create.ts](https://github.com/heroku/cli/blob/v7.47.1/src/commands/pipelines/create.ts)_

## `heroku pipelines:destroy PIPELINE`

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

_See code: [src/commands/pipelines/destroy.ts](https://github.com/heroku/cli/blob/v7.43.0/src/commands/pipelines/destroy.ts)_
_See code: [src/commands/pipelines/destroy.ts](https://github.com/heroku/cli/blob/v7.47.1/src/commands/pipelines/destroy.ts)_

## `heroku pipelines:diff`

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

_See code: [src/commands/pipelines/diff.ts](https://github.com/heroku/cli/blob/v7.43.0/src/commands/pipelines/diff.ts)_
_See code: [src/commands/pipelines/diff.ts](https://github.com/heroku/cli/blob/v7.47.1/src/commands/pipelines/diff.ts)_

## `heroku pipelines:info PIPELINE`

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

_See code: [src/commands/pipelines/info.ts](https://github.com/heroku/cli/blob/v7.43.0/src/commands/pipelines/info.ts)_
_See code: [src/commands/pipelines/info.ts](https://github.com/heroku/cli/blob/v7.47.1/src/commands/pipelines/info.ts)_

## `heroku pipelines:open PIPELINE`

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

_See code: [src/commands/pipelines/open.ts](https://github.com/heroku/cli/blob/v7.43.0/src/commands/pipelines/open.ts)_
_See code: [src/commands/pipelines/open.ts](https://github.com/heroku/cli/blob/v7.47.1/src/commands/pipelines/open.ts)_

## `heroku pipelines:promote`

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

_See code: [src/commands/pipelines/promote.ts](https://github.com/heroku/cli/blob/v7.43.0/src/commands/pipelines/promote.ts)_
_See code: [src/commands/pipelines/promote.ts](https://github.com/heroku/cli/blob/v7.47.1/src/commands/pipelines/promote.ts)_

## `heroku pipelines:remove`

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

_See code: [src/commands/pipelines/remove.ts](https://github.com/heroku/cli/blob/v7.43.0/src/commands/pipelines/remove.ts)_
_See code: [src/commands/pipelines/remove.ts](https://github.com/heroku/cli/blob/v7.47.1/src/commands/pipelines/remove.ts)_

## `heroku pipelines:rename PIPELINE NAME`

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

_See code: [src/commands/pipelines/rename.ts](https://github.com/heroku/cli/blob/v7.43.0/src/commands/pipelines/rename.ts)_
_See code: [src/commands/pipelines/rename.ts](https://github.com/heroku/cli/blob/v7.47.1/src/commands/pipelines/rename.ts)_

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

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

_See code: [src/commands/pipelines/setup.ts](https://github.com/heroku/cli/blob/v7.43.0/src/commands/pipelines/setup.ts)_
_See code: [src/commands/pipelines/setup.ts](https://github.com/heroku/cli/blob/v7.47.1/src/commands/pipelines/setup.ts)_

## `heroku pipelines:transfer OWNER`

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

_See code: [src/commands/pipelines/transfer.ts](https://github.com/heroku/cli/blob/v7.43.0/src/commands/pipelines/transfer.ts)_
_See code: [src/commands/pipelines/transfer.ts](https://github.com/heroku/cli/blob/v7.47.1/src/commands/pipelines/transfer.ts)_

## `heroku pipelines:update`

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

_See code: [src/commands/pipelines/update.ts](https://github.com/heroku/cli/blob/v7.43.0/src/commands/pipelines/update.ts)_
_See code: [src/commands/pipelines/update.ts](https://github.com/heroku/cli/blob/v7.47.1/src/commands/pipelines/update.ts)_

## `heroku reviewapps:disable`

Expand All @@ -350,7 +350,7 @@ EXAMPLE
$ heroku reviewapps:disable -p my-pipeline -a my-app --no-autodeploy
```

_See code: [src/commands/reviewapps/disable.ts](https://github.com/heroku/cli/blob/v7.43.0/src/commands/reviewapps/disable.ts)_
_See code: [src/commands/reviewapps/disable.ts](https://github.com/heroku/cli/blob/v7.47.1/src/commands/reviewapps/disable.ts)_

## `heroku reviewapps:enable`

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

_See code: [src/commands/reviewapps/enable.ts](https://github.com/heroku/cli/blob/v7.43.0/src/commands/reviewapps/enable.ts)_
_See code: [src/commands/reviewapps/enable.ts](https://github.com/heroku/cli/blob/v7.47.1/src/commands/reviewapps/enable.ts)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion packages/pipelines/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heroku-cli/plugin-pipelines",
"version": "7.43.0",
"version": "7.47.1",
"author": "James Martinez @jmar910",
"bugs": "https://github.com/heroku/cli/issues",
"dependencies": {
Expand Down

0 comments on commit cc09cfb

Please sign in to comment.