Skip to content

Commit

Permalink
fix(run): downgrade @heroku-cli/plugins-run to @oclif/core v1 (#2460)
Browse files Browse the repository at this point in the history
* fix: downgrade @heroku-cli/plugin-run to before @oclif/core v2

* refactor: allow test_release to run off of ./bin/run with an env var. Add some new heroku run tests

* chore: update redis:info to a command with output

* chore: add comment explaining new env var
  • Loading branch information
ryandagg committed Aug 30, 2023
1 parent 55980eb commit 7666459
Show file tree
Hide file tree
Showing 10 changed files with 83 additions and 371 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pack-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
path: /home/runner/work/cli/cli/packages/cli/dist

pack_tarballs:
runs-on: ubuntu-latest
runs-on: pub-hk-ubuntu-22.04-2xlarge
steps:
- uses: actions/checkout@v3
- name: Install system deps
Expand Down
2 changes: 2 additions & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@heroku-cli/plugin-ps": "^8.1.7",
"@heroku-cli/plugin-ps-exec": "^2.4.0",
"@heroku-cli/plugin-redis-v5": "^8.2.0",
"@heroku-cli/plugin-run": "8.1.4",
"@heroku-cli/plugin-spaces": "^8.4.0",
"@heroku-cli/schema": "^1.0.25",
"@heroku/buildpack-registry": "^1.0.1",
Expand Down Expand Up @@ -150,6 +151,7 @@
"@heroku-cli/plugin-pg-v5",
"@heroku-cli/plugin-ps-exec",
"@heroku-cli/plugin-redis-v5",
"@heroku-cli/plugin-run",
"@heroku-cli/plugin-spaces",
"@oclif/plugin-commands",
"@oclif/plugin-help",
Expand Down
63 changes: 0 additions & 63 deletions packages/cli/src/commands/run/detached.ts

This file was deleted.

70 changes: 0 additions & 70 deletions packages/cli/src/commands/run/index.ts

This file was deleted.

62 changes: 0 additions & 62 deletions packages/cli/src/commands/run/inside.ts

This file was deleted.

32 changes: 0 additions & 32 deletions packages/cli/test/unit/commands/run/detached.unit.test.ts

This file was deleted.

37 changes: 0 additions & 37 deletions packages/cli/test/unit/commands/run/index.unit.test.ts

This file was deleted.

52 changes: 0 additions & 52 deletions packages/cli/test/unit/commands/run/inside.unit.test.ts

This file was deleted.

Loading

0 comments on commit 7666459

Please sign in to comment.