LibMan.Outdated
1.0.6
Suggested Alternatives
Additional Details
package renamed
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global LibMan.Outdated --version 1.0.6
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local LibMan.Outdated --version 1.0.6
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=LibMan.Outdated&version=1.0.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package LibMan.Outdated --version 1.0.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
LibMan-Outdated
LibMan-Outdated is a .NET global tool for finding libman.json files and reporting outdated client-side libraries managed through LibMan.
By default it reports outdated libraries only.
Use -u when you want it to update the discovered entries in place.
Supported providers
cdnjsjsdelivrunpkg
Entries using filesystem are reported as skipped because they cannot be version-resolved remotely.
Installation
dotnet tool install --global LibMan.Outdated
Usage
libman-outdated [options] [path]
The tool defaults to the current directory when path is omitted.
Use -r when you want to search recursively beneath a source root.
Examples
libman-outdated
libman-outdated -r
libman-outdated -r -u
libman-outdated -r -inc jquery -exc bootstrap
libman-outdated -r -o report.json -of json
Options
[path]- optional file or directory path-r,--recursive- search nested directories-u,--upgrade- apply updates tolibman.json-f,--fail-on-updates- fail with a non-zero exit code when updates are found-inc,--include- include library names matching a filter-exc,--exclude- exclude library names matching a filter-o,--output- write a report file-of,--output-format-json,csv, ormarkdown-utd,--include-up-to-date- include up-to-date libraries in the report-pre,--pre-release-Auto,Always, orNever-vl,--version-lock-None,Major, orMinor
Documentation
CLI documentation is published as a GitHub Pages site under docs.
Repository URL: https://github.com/BlythMeister/LibMan-Outdated
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.