HI, I’m trying to install a plugin on LocalWorspac...
# automation-api
b
HI, I’m trying to install a plugin on LocalWorspace, the problem is that when I install that plugin, I can specify in pipelines for instance ``pulumi plugin install resource sentry v0.0.8 --server github://api.github.com/pulumiverse`,` but in Automation API I can’t so I cannot use my automation that requires this plugin? Any idea how to solve this? Thanks!
w
May not be the most elegant solution, but you could escape out to shell and run the cli command. FWIW, this issue is tracking the need for supporting
--server
in automation API: https://github.com/pulumi/pulumi/issues/9782 (Be sure to upvote it.)
b
@brash-hairdresser-60389 there’s a
installPluginFromServer
method now: https://github.com/pulumi/pulumi/pull/10955
b
Ohhhh nice! Thanks a lot
b
ah wait, are you using dotnet? I don’t think I added dotnet support
b
No no I'm using nodejs
b
ah okay, you’re good then 🙂
b
Thanks again