-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Have an ability to change pulumi cli version #437
Comments
Hi @XBeg9 So the use of the CLI internally to the actions is purely an implementation detail based on the fact that the action uses the automation api. The automation api needs the cli and it's kinda coupled with it. If you try and use the automation api with a non-compatible version of the cli then an error can occur So we are coupling the version of the automation api with the version of the cli If you feel this is bad practice then we can change it but it would still need to be the default version that is coupled. Paul |
I've experienced bugs in minor/patch releases of the Pulumi CLI. It's not fun but it's something that happens to all software. It'd be great if the action allowed users to specify which CLI version they need to work around bugs :) |
I'm suggesting we add a warning to check if the requested |
actions/src/main.ts
Line 14 in 0aa3bec
Is there a specific reason why we can't control pulumi cli version?
The text was updated successfully, but these errors were encountered: