pulumi / upgrade-provider

A tool to automate provider upgrades on your local machine
7 stars 1 forks source link

Upgrade `--kind=sdk` fails as invalid #210

Closed guineveresaenger closed 11 months ago

guineveresaenger commented 11 months ago

What happened?

$upgrade-provider pulumi/pulumi-aiven --kind="sdk"
Error: --kind=[sdk] invalid. Must be one of `all`, `bridge`, `provider`, `code`, or `sdk`.

Example

see above

Output of pulumi about

n/a

Additional context

It appears we made a decision to not allow for SDK-only upgrades, and only upgrade the SDK as part of a bridge update. The help text still displays this option but nothing happens, and the error is confusing.

If my assumption is in error, and we do want to have functionality for SDK-only upgrades, then the bug is that the command errors.

Contributing

Vote on this issue by adding a 👍 reaction. To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).