@baicie/ncu 0.1.33 → 0.2.0

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
@@ -196,6 +196,18 @@ Options that take no arguments can be negated by prefixing them with `--no-`, e.
196
196
  <td>--cacheFile &lt;path&gt;</td>
197
197
  <td>Filepath for the cache file. Only works with <code>--cache</code>. (default: "~/.ncu-cache.json")</td>
198
198
  </tr>
199
+ <tr>
200
+ <td>--catalog &lt;names&gt;</td>
201
+ <td>Specify which catalogs to check/upgrade. Accepts a comma-separated list of catalog names, or a glob pattern (e.g., "default", "test,staging", "prod*"). If not specified, all catalogs are included.</td>
202
+ </tr>
203
+ <tr>
204
+ <td>--catalogTarget &lt;value&gt;</td>
205
+ <td>Version target strategy specifically for catalog dependencies. If not specified, uses the global --target option. Supports: latest, newest, greatest, minor, patch, semver, @[tag], or a custom function.</td>
206
+ </tr>
207
+ <tr>
208
+ <td>--catalogs</td>
209
+ <td>Include catalog dependencies in upgrade checks when using --workspaces or --workspace. Set to false to skip catalogs entirely. (default: true)</td>
210
+ </tr>
199
211
  <tr>
200
212
  <td>--color</td>
201
213
  <td>Force color in terminal.</td>