This message was deleted.
# general
s
This message was deleted.
l
The
-v
goes before install (or before plugin)
Hmm.. not working for me either.. used to work...
Hmm.. deciphering error messages has lead me to this, which is working a bit...
pulumi --verbose=true plugin install resource x v1
I think there's a bug though. Some messages say that it wants no "=" and an int, but when I do that, it complains about having too many arguments. Looks like arg parsing is a bit shot, at the moment...
t
Thanks. That seemed to work. Why do you say "working a bit"?
l
Well, it's just on or off, but there's supposed to be up to 9 levels of logging according to the source... so something isn't wired up right.
b
so you are both 100% correct here - the verbosity isn't actually respected in this specific command (no idea why :/) but it's a true or a false only
it's something we need to fix
as it would be very useful to get a lot more info
👍 1
To circle back here, I jsut opened a PR to allow the following information:
Copy code
pulumi plugin install resource azure-nextgen v0.2.1 -v=9 --logtostderr
I1010 19:29:46.989150    7089 sink.go:146] defaultSink::Infoerr([resource plugin azure-nextgen-0.2.1] installing)
[resource plugin azure-nextgen-0.2.1] installing
I1010 19:29:46.989295    7089 plugins.go:591] SelectCompatiblePlugin(..., azure-nextgen): beginning
I1010 19:29:46.989300    7089 plugins.go:630] SelectCompatiblePlugin(..., azure-nextgen): failed to find match
I1010 19:29:46.989323    7089 plugins.go:201] azure-nextgen downloading from <https://get.pulumi.com/releases/plugins>
I1010 19:29:46.989333    7089 plugins.go:208] full plugin download url: <https://get.pulumi.com/releases/plugins/pulumi-resource-azure-nextgen-v0.2.1-darwin-amd64.tar.gz>
I1010 19:29:46.989360    7089 plugins.go:218] plugin install request headers: map[User-Agent:[pulumi-cli/1 (; darwin)]]
I1010 19:29:47.242941    7089 plugins.go:225] plugin install response headers: map[Accept-Ranges:[bytes] Age:[370098] Content-Disposition:[attachment; filename=pulumi-resource-azure-nextgen-v0.2.1-darwin-amd64.tar.gz] Content-Length:[18684382] Content-Type:[application/x-gzip] Date:[Tue, 06 Oct 2020 11:41:30 GMT] Etag:["518f2e7efd46fe5b7be9508dc785b9c9-4"] Last-Modified:[Sat, 03 Oct 2020 20:57:45 GMT] Server:[AmazonS3] Via:[1.1 <http://198b7d1bb217783eef010e6636984c9f.cloudfront.net|198b7d1bb217783eef010e6636984c9f.cloudfront.net> (CloudFront)] X-Amz-Cf-Id:[aaC3Q0WcecspsFbWROLxXnD6iF7sYoAfShQKYiS2xkFKAWlFRBu-1Q==] X-Amz-Cf-Pop:[MAN50-C2] X-Cache:[Hit from cloudfront]]
Downloading plugin: 0 B / 17.82 MiB [----------------------------------]   0.00%I1010 19:29:47.243189    7089 plugin_install.go:136] [resource plugin azure-nextgen-0.2.1] installing tarball ...
Downloading plugin: 17.82 MiB / 17.82 MiB [=========================] 100.00% 2s
Moving plugin...I1010 19:29:50.031099    7089 plugins.go:304] moving plugin from "/Users/myuser/.pulumi/plugins/resource-azure-nextgen-v0.2.1.tmp960784076" to "/Users/myuser/.pulumi/plugins/resource-azure-nextgen-v0.2.1"
 done.
that will help
Ok @little-cartoon-10569 / @tall-needle-56640 The work for plugin install verbosity was released in v2.12.0 yesterday
👍 1
l
Haven't upgraded yet, my `up`s are nagging me to though...
b
A lot of good fixes happened in the release :)
🤦 1
l
Tsk, you're doing it wrong. .0 is for breaking stuff. .1 is for fixing stuff!
b
I should have been more clear, the release included a lot of good fixes, it wasn’t specifically for it