bored-oyster-3147
07/13/2021, 7:34 PM--server
flag on pulumi plugin install
? Can the URL be blob storage? Is there a specific directory structure it is expecting? etc.billowy-army-68599
07/13/2021, 8:32 PM<https://lbriggs.jfrog.io/artifactory/pulumi-packages/runmydamncontainer/pulumi-resource-rdc-v0.0.4-darwin-amd64.tar.gz>
pulumi-resource-<name>-v<version>-<os>.tar.gz
pulumi plugin install resource rdc v0.0.1-alpha.1622659303+64064f32 --server <https://lbriggs.jfrog.io/artifactory/pulumi-packages/runmydamncontainer>
bored-oyster-3147
07/13/2021, 8:37 PM<https://lbriggs.jfrog.io/artifactory/pulumi-packages/runmydamncontainer/pulumi-resource-rdc-v0.0.4-darwin-amd64.tar.gz>
Would the command for that file be:
pulumi plugin install resource rdc v0.0.4 --server <https://lbriggs.jfrog.io/artifactory/pulumi-packages/runmydamncontainer>
Or did you mean to have the alpha version in there?{os}
segment of the filename?billowy-army-68599
07/13/2021, 8:40 PMbored-oyster-3147
07/13/2021, 8:40 PMresource {name} {version}
+ the --server
value to build the full URL, and then request that? Or do it first try to browse the directory somehow, meaning blob storage wouldn't work?billowy-army-68599
07/13/2021, 8:40 PMbored-oyster-3147
07/13/2021, 8:41 PM