You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would propose making the tilt-extensions pulumi faster by adding the --skip-preview flag by that it will directly start applying the necessary changes without first planning them.
I think for local dev the speed benefit would be a huge improvement.
Cons
Possible downside is that it might can lead to corrupted states but this can be resolved locally really well. (invalid schema configuration can lead to resources being created)
Solution make it configureable on the pulumi resource:
By that it would not be breaking and instead just a feature that got added
I'm happy to provide a PR with the necessary changes if you folks think it's a good idea!
Pinging @nicks here as the author and owner of the extension.
The text was updated successfully, but these errors were encountered:
I would propose making the tilt-extensions
pulumi
faster by adding the--skip-preview
flag by that it will directly start applying the necessary changes without first planning them.https://github.com/tilt-dev/tilt-extensions/blob/master/pulumi/pulumi-apply-helper.py#L14
I think for local dev the speed benefit would be a huge improvement.
Cons
Possible downside is that it might can lead to corrupted states but this can be resolved locally really well. (invalid schema configuration can lead to resources being created)
Solution make it configureable on the pulumi resource:
By that it would not be breaking and instead just a feature that got added
I'm happy to provide a PR with the necessary changes if you folks think it's a good idea!
Pinging @nicks here as the author and owner of the extension.
The text was updated successfully, but these errors were encountered: