@saptools/cf-inspector 0.4.0 → 0.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -101,9 +101,17 @@ cf-inspector snapshot --port 9229 \
101
101
  | `--remote-root <value>` | Optional path-mapping anchor: literal path or `regex:<pattern>` / `/pattern/flags` |
102
102
  | `--include-scopes` | Include expanded paused-frame scopes under `topFrame.scopes`. Omitted by default to keep targeted captures concise |
103
103
  | `--no-json` | Print a human-readable summary instead of JSON |
104
+ | `--quiet` | Suppress snapshot progress messages on stderr |
104
105
  | `--keep-paused` | Skip `Debugger.resume` after capture |
105
106
  | `--fail-on-unmatched-pause` | Fail immediately if the target pauses somewhere else instead of waiting cooperatively |
106
107
 
108
+ Snapshot progress is printed to `stderr` by default, including Cloud Foundry
109
+ login/tunnel setup, inspector connection, breakpoint binding, the breakpoint
110
+ wait, capture, resume, and cleanup phases. The final JSON document remains the
111
+ only content written to `stdout`, so piping it to `jq` or another parser stays
112
+ safe. Pass `--quiet` to suppress these progress lines; warnings and errors still
113
+ use `stderr`.
114
+
107
115
  Snapshot JSON includes frame metadata and `captures` by default. `topFrame.scopes`
108
116
  is only present with `--include-scopes` because scope objects can be large and
109
117
  drown out targeted captures. Values are raw debugger values, so be careful when