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

feat(pulumi): Add support for suppress-outputs, debug, and json comma… #144

Closed
wants to merge 1 commit into from

Conversation

ffMathy
Copy link
Contributor

@ffMathy ffMathy commented Aug 24, 2023

…nd-line arguments.

@nx-cloud
Copy link

nx-cloud bot commented Aug 24, 2023

☁️ Nx Cloud Report

CI is running/has finished running commands for commit d5c5dc6. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch


✅ Successfully ran 2 targets

Sent with 💌 from NxCloud.

options.yes && '--yes'
options.yes && '--yes',
options.suppressOutputs && '--suppress-outputs',
options.debug && '--debug',
Copy link
Owner

@TriPSs TriPSs Aug 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Guesing that --debug logs more? If so can we change this to the constant USE_VERBOSE_LOGGING from @nx-extend/core

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's a great idea! Unfortunately, I am pressed on time these days. Feel free to slip that in there too if you don't want to wait ❤️

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, added these change to #139.

@TriPSs
Copy link
Owner

TriPSs commented Aug 25, 2023

Changes added #139

@TriPSs TriPSs closed this Aug 25, 2023
@ffMathy ffMathy deleted the master-1 branch August 25, 2023 13:34
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.

2 participants