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

Add --show-reads Support to .NET PreviewOptions and UpOptions #542

Open
wants to merge 7 commits into from

Conversation

margani
Copy link

@margani margani commented Mar 13, 2025

Overview

This PR adds support for the --show-reads flag in Pulumi CLI to the .NET SDK by introducing a new bool? ShowReads property in both PreviewOptions and UpOptions.

Changes

  • Added ShowReads property to PreviewOptions and UpOptions.
  • Passed ShowReads as a nullable boolean to the pulumi preview and pulumi up CLI commands.

Related Issue

Closes #541

@margani margani requested a review from a team as a code owner March 13, 2025 11:33
@Frassle Frassle enabled auto-merge March 13, 2025 13:44
auto-merge was automatically disabled March 13, 2025 14:02

Head branch was pushed to by a user without write access

@margani
Copy link
Author

margani commented Mar 17, 2025

@Frassle Can you please help on resolving the PR checks?

@Frassle Frassle self-assigned this Mar 17, 2025
@margani
Copy link
Author

margani commented Mar 17, 2025

Thank you @Frassle, can this be merged now?

@Frassle Frassle added this pull request to the merge queue Mar 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support --show-reads Option in PreviewOptions and UpOptions
2 participants