https://pulumi.com logo
Title
b

busy-island-31180

03/07/2022, 7:36 PM
I’m super excited for this PR: https://github.com/pulumi/pulumi-command/pull/44 It enables me to run tools like Gomplate much easier. Anyone able to review this PR?
b

billowy-army-68599

03/07/2022, 7:56 PM
Hey Weston, thanks so much for the PR! Luke has added some comments which were addressed, now we need to find an engineering resource to review, which I'm sure you know is time consuming! We've added it to our triage list
❤️ 2
b

busy-island-31180

03/07/2022, 11:29 PM
thanks!
thank you for the merge of #44 - what’s the release process? or is there another way for me to start using this feature?
b

billowy-army-68599

03/08/2022, 5:55 PM
@busy-island-31180 if you want to use it right away, there's an alpha release: https://github.com/pulumi/pulumi-command/runs/5459717858?check_suite_focus=true#step:10:69 You'll need to use the git sha for the SDK, and the
pulumi plugin install command <version>
b

busy-island-31180

03/08/2022, 5:55 PM
❤️ thanks!
would I use
v0.0.4-alpha.1646714993+eb1d83ef
as the version?
looks semver to me
b

billowy-army-68599

03/08/2022, 6:05 PM
for the
pulumi plugin install
command? yep
pulumi plugin install resource command v0.0.4-alpha.1646714993+eb1d83ef
[resource plugin command-0.0.4-alpha.1646714993+eb1d83ef] installing
Downloading plugin: 4.36 MiB / 10.40 MiB [==========>---------------]  41.93% 1s
b

busy-island-31180

04/15/2022, 2:26 AM
@billowy-army-68599 since there’s still no release for this, question about whether or not pulumi knows how to get the correct plugin version from the go mod file? How does that work? I’d prefer if I didn’t have to tell people that there’s an extra step in the setup process
b

billowy-army-68599

04/15/2022, 5:13 PM
I'll ask the team to cut a release
Release is under way
b

busy-island-31180

04/15/2022, 6:00 PM
Thank you sir!
How does Pulumi know where to get the binary?
b

billowy-army-68599

04/15/2022, 6:02 PM
It's resolved by the engine from your go module file.