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

refactor(app-v5): move apps:ps:index to CLI & upgrade to oclif #2589

Closed
wants to merge 20 commits into from

Conversation

zwhitfield3
Copy link
Contributor

Description

Work Item

This command migration used the migrateCommand and migrateCommandTest codmods by @ryandagg & @justinwilaby

This PR also updates the migrateCommandTest codemod write path from a typo bug.

Testing

./bin/dev ps -a heroku-cli-test-staging
./bin/dev ps -a heroku-cli-test-staging web
./bin/dev ps -a heroku-cli-test-staging clock
./bin/dev ps -a heroku-cli-test-staging web clock
./bin/dev ps -a heroku-cli-test-staging --json
./bin/dev ps -a heroku-cli-test-staging --extended

Shutdown any active dynos by running
heroku ps:stop -a heroku-cli-test-staging web.1
heroku ps:stop -a heroku-cli-test-staging clock.1
heroku ps:stop -a heroku-cli-test-staging worker.1

Using heroku ps -a heroku-cli-test-staging, ensure all dynos are in provisioning state

@eablack
Copy link
Contributor

eablack commented May 14, 2024

Closing this as I believe we have now converted this command

@eablack eablack closed this May 14, 2024
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.

None yet

2 participants