Skip to content
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

Support for --refresh when doing Update/Preview in the automation api #327

Open
zlepper opened this issue Aug 23, 2024 · 1 comment
Open
Labels
area/automation-api kind/enhancement Improvements or new features

Comments

@zlepper
Copy link

zlepper commented Aug 23, 2024

Hello!

  • Vote on this issue by adding a 👍 reaction
  • If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)

Issue details

Currently when calling Stack.(Up|Preview)Async it is not possible to specify the --refresh flag. We get around that by calling RefreshAsync before the actual calls, however it is a bit clunky and slows down execution due to 2 tasks having to be done against pulumi every time we want to do an update.

Affected area/feature

Automation API.

@zlepper zlepper added kind/enhancement Improvements or new features needs-triage Needs attention from the triage team labels Aug 23, 2024
@justinvp justinvp added area/automation-api and removed needs-triage Needs attention from the triage team labels Aug 24, 2024
@justinvp
Copy link
Member

Thanks for the suggestion!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/automation-api kind/enhancement Improvements or new features
Projects
None yet
Development

No branches or pull requests

2 participants