From 7d2e9ef5177e7c563897b2459e2d47f99392c826 Mon Sep 17 00:00:00 2001 From: RasPhilCo Date: Mon, 11 May 2020 15:20:46 -0700 Subject: [PATCH] v7.41.0 --- CHANGELOG.md | 11 ++++ docs/git.md | 4 +- docs/local.md | 6 +- docs/logs.md | 9 +-- docs/pg.md | 99 ++++++++++++++++----------------- docs/pipelines.md | 28 +++++----- docs/reviewapps.md | 4 +- docs/run.md | 37 ++++++++---- lerna.json | 2 +- packages/ci-v5/CHANGELOG.md | 8 +++ packages/ci-v5/package.json | 4 +- packages/cli/CHANGELOG.md | 11 ++++ packages/cli/package.json | 14 ++--- packages/git/CHANGELOG.md | 8 +++ packages/git/README.md | 6 +- packages/git/package.json | 2 +- packages/local/CHANGELOG.md | 11 ++++ packages/local/README.md | 8 +-- packages/local/package.json | 2 +- packages/pg-v5/CHANGELOG.md | 8 +++ packages/pg-v5/package.json | 2 +- packages/pipelines/CHANGELOG.md | 11 ++++ packages/pipelines/README.md | 34 +++++------ packages/pipelines/package.json | 2 +- packages/run-v5/CHANGELOG.md | 8 +++ packages/run-v5/README.md | 6 +- packages/run-v5/package.json | 2 +- packages/run/CHANGELOG.md | 11 ++++ packages/run/README.md | 10 ++-- packages/run/package.json | 2 +- 30 files changed, 236 insertions(+), 134 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f163361a2..7910488e32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.41.0](https://github.com/heroku/cli/compare/v7.40.0...v7.41.0) (2020-05-11) + + +### Features + +* v7 plugin run ([#1507](https://github.com/heroku/cli/issues/1507)) ([6a77f5a](https://github.com/heroku/cli/commit/6a77f5a716ddada766ce9184b59cbaebe48e2953)) + + + + + # [7.40.0](https://github.com/heroku/cli/compare/v7.39.6...v7.40.0) (2020-05-01) **Note:** Version bump only for package heroku diff --git a/docs/git.md b/docs/git.md index 6f5ebf292b..c6df1675ed 100644 --- a/docs/git.md +++ b/docs/git.md @@ -29,7 +29,7 @@ EXAMPLES ... ``` -_See code: [@heroku-cli/plugin-git](https://github.com/heroku/cli/blob/v7.39.3/packages/git/src/commands/git/clone.ts)_ +_See code: [@heroku-cli/plugin-git](https://github.com/heroku/cli/blob/v7.41.0/packages/git/src/commands/git/clone.ts)_ ## `heroku git:remote` @@ -55,4 +55,4 @@ EXAMPLES $ heroku git:remote --remote heroku-staging -a example ``` -_See code: [@heroku-cli/plugin-git](https://github.com/heroku/cli/blob/v7.39.3/packages/git/src/commands/git/remote.ts)_ +_See code: [@heroku-cli/plugin-git](https://github.com/heroku/cli/blob/v7.41.0/packages/git/src/commands/git/remote.ts)_ diff --git a/docs/local.md b/docs/local.md index 5ecf643365..73723f65f0 100644 --- a/docs/local.md +++ b/docs/local.md @@ -33,7 +33,7 @@ EXAMPLE $ heroku local web=1,worker=2 ``` -_See code: [@heroku-cli/plugin-local](https://github.com/heroku/cli/blob/v7.39.2/src/commands/local/index.ts)_ +_See code: [@heroku-cli/plugin-local](https://github.com/heroku/cli/blob/v7.41.0/src/commands/local/index.ts)_ ## `heroku local:run` @@ -51,7 +51,7 @@ EXAMPLE $ heroku local:run bin/migrate ``` -_See code: [@heroku-cli/plugin-local](https://github.com/heroku/cli/blob/v7.39.2/src/commands/local/run.ts)_ +_See code: [@heroku-cli/plugin-local](https://github.com/heroku/cli/blob/v7.41.0/src/commands/local/run.ts)_ ## `heroku local:version` @@ -62,4 +62,4 @@ USAGE $ heroku local:version ``` -_See code: [@heroku-cli/plugin-local](https://github.com/heroku/cli/blob/v7.39.2/src/commands/local/version.ts)_ +_See code: [@heroku-cli/plugin-local](https://github.com/heroku/cli/blob/v7.41.0/src/commands/local/version.ts)_ diff --git a/docs/logs.md b/docs/logs.md index ec177f5c6c..0f1f9005b3 100644 --- a/docs/logs.md +++ b/docs/logs.md @@ -26,9 +26,10 @@ DESCRIPTION disable colors with --no-color, HEROKU_LOGS_COLOR=0, or HEROKU_COLOR=0 EXAMPLES - $ heroku logs - 2012-01-01T12:00:00+00:00 heroku[api]: Config add EXAMPLE by email@example.com - 2012-01-01T12:00:01+00:00 heroku[api]: Release v1 created by email@example.com + $ heroku logs --app=my-app + $ heroku logs --num=50 + $ heroku logs --dyno=web --app=my-app + $ heroku logs --app=my-app --tail ``` -_See code: [@heroku-cli/plugin-run-v5](https://github.com/heroku/cli/blob/v7.39.3/packages/run-v5/commands/logs.js)_ +_See code: [@heroku-cli/plugin-run](https://github.com/heroku/cli/blob/v7.41.0/src/commands/logs.ts)_ diff --git a/docs/pg.md b/docs/pg.md index 3173b97897..438738f149 100644 --- a/docs/pg.md +++ b/docs/pg.md @@ -3,55 +3,54 @@ manage postgresql databases -- [`heroku pg`](#heroku-pg) - - [`heroku pg [DATABASE]`](#heroku-pg-database) - - [`heroku pg:backups`](#heroku-pgbackups) - - [`heroku pg:backups:cancel [BACKUP_ID]`](#heroku-pgbackupscancel-backupid) - - [`heroku pg:backups:capture [DATABASE]`](#heroku-pgbackupscapture-database) - - [`heroku pg:backups:delete BACKUP_ID`](#heroku-pgbackupsdelete-backupid) - - [`heroku pg:backups:download [BACKUP_ID]`](#heroku-pgbackupsdownload-backupid) - - [`heroku pg:backups:info [BACKUP_ID]`](#heroku-pgbackupsinfo-backupid) - - [`heroku pg:backups:restore [BACKUP] [DATABASE]`](#heroku-pgbackupsrestore-backup-database) - - [`heroku pg:backups:schedule [DATABASE]`](#heroku-pgbackupsschedule-database) - - [`heroku pg:backups:schedules`](#heroku-pgbackupsschedules) - - [`heroku pg:backups:unschedule [DATABASE]`](#heroku-pgbackupsunschedule-database) - - [`heroku pg:backups:url [BACKUP_ID]`](#heroku-pgbackupsurl-backupid) - - [`heroku pg:bloat [DATABASE]`](#heroku-pgbloat-database) - - [`heroku pg:blocking [DATABASE]`](#heroku-pgblocking-database) - - [`heroku pg:connection-pooling:attach [DATABASE]`](#heroku-pgconnection-poolingattach-database) - - [`heroku pg:copy SOURCE TARGET`](#heroku-pgcopy-source-target) - - [`heroku pg:credentials [DATABASE]`](#heroku-pgcredentials-database) - - [`heroku pg:credentials:create [DATABASE]`](#heroku-pgcredentialscreate-database) - - [`heroku pg:credentials:destroy [DATABASE]`](#heroku-pgcredentialsdestroy-database) - - [`heroku pg:credentials:repair-default [DATABASE]`](#heroku-pgcredentialsrepair-default-database) - - [`heroku pg:credentials:rotate [DATABASE]`](#heroku-pgcredentialsrotate-database) - - [`heroku pg:credentials:url [DATABASE]`](#heroku-pgcredentialsurl-database) - - [`heroku pg:diagnose [DATABASE|REPORT_ID]`](#heroku-pgdiagnose-databasereportid) - - [`heroku pg:info [DATABASE]`](#heroku-pginfo-database) - - [`heroku pg:kill PID [DATABASE]`](#heroku-pgkill-pid-database) - - [`heroku pg:killall [DATABASE]`](#heroku-pgkillall-database) - - [`heroku pg:links [DATABASE]`](#heroku-pglinks-database) - - [`heroku pg:links:create REMOTE DATABASE`](#heroku-pglinkscreate-remote-database) - - [`heroku pg:links:destroy DATABASE LINK`](#heroku-pglinksdestroy-database-link) - - [`heroku pg:locks [DATABASE]`](#heroku-pglocks-database) - - [`heroku pg:maintenance [DATABASE]`](#heroku-pgmaintenance-database) - - [`heroku pg:maintenance:run [DATABASE]`](#heroku-pgmaintenancerun-database) - - [`heroku pg:maintenance:window DATABASE WINDOW`](#heroku-pgmaintenancewindow-database-window) - - [`heroku pg:outliers [DATABASE]`](#heroku-pgoutliers-database) - - [`heroku pg:promote DATABASE`](#heroku-pgpromote-database) - - [`heroku pg:ps [DATABASE]`](#heroku-pgps-database) - - [`heroku pg:psql [DATABASE]`](#heroku-pgpsql-database) - - [`heroku pg:pull SOURCE TARGET`](#heroku-pgpull-source-target) - - [`heroku pg:push SOURCE TARGET`](#heroku-pgpush-source-target) - - [`heroku pg:reset [DATABASE]`](#heroku-pgreset-database) - - [`heroku pg:settings [DATABASE]`](#heroku-pgsettings-database) - - [`heroku pg:settings:log-lock-waits [VALUE] [DATABASE]`](#heroku-pgsettingslog-lock-waits-value-database) - - [`heroku pg:settings:log-min-duration-statement [VALUE] [DATABASE]`](#heroku-pgsettingslog-min-duration-statement-value-database) - - [`heroku pg:settings:log-statement [VALUE] [DATABASE]`](#heroku-pgsettingslog-statement-value-database) - - [`heroku pg:unfollow DATABASE`](#heroku-pgunfollow-database) - - [`heroku pg:upgrade [DATABASE]`](#heroku-pgupgrade-database) - - [`heroku pg:vacuum-stats [DATABASE]`](#heroku-pgvacuum-stats-database) - - [`heroku pg:wait [DATABASE]`](#heroku-pgwait-database) +* [`heroku pg [DATABASE]`](#heroku-pg-database) +* [`heroku pg:backups`](#heroku-pgbackups) +* [`heroku pg:backups:cancel [BACKUP_ID]`](#heroku-pgbackupscancel-backup_id) +* [`heroku pg:backups:capture [DATABASE]`](#heroku-pgbackupscapture-database) +* [`heroku pg:backups:delete BACKUP_ID`](#heroku-pgbackupsdelete-backup_id) +* [`heroku pg:backups:download [BACKUP_ID]`](#heroku-pgbackupsdownload-backup_id) +* [`heroku pg:backups:info [BACKUP_ID]`](#heroku-pgbackupsinfo-backup_id) +* [`heroku pg:backups:restore [BACKUP] [DATABASE]`](#heroku-pgbackupsrestore-backup-database) +* [`heroku pg:backups:schedule [DATABASE]`](#heroku-pgbackupsschedule-database) +* [`heroku pg:backups:schedules`](#heroku-pgbackupsschedules) +* [`heroku pg:backups:unschedule [DATABASE]`](#heroku-pgbackupsunschedule-database) +* [`heroku pg:backups:url [BACKUP_ID]`](#heroku-pgbackupsurl-backup_id) +* [`heroku pg:bloat [DATABASE]`](#heroku-pgbloat-database) +* [`heroku pg:blocking [DATABASE]`](#heroku-pgblocking-database) +* [`heroku pg:connection-pooling:attach [DATABASE]`](#heroku-pgconnection-poolingattach-database) +* [`heroku pg:copy SOURCE TARGET`](#heroku-pgcopy-source-target) +* [`heroku pg:credentials [DATABASE]`](#heroku-pgcredentials-database) +* [`heroku pg:credentials:create [DATABASE]`](#heroku-pgcredentialscreate-database) +* [`heroku pg:credentials:destroy [DATABASE]`](#heroku-pgcredentialsdestroy-database) +* [`heroku pg:credentials:repair-default [DATABASE]`](#heroku-pgcredentialsrepair-default-database) +* [`heroku pg:credentials:rotate [DATABASE]`](#heroku-pgcredentialsrotate-database) +* [`heroku pg:credentials:url [DATABASE]`](#heroku-pgcredentialsurl-database) +* [`heroku pg:diagnose [DATABASE|REPORT_ID]`](#heroku-pgdiagnose-databasereport_id) +* [`heroku pg:info [DATABASE]`](#heroku-pginfo-database) +* [`heroku pg:kill PID [DATABASE]`](#heroku-pgkill-pid-database) +* [`heroku pg:killall [DATABASE]`](#heroku-pgkillall-database) +* [`heroku pg:links [DATABASE]`](#heroku-pglinks-database) +* [`heroku pg:links:create REMOTE DATABASE`](#heroku-pglinkscreate-remote-database) +* [`heroku pg:links:destroy DATABASE LINK`](#heroku-pglinksdestroy-database-link) +* [`heroku pg:locks [DATABASE]`](#heroku-pglocks-database) +* [`heroku pg:maintenance [DATABASE]`](#heroku-pgmaintenance-database) +* [`heroku pg:maintenance:run [DATABASE]`](#heroku-pgmaintenancerun-database) +* [`heroku pg:maintenance:window DATABASE WINDOW`](#heroku-pgmaintenancewindow-database-window) +* [`heroku pg:outliers [DATABASE]`](#heroku-pgoutliers-database) +* [`heroku pg:promote DATABASE`](#heroku-pgpromote-database) +* [`heroku pg:ps [DATABASE]`](#heroku-pgps-database) +* [`heroku pg:psql [DATABASE]`](#heroku-pgpsql-database) +* [`heroku pg:pull SOURCE TARGET`](#heroku-pgpull-source-target) +* [`heroku pg:push SOURCE TARGET`](#heroku-pgpush-source-target) +* [`heroku pg:reset [DATABASE]`](#heroku-pgreset-database) +* [`heroku pg:settings [DATABASE]`](#heroku-pgsettings-database) +* [`heroku pg:settings:log-lock-waits [VALUE] [DATABASE]`](#heroku-pgsettingslog-lock-waits-value-database) +* [`heroku pg:settings:log-min-duration-statement [VALUE] [DATABASE]`](#heroku-pgsettingslog-min-duration-statement-value-database) +* [`heroku pg:settings:log-statement [VALUE] [DATABASE]`](#heroku-pgsettingslog-statement-value-database) +* [`heroku pg:unfollow DATABASE`](#heroku-pgunfollow-database) +* [`heroku pg:upgrade [DATABASE]`](#heroku-pgupgrade-database) +* [`heroku pg:vacuum-stats [DATABASE]`](#heroku-pgvacuum-stats-database) +* [`heroku pg:wait [DATABASE]`](#heroku-pgwait-database) ## `heroku pg [DATABASE]` @@ -585,8 +584,8 @@ USAGE OPTIONS -a, --app=app (required) app to run command against + -f, --force -r, --remote=remote git remote of app to use - -f, --force skip database availability checks and force promotion ``` ## `heroku pg:ps [DATABASE]` diff --git a/docs/pipelines.md b/docs/pipelines.md index 46b02af656..5482107205 100644 --- a/docs/pipelines.md +++ b/docs/pipelines.md @@ -33,7 +33,7 @@ EXAMPLE $ heroku pipelines ``` -_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.38.1/src/commands/pipelines/index.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.41.0/src/commands/pipelines/index.ts)_ ## `heroku pipelines:add PIPELINE` @@ -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.38.1/src/commands/pipelines/add.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.41.0/src/commands/pipelines/add.ts)_ ## `heroku pipelines:connect NAME` @@ -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.38.1/src/commands/pipelines/connect.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.41.0/src/commands/pipelines/connect.ts)_ ## `heroku pipelines:create [NAME]` @@ -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.38.1/src/commands/pipelines/create.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.41.0/src/commands/pipelines/create.ts)_ ## `heroku pipelines:destroy PIPELINE` @@ -126,7 +126,7 @@ EXAMPLE $ heroku pipelines:destroy my-pipeline ``` -_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.38.1/src/commands/pipelines/destroy.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.41.0/src/commands/pipelines/destroy.ts)_ ## `heroku pipelines:diff` @@ -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.38.1/src/commands/pipelines/diff.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.41.0/src/commands/pipelines/diff.ts)_ ## `heroku pipelines:info PIPELINE` @@ -164,7 +164,7 @@ EXAMPLE $ heroku pipelines:info my-pipeline ``` -_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.38.1/src/commands/pipelines/info.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.41.0/src/commands/pipelines/info.ts)_ ## `heroku pipelines:open PIPELINE` @@ -181,7 +181,7 @@ EXAMPLE $ heroku pipelines:open my-pipeline ``` -_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.38.1/src/commands/pipelines/open.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.41.0/src/commands/pipelines/open.ts)_ ## `heroku pipelines:promote` @@ -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.38.1/src/commands/pipelines/promote.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.41.0/src/commands/pipelines/promote.ts)_ ## `heroku pipelines:remove` @@ -218,7 +218,7 @@ EXAMPLE $ heroku pipelines:remove -a my-app ``` -_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.38.1/src/commands/pipelines/remove.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.41.0/src/commands/pipelines/remove.ts)_ ## `heroku pipelines:rename PIPELINE NAME` @@ -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.38.1/src/commands/pipelines/rename.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.41.0/src/commands/pipelines/rename.ts)_ ## `heroku pipelines:setup [NAME] [REPO]` @@ -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.38.1/src/commands/pipelines/setup.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.41.0/src/commands/pipelines/setup.ts)_ ## `heroku pipelines:transfer OWNER` @@ -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.38.1/src/commands/pipelines/transfer.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.41.0/src/commands/pipelines/transfer.ts)_ ## `heroku pipelines:update` @@ -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.38.1/src/commands/pipelines/update.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.41.0/src/commands/pipelines/update.ts)_ diff --git a/docs/reviewapps.md b/docs/reviewapps.md index 0ec96f398f..4a1ef82c3f 100644 --- a/docs/reviewapps.md +++ b/docs/reviewapps.md @@ -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.38.1/src/commands/reviewapps/disable.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.41.0/src/commands/reviewapps/disable.ts)_ ## `heroku reviewapps:enable` @@ -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.38.1/src/commands/reviewapps/enable.ts)_ +_See code: [@heroku-cli/plugin-pipelines](https://github.com/heroku/cli/blob/v7.41.0/src/commands/reviewapps/enable.ts)_ diff --git a/docs/run.md b/docs/run.md index 90684a0bb3..b8cfe9956a 100644 --- a/docs/run.md +++ b/docs/run.md @@ -5,6 +5,7 @@ run a one-off process inside a Heroku dyno * [`heroku run`](#heroku-run) * [`heroku run:detached`](#heroku-rundetached) +* [`heroku run:inside`](#heroku-runinside) ## `heroku run` @@ -15,7 +16,7 @@ USAGE $ heroku run OPTIONS - -a, --app=app (required) app to run command against + -a, --app=app (required) parent app used by review apps -e, --env=env environment variables to set (use ';' to split multiple vars) -r, --remote=remote git remote of app to use -s, --size=size dyno size @@ -29,14 +30,10 @@ DESCRIPTION EXAMPLES $ heroku run bash - Running bash on app.... up, run.1 - ~ $ - $ heroku run -s hobby -- myscript.sh -a arg1 -s arg2 - Running myscript.sh -a arg1 -s arg2 on app.... up, run.1 ``` -_See code: [@heroku-cli/plugin-run-v5](https://github.com/heroku/cli/blob/v7.39.3/packages/run-v5/commands/run.js)_ +_See code: [@heroku-cli/plugin-run](https://github.com/heroku/cli/blob/v7.41.0/src/commands/run/index.ts)_ ## `heroku run:detached` @@ -51,13 +48,31 @@ OPTIONS -e, --env=env environment variables to set (use ';' to split multiple vars) -r, --remote=remote git remote of app to use -s, --size=size dyno size - -t, --tail stream logs from the dyno + -t, --tail continually stream logs --type=type process type -EXAMPLES +EXAMPLE $ heroku run:detached ls - Running ls on app [detached]... up, run.1 - Run heroku logs -a app -p run.1 to view the output. ``` -_See code: [@heroku-cli/plugin-run-v5](https://github.com/heroku/cli/blob/v7.39.3/packages/run-v5/commands/run/detached.js)_ +_See code: [@heroku-cli/plugin-run](https://github.com/heroku/cli/blob/v7.41.0/src/commands/run/detached.ts)_ + +## `heroku run:inside` + +run a one-off process inside an existing heroku dyno + +``` +USAGE + $ heroku run:inside + +OPTIONS + -a, --app=app (required) app to run command against + -e, --env=env environment variables to set (use ';' to split multiple vars) + -r, --remote=remote git remote of app to use + -x, --exit-code passthrough the exit code of the remote command + +EXAMPLE + $ heroku run:inside web.1 bash +``` + +_See code: [@heroku-cli/plugin-run](https://github.com/heroku/cli/blob/v7.41.0/src/commands/run/inside.ts)_ diff --git a/lerna.json b/lerna.json index dc309a6151..e9584b4594 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "7.40.0", + "version": "7.41.0", "lerna": "2.11.0", "useWorkspaces": true, "npmClient": "yarn", diff --git a/packages/ci-v5/CHANGELOG.md b/packages/ci-v5/CHANGELOG.md index 2777139edb..f95f2c98fe 100644 --- a/packages/ci-v5/CHANGELOG.md +++ b/packages/ci-v5/CHANGELOG.md @@ -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.41.0](https://github.com/heroku/cli/compare/v7.40.0...v7.41.0) (2020-05-11) + +**Note:** Version bump only for package @heroku-cli/plugin-ci-v5 + + + + + ## [7.39.3](https://github.com/heroku/cli/compare/v7.39.2...v7.39.3) (2020-04-15) **Note:** Version bump only for package @heroku-cli/plugin-ci-v5 diff --git a/packages/ci-v5/package.json b/packages/ci-v5/package.json index dddac95339..bf636da118 100644 --- a/packages/ci-v5/package.json +++ b/packages/ci-v5/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-ci-v5", "description": "Heroku CLI plugin for Heroku CI", - "version": "7.39.3", + "version": "7.41.0", "author": "Andrew Appleton, Gudmundur Bjarni Olafsson, Max Beizer, Ransom Briggs", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": { @@ -14,7 +14,7 @@ }, "dependencies": { "@heroku-cli/command": "^8.3.0", - "@heroku-cli/plugin-run-v5": "^7.39.3", + "@heroku-cli/plugin-run-v5": "^7.41.0", "ansi-escapes": "3.2.0", "bluebird": "^3.5.3", "co": "^4.6.0", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 9f163361a2..7910488e32 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -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.41.0](https://github.com/heroku/cli/compare/v7.40.0...v7.41.0) (2020-05-11) + + +### Features + +* v7 plugin run ([#1507](https://github.com/heroku/cli/issues/1507)) ([6a77f5a](https://github.com/heroku/cli/commit/6a77f5a716ddada766ce9184b59cbaebe48e2953)) + + + + + # [7.40.0](https://github.com/heroku/cli/compare/v7.39.6...v7.40.0) (2020-05-01) **Note:** Version bump only for package heroku diff --git a/packages/cli/package.json b/packages/cli/package.json index 683ee3262e..5ebe55a2a4 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "heroku", "description": "CLI to interact with Heroku", - "version": "7.40.0", + "version": "7.41.0", "author": "Jeff Dickey @jdxcode", "bin": { "heroku": "./bin/run" @@ -19,19 +19,19 @@ "@heroku-cli/plugin-certs": "^7.39.3", "@heroku-cli/plugin-certs-v5": "^7.39.4", "@heroku-cli/plugin-ci": "^7.39.3", - "@heroku-cli/plugin-ci-v5": "^7.39.3", + "@heroku-cli/plugin-ci-v5": "^7.41.0", "@heroku-cli/plugin-config": "^7.39.3", "@heroku-cli/plugin-container-registry-v5": "^7.39.2", - "@heroku-cli/plugin-git": "^7.39.3", - "@heroku-cli/plugin-local": "^7.39.2", + "@heroku-cli/plugin-git": "^7.41.0", + "@heroku-cli/plugin-local": "^7.41.0", "@heroku-cli/plugin-oauth-v5": "^7.39.3", "@heroku-cli/plugin-orgs-v5": "^7.39.2", - "@heroku-cli/plugin-pg-v5": "^7.40.0", - "@heroku-cli/plugin-pipelines": "^7.38.1", + "@heroku-cli/plugin-pg-v5": "^7.41.0", + "@heroku-cli/plugin-pipelines": "^7.41.0", "@heroku-cli/plugin-ps": "^7.39.3", "@heroku-cli/plugin-ps-exec": "2.3.8", "@heroku-cli/plugin-redis-v5": "^7.39.2", - "@heroku-cli/plugin-run": "^7.38.1", + "@heroku-cli/plugin-run": "^7.41.0", "@heroku-cli/plugin-spaces": "^7.39.2", "@heroku-cli/plugin-status": "^7.39.2", "@heroku-cli/plugin-webhooks": "^7.39.4", diff --git a/packages/git/CHANGELOG.md b/packages/git/CHANGELOG.md index a2f4a2a160..7b6731b863 100644 --- a/packages/git/CHANGELOG.md +++ b/packages/git/CHANGELOG.md @@ -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.41.0](https://github.com/heroku/cli/compare/v7.40.0...v7.41.0) (2020-05-11) + +**Note:** Version bump only for package @heroku-cli/plugin-git + + + + + ## [7.39.3](https://github.com/heroku/cli/compare/v7.39.2...v7.39.3) (2020-04-15) **Note:** Version bump only for package @heroku-cli/plugin-git diff --git a/packages/git/README.md b/packages/git/README.md index c40adf6190..de15e9eead 100644 --- a/packages/git/README.md +++ b/packages/git/README.md @@ -21,7 +21,7 @@ $ npm install -g @heroku-cli/plugin-git $ oclif-example COMMAND running command... $ oclif-example (-v|--version|version) -@heroku-cli/plugin-git/7.39.3 darwin-x64 node-v10.18.1 +@heroku-cli/plugin-git/7.41.0 darwin-x64 node-v10.18.1 $ oclif-example --help [COMMAND] USAGE $ oclif-example COMMAND @@ -56,7 +56,7 @@ EXAMPLES ... ``` -_See code: [src/commands/git/clone.ts](https://github.com/heroku/cli/blob/v7.39.3/packages/git/src/commands/git/clone.ts)_ +_See code: [src/commands/git/clone.ts](https://github.com/heroku/cli/blob/v7.41.0/packages/git/src/commands/git/clone.ts)_ ## `oclif-example git:remote` @@ -82,5 +82,5 @@ EXAMPLES $ heroku git:remote --remote heroku-staging -a example ``` -_See code: [src/commands/git/remote.ts](https://github.com/heroku/cli/blob/v7.39.3/packages/git/src/commands/git/remote.ts)_ +_See code: [src/commands/git/remote.ts](https://github.com/heroku/cli/blob/v7.41.0/packages/git/src/commands/git/remote.ts)_ diff --git a/packages/git/package.json b/packages/git/package.json index ed85ff3215..cd27b1e775 100644 --- a/packages/git/package.json +++ b/packages/git/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-git", "description": "Heroku CLI plugin to manage local git repos.", - "version": "7.39.3", + "version": "7.41.0", "author": "Jeff Dickey (@jdxcode)", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { diff --git a/packages/local/CHANGELOG.md b/packages/local/CHANGELOG.md index 091e76aaa2..dc7345832c 100644 --- a/packages/local/CHANGELOG.md +++ b/packages/local/CHANGELOG.md @@ -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.41.0](https://github.com/heroku/cli/compare/v7.40.0...v7.41.0) (2020-05-11) + + +### Bug Fixes + +* **run:** fix run status code and use https ([#1351](https://github.com/heroku/cli/issues/1351)) ([ca8127f](https://github.com/heroku/cli/commit/ca8127fd5811d9f9c87aea891d33b36a6835a2ec)) + + + + + ## [7.39.2](https://github.com/heroku/cli/compare/v7.39.1...v7.39.2) (2020-03-30) **Note:** Version bump only for package @heroku-cli/plugin-local diff --git a/packages/local/README.md b/packages/local/README.md index 5c168871df..988f5bb897 100644 --- a/packages/local/README.md +++ b/packages/local/README.md @@ -22,7 +22,7 @@ $ npm install -g @heroku-cli/plugin-local $ heroku COMMAND running command... $ heroku (-v|--version|version) -@heroku-cli/plugin-local/7.39.2 darwin-x64 node-v12.12.0 +@heroku-cli/plugin-local/7.41.0 darwin-x64 node-v10.18.1 $ heroku --help [COMMAND] USAGE $ heroku COMMAND @@ -61,7 +61,7 @@ EXAMPLE $ heroku local web=1,worker=2 ``` -_See code: [src/commands/local/index.ts](https://github.com/heroku/cli/blob/v7.39.2/src/commands/local/index.ts)_ +_See code: [src/commands/local/index.ts](https://github.com/heroku/cli/blob/v7.41.0/src/commands/local/index.ts)_ ## `heroku local:run` @@ -79,7 +79,7 @@ EXAMPLE $ heroku local:run bin/migrate ``` -_See code: [src/commands/local/run.ts](https://github.com/heroku/cli/blob/v7.39.2/src/commands/local/run.ts)_ +_See code: [src/commands/local/run.ts](https://github.com/heroku/cli/blob/v7.41.0/src/commands/local/run.ts)_ ## `heroku local:version` @@ -90,5 +90,5 @@ USAGE $ heroku local:version ``` -_See code: [src/commands/local/version.ts](https://github.com/heroku/cli/blob/v7.39.2/src/commands/local/version.ts)_ +_See code: [src/commands/local/version.ts](https://github.com/heroku/cli/blob/v7.41.0/src/commands/local/version.ts)_ diff --git a/packages/local/package.json b/packages/local/package.json index d857aa18d2..9afe0c06bc 100644 --- a/packages/local/package.json +++ b/packages/local/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-local", "description": "run heroku apps locally", - "version": "7.39.2", + "version": "7.41.0", "author": "Chad Carbert @chadian", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { diff --git a/packages/pg-v5/CHANGELOG.md b/packages/pg-v5/CHANGELOG.md index 013ff69de7..793c1f42f6 100644 --- a/packages/pg-v5/CHANGELOG.md +++ b/packages/pg-v5/CHANGELOG.md @@ -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.41.0](https://github.com/heroku/cli/compare/v7.40.0...v7.41.0) (2020-05-11) + +**Note:** Version bump only for package @heroku-cli/plugin-pg-v5 + + + + + # [7.40.0](https://github.com/heroku/cli/compare/v7.39.6...v7.40.0) (2020-05-01) diff --git a/packages/pg-v5/package.json b/packages/pg-v5/package.json index f669d7ab98..68d8fd9618 100644 --- a/packages/pg-v5/package.json +++ b/packages/pg-v5/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-pg-v5", "description": "Heroku CLI plugin to manage Postgres.", - "version": "7.40.0", + "version": "7.41.0", "author": "Jeff Dickey (@dickeyxxx)", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": { diff --git a/packages/pipelines/CHANGELOG.md b/packages/pipelines/CHANGELOG.md index 64af6aba07..ecec4b0ebc 100644 --- a/packages/pipelines/CHANGELOG.md +++ b/packages/pipelines/CHANGELOG.md @@ -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.41.0](https://github.com/heroku/cli/compare/v7.40.0...v7.41.0) (2020-05-11) + + +### Bug Fixes + +* use cli.log in pipelines:promote ([#1509](https://github.com/heroku/cli/issues/1509)) ([3899d50](https://github.com/heroku/cli/commit/3899d5031a10a4802f12ed37b88ec6f9675d25dd)) + + + + + ## [7.38.1](https://github.com/heroku/cli/compare/v7.38.0...v7.38.1) (2020-02-10) **Note:** Version bump only for package @heroku-cli/plugin-pipelines diff --git a/packages/pipelines/README.md b/packages/pipelines/README.md index b83ca5da9a..03040c3550 100644 --- a/packages/pipelines/README.md +++ b/packages/pipelines/README.md @@ -21,7 +21,7 @@ $ npm install -g @heroku-cli/plugin-pipelines $ heroku COMMAND running command... $ heroku (-v|--version|version) -@heroku-cli/plugin-pipelines/7.38.1 darwin-x64 node-v12.14.1 +@heroku-cli/plugin-pipelines/7.41.0 darwin-x64 node-v10.18.1 $ heroku --help [COMMAND] USAGE $ heroku COMMAND @@ -62,7 +62,7 @@ EXAMPLE $ heroku pipelines ``` -_See code: [src/commands/pipelines/index.ts](https://github.com/heroku/cli/blob/v7.38.1/src/commands/pipelines/index.ts)_ +_See code: [src/commands/pipelines/index.ts](https://github.com/heroku/cli/blob/v7.41.0/src/commands/pipelines/index.ts)_ ## `heroku pipelines:add PIPELINE` @@ -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.38.1/src/commands/pipelines/add.ts)_ +_See code: [src/commands/pipelines/add.ts](https://github.com/heroku/cli/blob/v7.41.0/src/commands/pipelines/add.ts)_ ## `heroku pipelines:connect NAME` @@ -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.38.1/src/commands/pipelines/connect.ts)_ +_See code: [src/commands/pipelines/connect.ts](https://github.com/heroku/cli/blob/v7.41.0/src/commands/pipelines/connect.ts)_ ## `heroku pipelines:create [NAME]` @@ -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.38.1/src/commands/pipelines/create.ts)_ +_See code: [src/commands/pipelines/create.ts](https://github.com/heroku/cli/blob/v7.41.0/src/commands/pipelines/create.ts)_ ## `heroku pipelines:destroy PIPELINE` @@ -155,7 +155,7 @@ EXAMPLE $ heroku pipelines:destroy my-pipeline ``` -_See code: [src/commands/pipelines/destroy.ts](https://github.com/heroku/cli/blob/v7.38.1/src/commands/pipelines/destroy.ts)_ +_See code: [src/commands/pipelines/destroy.ts](https://github.com/heroku/cli/blob/v7.41.0/src/commands/pipelines/destroy.ts)_ ## `heroku pipelines:diff` @@ -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.38.1/src/commands/pipelines/diff.ts)_ +_See code: [src/commands/pipelines/diff.ts](https://github.com/heroku/cli/blob/v7.41.0/src/commands/pipelines/diff.ts)_ ## `heroku pipelines:info PIPELINE` @@ -193,7 +193,7 @@ EXAMPLE $ heroku pipelines:info my-pipeline ``` -_See code: [src/commands/pipelines/info.ts](https://github.com/heroku/cli/blob/v7.38.1/src/commands/pipelines/info.ts)_ +_See code: [src/commands/pipelines/info.ts](https://github.com/heroku/cli/blob/v7.41.0/src/commands/pipelines/info.ts)_ ## `heroku pipelines:open PIPELINE` @@ -210,7 +210,7 @@ EXAMPLE $ heroku pipelines:open my-pipeline ``` -_See code: [src/commands/pipelines/open.ts](https://github.com/heroku/cli/blob/v7.38.1/src/commands/pipelines/open.ts)_ +_See code: [src/commands/pipelines/open.ts](https://github.com/heroku/cli/blob/v7.41.0/src/commands/pipelines/open.ts)_ ## `heroku pipelines:promote` @@ -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.38.1/src/commands/pipelines/promote.ts)_ +_See code: [src/commands/pipelines/promote.ts](https://github.com/heroku/cli/blob/v7.41.0/src/commands/pipelines/promote.ts)_ ## `heroku pipelines:remove` @@ -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.38.1/src/commands/pipelines/remove.ts)_ +_See code: [src/commands/pipelines/remove.ts](https://github.com/heroku/cli/blob/v7.41.0/src/commands/pipelines/remove.ts)_ ## `heroku pipelines:rename PIPELINE NAME` @@ -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.38.1/src/commands/pipelines/rename.ts)_ +_See code: [src/commands/pipelines/rename.ts](https://github.com/heroku/cli/blob/v7.41.0/src/commands/pipelines/rename.ts)_ ## `heroku pipelines:setup [NAME] [REPO]` @@ -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.38.1/src/commands/pipelines/setup.ts)_ +_See code: [src/commands/pipelines/setup.ts](https://github.com/heroku/cli/blob/v7.41.0/src/commands/pipelines/setup.ts)_ ## `heroku pipelines:transfer OWNER` @@ -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.38.1/src/commands/pipelines/transfer.ts)_ +_See code: [src/commands/pipelines/transfer.ts](https://github.com/heroku/cli/blob/v7.41.0/src/commands/pipelines/transfer.ts)_ ## `heroku pipelines:update` @@ -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.38.1/src/commands/pipelines/update.ts)_ +_See code: [src/commands/pipelines/update.ts](https://github.com/heroku/cli/blob/v7.41.0/src/commands/pipelines/update.ts)_ ## `heroku reviewapps:disable` @@ -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.38.1/src/commands/reviewapps/disable.ts)_ +_See code: [src/commands/reviewapps/disable.ts](https://github.com/heroku/cli/blob/v7.41.0/src/commands/reviewapps/disable.ts)_ ## `heroku reviewapps:enable` @@ -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.38.1/src/commands/reviewapps/enable.ts)_ +_See code: [src/commands/reviewapps/enable.ts](https://github.com/heroku/cli/blob/v7.41.0/src/commands/reviewapps/enable.ts)_ diff --git a/packages/pipelines/package.json b/packages/pipelines/package.json index e3f035fee5..166ccee1a9 100644 --- a/packages/pipelines/package.json +++ b/packages/pipelines/package.json @@ -1,6 +1,6 @@ { "name": "@heroku-cli/plugin-pipelines", - "version": "7.38.1", + "version": "7.41.0", "author": "James Martinez @jmar910", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { diff --git a/packages/run-v5/CHANGELOG.md b/packages/run-v5/CHANGELOG.md index 4fc932b252..dbd2da9c5e 100644 --- a/packages/run-v5/CHANGELOG.md +++ b/packages/run-v5/CHANGELOG.md @@ -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.41.0](https://github.com/heroku/cli/compare/v7.40.0...v7.41.0) (2020-05-11) + +**Note:** Version bump only for package @heroku-cli/plugin-run-v5 + + + + + ## [7.39.3](https://github.com/heroku/cli/compare/v7.39.2...v7.39.3) (2020-04-15) **Note:** Version bump only for package @heroku-cli/plugin-run-v5 diff --git a/packages/run-v5/README.md b/packages/run-v5/README.md index 535d2a2c53..d31d4665be 100644 --- a/packages/run-v5/README.md +++ b/packages/run-v5/README.md @@ -37,7 +37,7 @@ EXAMPLES 2012-01-01T12:00:01+00:00 heroku[api]: Release v1 created by email@example.com ``` -_See code: [commands/logs.js](https://github.com/heroku/cli/blob/v7.39.3/packages/run-v5/commands/logs.js)_ +_See code: [commands/logs.js](https://github.com/heroku/cli/blob/v7.41.0/packages/run-v5/commands/logs.js)_ ## `heroku run` @@ -69,7 +69,7 @@ EXAMPLES Running myscript.sh -a arg1 -s arg2 on app.... up, run.1 ``` -_See code: [commands/run.js](https://github.com/heroku/cli/blob/v7.39.3/packages/run-v5/commands/run.js)_ +_See code: [commands/run.js](https://github.com/heroku/cli/blob/v7.41.0/packages/run-v5/commands/run.js)_ ## `heroku run:detached` @@ -93,5 +93,5 @@ EXAMPLES Run heroku logs -a app -p run.1 to view the output. ``` -_See code: [commands/run/detached.js](https://github.com/heroku/cli/blob/v7.39.3/packages/run-v5/commands/run/detached.js)_ +_See code: [commands/run/detached.js](https://github.com/heroku/cli/blob/v7.41.0/packages/run-v5/commands/run/detached.js)_ diff --git a/packages/run-v5/package.json b/packages/run-v5/package.json index bc82251f08..6e7a81739a 100644 --- a/packages/run-v5/package.json +++ b/packages/run-v5/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-run-v5", "description": "Heroku CLI plugin to run one-off dyno processes.", - "version": "7.39.3", + "version": "7.41.0", "author": "Jeff Dickey (@dickeyxxx)", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": { diff --git a/packages/run/CHANGELOG.md b/packages/run/CHANGELOG.md index 02f6efdcfd..6d0a539619 100644 --- a/packages/run/CHANGELOG.md +++ b/packages/run/CHANGELOG.md @@ -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.41.0](https://github.com/heroku/cli/compare/v7.40.0...v7.41.0) (2020-05-11) + + +### Bug Fixes + +* **run:** fix run status code and use https ([#1351](https://github.com/heroku/cli/issues/1351)) ([ca8127f](https://github.com/heroku/cli/commit/ca8127fd5811d9f9c87aea891d33b36a6835a2ec)) + + + + + ## [7.38.1](https://github.com/heroku/cli/compare/v7.38.0...v7.38.1) (2020-02-10) **Note:** Version bump only for package @heroku-cli/plugin-run diff --git a/packages/run/README.md b/packages/run/README.md index 6cc16855c3..3492ed27c4 100644 --- a/packages/run/README.md +++ b/packages/run/README.md @@ -21,7 +21,7 @@ $ npm install -g @heroku-cli/plugin-run $ heroku COMMAND running command... $ heroku (-v|--version|version) -@heroku-cli/plugin-run/7.38.1 darwin-x64 node-v12.14.1 +@heroku-cli/plugin-run/7.41.0 darwin-x64 node-v10.18.1 $ heroku --help [COMMAND] USAGE $ heroku COMMAND @@ -64,7 +64,7 @@ EXAMPLES $ heroku logs --app=my-app --tail ``` -_See code: [src/commands/logs.ts](https://github.com/heroku/cli/blob/v7.38.1/src/commands/logs.ts)_ +_See code: [src/commands/logs.ts](https://github.com/heroku/cli/blob/v7.41.0/src/commands/logs.ts)_ ## `heroku run` @@ -92,7 +92,7 @@ EXAMPLES $ heroku run -s hobby -- myscript.sh -a arg1 -s arg2 ``` -_See code: [src/commands/run/index.ts](https://github.com/heroku/cli/blob/v7.38.1/src/commands/run/index.ts)_ +_See code: [src/commands/run/index.ts](https://github.com/heroku/cli/blob/v7.41.0/src/commands/run/index.ts)_ ## `heroku run:detached` @@ -114,7 +114,7 @@ EXAMPLE $ heroku run:detached ls ``` -_See code: [src/commands/run/detached.ts](https://github.com/heroku/cli/blob/v7.38.1/src/commands/run/detached.ts)_ +_See code: [src/commands/run/detached.ts](https://github.com/heroku/cli/blob/v7.41.0/src/commands/run/detached.ts)_ ## `heroku run:inside` @@ -134,5 +134,5 @@ EXAMPLE $ heroku run:inside web.1 bash ``` -_See code: [src/commands/run/inside.ts](https://github.com/heroku/cli/blob/v7.38.1/src/commands/run/inside.ts)_ +_See code: [src/commands/run/inside.ts](https://github.com/heroku/cli/blob/v7.41.0/src/commands/run/inside.ts)_ diff --git a/packages/run/package.json b/packages/run/package.json index 8a9a4435a2..f4514d3b14 100644 --- a/packages/run/package.json +++ b/packages/run/package.json @@ -1,6 +1,6 @@ { "name": "@heroku-cli/plugin-run", - "version": "7.38.1", + "version": "7.41.0", "author": "Chris Freeman @cafreeman", "bugs": "https://github.com/heroku/cli/issues", "dependencies": {