Silent mode for nx
See original GitHub issuePlease make sure you have read the submission guidelines before posting an issue
Expected Behavior
When running something like nx affected:apps --all
or nx affected:apps
, I would like to be able to only get the list of apps as output.
The purpose is to be able to write scripts that use the output of nx affected:apps
.
Current Behavior
Currently, I get the following extra line just before the list of apps:
Note: Nx defaulted to --base=master --head=HEAD
Context
Please provide any relevant information about your setup:
- version of Nx used : 8.0.2
- version of Angular CLI used : 8.0.3
- version of Angular DevKit used : 0.800.3
Issue Analytics
- State:
- Created 4 years ago
- Reactions:5
- Comments:13 (3 by maintainers)
Top Results From Across the Web
Using Silent Install Mode to Integrate Fibersim with NX
The only thing required for the Silent mode is a properties (text) file that can be set up ahead of time to drive...
Read more >How to install NX Client in silent or verysilent mode - NoMachine
When using the /silent option only the progress window will be shown while with the /verysilent option no window will be shown at...
Read more >STOP/START NxServer in SILENT MODE (?) - | NexusDB
STOP/START NxServer in SILENT MODE (?). Hi, my customers have installed the server in service mode... how stop/start the server in SILENT MODE?...
Read more >Silent Shutter any Samsung NX Camera - DPReview
Silent Shutter any Samsung NX Camera ? Started Jan 7, 2016 | Questions ... I think the NX mini has a silent mode....
Read more >import cgm in silent mode - NX Journaling
Home » Forums » General Discussion » import cgm in silent mode ... I want to create a new nx part from run_journal...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Folks, we are working on it. Thank you for your patience.
Folks,
--plain
provides the old output with the apps and libs just separated with a space.So you could do:
And it will print:
We added print-affected to print a lot more information as well. We are working on enhancing
print-affected
to handle more scenarios.I’m going to close it.