https://pulumi.com logo
Title
c

clever-byte-21551

03/22/2021, 8:05 AM
I created my own plugin how can I install it? let’s say I have the binary and I just want to use it plugin install --server still requires it to exist somewhere I tried to copy to ~/.pulumi/plugins like other plugins but I can’t find the plugin using 
pulumi plugin ls
Seems there’s “-f” option to install from a file
w

white-balloon-205

03/22/2021, 8:11 AM
You can also put it on
PATH
and it will be picked up from there.
c

clever-byte-21551

03/22/2021, 8:22 AM
What is the naming convention that the file needs to be detected from the PATH?
w

white-balloon-205

03/22/2021, 8:25 AM
pulumi-resource-aws
for the provider that manages
aws
resources.