-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Listing gcloud
versions with the current asdf version fails at the moment:
$ asdf list-all gcloud
`Plugin gcloud's list-all callback script failed with output:
$
This is caused as there are no linux-
versions returned in some of the pages (as a result of the output pagination) as you can see after you run the list-all
script with verbose output using bash -x .asdf/plugins/gcloud/bin/list-all
:
In this case, both grep
commands used to fill the additions
variable exits with 1
as there is no match.
Steps to reproduce
stano@sob ~ $ asdf plugin-add gcloud
updating plugin repository...HEAD is now at 8aa2e59 feat: add shorebird plugin (#949)
✅ All dependencies found on system!
stano@sob ~ $ asdf list gcloud
No versions installed
stano@sob ~ $ asdf list-all gcloud
`Plugin gcloud's list-all callback script failed with output:
asdf version
v0.14.0-ccdd47d
asdf-gcloud version
current HEAD
gcloud version
this is not relevant here
Additional Information
No response
JakobGM
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working