Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update @heroku-cli/heroku-exec-util to v0.9.1 #52

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

k80bowman
Copy link
Contributor

Needed in order to fix heroku/cli#3147 (final fix will require update to CLI as well).

Testing

  • pull down this branch and run yarn
  • make sure you are on the latest version of the Heroku CLI (v10.0.0)
  • from the root directory for this project, run heroku plugins:link. This will link your local version to the CLI as a plugin.
  • using an app with a running dyno, run heroku ps:exec -a APP_NAME
  • the connection should succeed
  • run heroku plugins:unlink ps-exec to remove the link

@k80bowman k80bowman requested a review from a team as a code owner January 6, 2025 16:30
Copy link
Contributor

@sbosio sbosio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works as a charm!

@k80bowman k80bowman merged commit 30b05d7 into main Jan 6, 2025
1 check passed
@k80bowman k80bowman deleted the k80/update-exec-util branch January 6, 2025 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

heroku ps:exec stopped working after upgrading to v10
2 participants