I’m super excited for this PR: <https://github.com...
# general
b
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
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
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
@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
❤️ thanks!
would I use
v0.0.4-alpha.1646714993+eb1d83ef
as the version?
looks semver to me
b
for the
pulumi plugin install
command? yep
Copy code
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
@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
I'll ask the team to cut a release
Release is under way
b
Thank you sir!
How does Pulumi know where to get the binary?
b
It's resolved by the engine from your go module file.