Skip to content

Commit

Permalink
v7.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elbandito committed Jun 26, 2019
1 parent eb77c7c commit 84f795c
Show file tree
Hide file tree
Showing 18 changed files with 102 additions and 23 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.26.0](https://github.com/heroku/cli/compare/v7.25.0...v7.26.0) (2019-06-26)


### Features

* **local:** add oclif version of local plugin ([#1252](https://github.com/heroku/cli/issues/1252)) ([eb77c7c](https://github.com/heroku/cli/commit/eb77c7c))





# [7.25.0](https://github.com/heroku/cli/compare/v7.24.4...v7.25.0) (2019-06-03)

**Note:** Version bump only for package heroku
Expand Down
12 changes: 7 additions & 5 deletions docs/local.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
`heroku local`
==============

run heroku app locally
run Heroku app locally

* [`heroku local [PROCESSNAME]`](#heroku-local-processname)
* [`heroku local:run`](#heroku-localrun)
Expand All @@ -26,13 +26,15 @@ DESCRIPTION
ALIASES
$ heroku local:start
EXAMPLES
EXAMPLE
$ heroku local
$ heroku local web
$ heroku local web=2
$ heroku local web=1,worker=2
```

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

## `heroku local:run`

run a one-off command
Expand All @@ -45,11 +47,11 @@ OPTIONS
-e, --env=env
-p, --port=port
EXAMPLES
EXAMPLE
$ heroku local:run bin/migrate
```

_See code: [@heroku-cli/plugin-local-v5](https://github.com/heroku/cli/blob/v7.24.0/packages/local-v5/lib/commands/local/run.js)_
_See code: [@heroku-cli/plugin-local](https://github.com/heroku/cli/blob/v7.26.0/src/commands/local/run.ts)_

## `heroku local:version`

Expand All @@ -60,4 +62,4 @@ USAGE
$ heroku local:version
```

_See code: [@heroku-cli/plugin-local-v5](https://github.com/heroku/cli/blob/v7.24.0/packages/local-v5/lib/commands/local/version.js)_
_See code: [@heroku-cli/plugin-local](https://github.com/heroku/cli/blob/v7.26.0/src/commands/local/version.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.25.0",
"version": "7.26.0",
"lerna": "2.11.0",
"useWorkspaces": true,
"npmClient": "yarn",
Expand Down
11 changes: 11 additions & 0 deletions packages/apps-v5/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.26.0](https://github.com/heroku/cli/compare/v7.25.0...v7.26.0) (2019-06-26)


### Bug Fixes

* team flag prioritized over org flag ([#1250](https://github.com/heroku/cli/issues/1250)) ([9eda2e6](https://github.com/heroku/cli/commit/9eda2e6))





# [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-apps-v5
Expand Down
2 changes: 1 addition & 1 deletion 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.24.0 darwin-x64 node-v11.14.0
@heroku-cli/plugin-apps-v5/7.26.0 darwin-x64 node-v10.9.0
$ heroku --help [COMMAND]
USAGE
$ heroku COMMAND
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.24.0",
"version": "7.26.0",
"author": "Jeff Dickey (@jdxcode)",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
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.26.0](https://github.com/heroku/cli/compare/v7.25.0...v7.26.0) (2019-06-26)


### Features

* **local:** add oclif version of local plugin ([#1252](https://github.com/heroku/cli/issues/1252)) ([eb77c7c](https://github.com/heroku/cli/commit/eb77c7c))





# [7.25.0](https://github.com/heroku/cli/compare/v7.24.4...v7.25.0) (2019-06-03)

**Note:** Version bump only for package heroku
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ For other issues, [submit a support ticket](https://help.heroku.com/).
* [`heroku help`](docs/help.md) - display help for heroku
* [`heroku keys`](docs/keys.md) - add/remove account ssh keys
* [`heroku labs`](docs/labs.md) - add/remove experimental features
* [`heroku local`](docs/local.md) - run heroku app locally
* [`heroku local`](docs/local.md) - run Heroku app locally
* [`heroku logs`](docs/logs.md) - display recent log output
* [`heroku maintenance`](docs/maintenance.md) - enable/disable access to app
* [`heroku members`](docs/members.md) - manage organization members
Expand Down
12 changes: 6 additions & 6 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.25.0",
"version": "7.26.0",
"author": "Jeff Dickey @jdxcode",
"bin": {
"heroku": "./bin/run"
Expand All @@ -11,7 +11,7 @@
"@heroku-cli/color": "1.1.14",
"@heroku-cli/command": "^8.2.10",
"@heroku-cli/plugin-addons-v5": "^7.24.0",
"@heroku-cli/plugin-apps-v5": "^7.24.0",
"@heroku-cli/plugin-apps-v5": "^7.26.0",
"@heroku-cli/plugin-auth": "^7.24.0",
"@heroku-cli/plugin-autocomplete": "^7.24.0",
"@heroku-cli/plugin-buildpacks": "^7.24.0",
Expand All @@ -22,16 +22,16 @@
"@heroku-cli/plugin-config": "^7.24.0",
"@heroku-cli/plugin-container-registry-v5": "^7.24.4",
"@heroku-cli/plugin-git": "^7.24.0",
"@heroku-cli/plugin-local": "^0.0.0",
"@heroku-cli/plugin-local": "^7.26.0",
"@heroku-cli/plugin-oauth-v5": "^7.24.0",
"@heroku-cli/plugin-orgs-v5": "^7.24.0",
"@heroku-cli/plugin-orgs-v5": "^7.26.0",
"@heroku-cli/plugin-pg-v5": "^7.25.0",
"@heroku-cli/plugin-pipelines-v5": "^7.24.0",
"@heroku-cli/plugin-pipelines-v5": "^7.26.0",
"@heroku-cli/plugin-ps": "^7.24.0",
"@heroku-cli/plugin-ps-exec": "2.3.5",
"@heroku-cli/plugin-redis-v5": "^7.25.0",
"@heroku-cli/plugin-run-v5": "^7.24.0",
"@heroku-cli/plugin-spaces": "^7.24.0",
"@heroku-cli/plugin-spaces": "^7.26.0",
"@heroku-cli/plugin-status": "^7.24.0",
"@heroku-cli/plugin-webhooks-v5": "^7.24.0",
"@oclif/command": "1.5.11",
Expand Down
11 changes: 11 additions & 0 deletions packages/local/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.26.0](https://github.com/heroku/cli/compare/v7.25.0...v7.26.0) (2019-06-26)


### Features

* **local:** add oclif version of local plugin ([#1252](https://github.com/heroku/cli/issues/1252)) ([eb77c7c](https://github.com/heroku/cli/commit/eb77c7c))
8 changes: 4 additions & 4 deletions packages/local/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $ npm install -g @heroku-cli/plugin-local
$ heroku COMMAND
running command...
$ heroku (-v|--version|version)
@heroku-cli/plugin-local/0.0.0 darwin-x64 node-v10.15.3
@heroku-cli/plugin-local/7.26.0 darwin-x64 node-v10.9.0
$ heroku --help [COMMAND]
USAGE
$ heroku COMMAND
Expand Down Expand Up @@ -61,7 +61,7 @@ EXAMPLE
$ heroku local web=1,worker=2
```

_See code: [src/commands/local/index.ts](https://github.com/heroku/cli/blob/v0.0.0/src/commands/local/index.ts)_
_See code: [src/commands/local/index.ts](https://github.com/heroku/cli/blob/v7.26.0/src/commands/local/index.ts)_

## `heroku local:run`

Expand All @@ -79,7 +79,7 @@ EXAMPLE
$ heroku local:run bin/migrate
```

_See code: [src/commands/local/run.ts](https://github.com/heroku/cli/blob/v0.0.0/src/commands/local/run.ts)_
_See code: [src/commands/local/run.ts](https://github.com/heroku/cli/blob/v7.26.0/src/commands/local/run.ts)_

## `heroku local:version`

Expand All @@ -90,5 +90,5 @@ USAGE
$ heroku local:version
```

_See code: [src/commands/local/version.ts](https://github.com/heroku/cli/blob/v0.0.0/src/commands/local/version.ts)_
_See code: [src/commands/local/version.ts](https://github.com/heroku/cli/blob/v7.26.0/src/commands/local/version.ts)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion packages/local/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/plugin-local",
"description": "run heroku apps locally",
"version": "0.0.0",
"version": "7.26.0",
"author": "Chad Carbert @chadian",
"bugs": "https://github.com/heroku/cli/issues",
"dependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/orgs-v5/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.26.0](https://github.com/heroku/cli/compare/v7.25.0...v7.26.0) (2019-06-26)


### Bug Fixes

* team flag prioritized over org flag ([#1250](https://github.com/heroku/cli/issues/1250)) ([9eda2e6](https://github.com/heroku/cli/commit/9eda2e6))





# [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-orgs-v5
Expand Down
2 changes: 1 addition & 1 deletion packages/orgs-v5/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/plugin-orgs-v5",
"description": "CLI to manage Heroku Organizations",
"version": "7.24.0",
"version": "7.26.0",
"author": "Raul Barroso @raulb",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
Expand Down
11 changes: 11 additions & 0 deletions packages/pipelines-v5/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.26.0](https://github.com/heroku/cli/compare/v7.25.0...v7.26.0) (2019-06-26)


### Bug Fixes

* team flag prioritized over org flag ([#1250](https://github.com/heroku/cli/issues/1250)) ([9eda2e6](https://github.com/heroku/cli/commit/9eda2e6))





# [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-pipelines-v5
Expand Down
2 changes: 1 addition & 1 deletion packages/pipelines-v5/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/plugin-pipelines-v5",
"description": "pipelines heroku plugin",
"version": "7.24.0",
"version": "7.26.0",
"author": "Heroku Developer Experience team",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
Expand Down
11 changes: 11 additions & 0 deletions packages/spaces/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.26.0](https://github.com/heroku/cli/compare/v7.25.0...v7.26.0) (2019-06-26)


### Bug Fixes

* team flag prioritized over org flag ([#1250](https://github.com/heroku/cli/issues/1250)) ([9eda2e6](https://github.com/heroku/cli/commit/9eda2e6))





# [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-spaces
Expand Down
2 changes: 1 addition & 1 deletion packages/spaces/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/plugin-spaces",
"description": "Heroku plugin to manage Heroku Private Spaces",
"version": "7.24.0",
"version": "7.26.0",
"author": "Heroku",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
Expand Down

0 comments on commit 84f795c

Please sign in to comment.