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

Tab autocomplete of application name no longer working #2275

Open
Mahoney opened this issue Mar 22, 2023 · 8 comments
Open

Tab autocomplete of application name no longer working #2275

Mahoney opened this issue Mar 22, 2023 · 8 comments

Comments

@Mahoney
Copy link

Mahoney commented Mar 22, 2023

Heroku Version 8.0.2-25b54fa

macOs 13.2.1 (Ventura) M1

Installed via Homebrew, updated via heroku update.

I have run heroku autocomplete since updating.

What is the current behavior?

When an app called example-app exists, and is the only app the user has that starts with exa, typing heroku config -a exa and pressing tab does nothing (get an error bell)

What is the expected behavior?

When an app called example-app exists, and is the only app the user has that starts with exa, typing heroku config -a exa and pressing tab should complete the command to heroku config -a example-app

Typing heroku config -a and pressing tab does list all the apps.

@k80bowman
Copy link
Contributor

Thank you so much for letting us know! We'll take a look.

GUS item

@cody-elhard
Copy link

On further review it seems to work for

heroku pg:backups:download -a ...

but NOT for

heroku run bash -a ...

@Mahoney
Copy link
Author

Mahoney commented May 3, 2023

Agreed - also does not work with heroku config -a <prefix>, though a simple heroku config -a does offer up all the apps.

@cody-elhard
Copy link

Fixed for me.

heroku -v
#=> heroku/8.1.7 darwin-x64 node-v16.19.0

@Mahoney
Copy link
Author

Mahoney commented Jun 7, 2023

Not for me:
heroku config -a + tab gives completions live-app-1, live-app-2, live-app-3.
heroku config -a live- + tab gives no completions.

~$ heroku -v 
heroku/8.1.7 darwin-x64 node-v16.19.0

@petrsigut
Copy link

The same for me:

heroku/8.1.9 darwin-x64 node-v16.19.0

@stof
Copy link
Contributor

stof commented Aug 18, 2023

This is solved in 8.2.0

@Mahoney
Copy link
Author

Mahoney commented Aug 31, 2023

Not solved in heroku/8.4.1 darwin-arm64 node-v16.19.0

Ran heroku autocomplete --refresh-cache

I have multiple apps prefixed with live-

If I type heroku config -a live- and hit tab I get nothing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants