@@ -134,13 +134,14 @@ ncu "/^(?!react-).*$/" # windows
134134<!-- Do not edit this section by hand. It is auto-generated in build-options.ts. Run "npm run build" or "npm run build:options" to build. -->
135135
136136``` text
137- --cache Cache versions to the cache file
137+ --cache Cache versions to the cache file.
138138--cacheClear Clear the default cache, or the cache file
139- specified by --cacheFile
140- --cacheExpiration <min> Cache expiration in minutes (default: 10)
141- --cacheFile <path> Filepath for the cache file (default:
142- "~/.ncu-cache.json")
143- --color Force color in terminal
139+ specified by --cacheFile.
140+ --cacheExpiration <min> Cache expiration in minutes. Only works with
141+ --cache. (default: 10)
142+ --cacheFile <path> Filepath for the cache file. Only works with
143+ --cache. (default: "~/.ncu-cache.json")
144+ --color Force color in terminal.
144145--concurrency <n> Max number of concurrent HTTP requests to
145146 registry. (default: 8)
146147--configFileName <s> Config file name. (default: .ncurc.{json,yml,js})
@@ -324,15 +325,16 @@ Usage:
324325
325326Modify the output formatting or show additional information. Specify one or more comma-delimited values.
326327
327- ┌──────────────┬─────────────────────────────────────────────────────────────────────────┐
328- │ group │ Groups packages by major, minor, patch, and major version zero updates. │
329- ├──────────────┼─────────────────────────────────────────────────────────────────────────┤
330- │ ownerChanged │ Shows if the package owner has changed. │
331- ├──────────────┼─────────────────────────────────────────────────────────────────────────┤
332- │ repo │ Infers and displays links to the package's source code repository. │
333- ├──────────────┼─────────────────────────────────────────────────────────────────────────┤
334- │ time │ Shows the publish time of each upgrade. │
335- └──────────────┴─────────────────────────────────────────────────────────────────────────┘
328+ ┌──────────────┬────────────────────────────────────────────────────────────────────────────────────────────┐
329+ │ group │ Groups packages by major, minor, patch, and major version zero updates. │
330+ ├──────────────┼────────────────────────────────────────────────────────────────────────────────────────────┤
331+ │ ownerChanged │ Shows if the package owner has changed. │
332+ ├──────────────┼────────────────────────────────────────────────────────────────────────────────────────────┤
333+ │ repo │ Infers and displays links to the package's source code repository. Requires packages to be │
334+ │ │ installed. │
335+ ├──────────────┼────────────────────────────────────────────────────────────────────────────────────────────┤
336+ │ time │ Shows the publish time of each upgrade. │
337+ └──────────────┴────────────────────────────────────────────────────────────────────────────────────────────┘
336338
337339## groupFunction
338340
0 commit comments