I created my own plugin how can I install it? let’...
# general
c
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
You can also put it on
PATH
and it will be picked up from there.
c
What is the naming convention that the file needs to be detected from the PATH?
w
pulumi-resource-aws
for the provider that manages
aws
resources.