https://pulumi.com logo
Title
b

brash-hairdresser-60389

02/24/2023, 7:33 PM
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

witty-candle-66007

02/24/2023, 7:55 PM
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

billowy-army-68599

02/24/2023, 8:10 PM
@brash-hairdresser-60389 there’s a
installPluginFromServer
method now: https://github.com/pulumi/pulumi/pull/10955
b

brash-hairdresser-60389

02/24/2023, 8:11 PM
Ohhhh nice! Thanks a lot
b

billowy-army-68599

02/24/2023, 8:11 PM
ah wait, are you using dotnet? I don’t think I added dotnet support
b

brash-hairdresser-60389

02/24/2023, 8:12 PM
No no I'm using nodejs
b

billowy-army-68599

02/24/2023, 8:12 PM
ah okay, you’re good then 🙂
b

brash-hairdresser-60389

02/24/2023, 8:12 PM
Thanks again