damp-salesmen-75182
05/19/2020, 11:25 AMpulumi plugin install aws latest
this does not work? also is there a programmable way to get versions?white-balloon-205
05/19/2020, 4:48 PMlatest
are to plugin install
. In general, you should not need/want to manage plugins manually - the correct version corresponding to the SDK you are using will be acquired automatically for you. In general, using latest
can be "incorrect" as it may not match the SDK version you are using. Curious what your scenario is where you are finding you want to run pulumi plugin install
?
also is there a programmable way to get versions?The versioning is designed to be primarily via the SDK package managers - so you could use their APIs to list available versions or resolve semver ranges.
damp-salesmen-75182
05/22/2020, 9:33 AM