Rorix.Cli
0.1.1
dotnet tool install --global Rorix.Cli --version 0.1.1
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local Rorix.Cli --version 0.1.1
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Rorix.Cli&version=0.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Rorix.Cli --version 0.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Rorix CLI
Rorix scans .NET and Node.js dependency manifests for known vulnerabilities, generates SBOMs, and evaluates supply-chain policy from a terminal or CI runner.
Install
Rorix CLI requires the .NET 9 runtime or SDK.
dotnet tool install --global Rorix.Cli
rorix --version
Authenticate and scan
Create an API key in the Rorix dashboard, then run:
rorix login rxk_your_api_key_here
rorix scan .
Rorix detects NuGet manifests such as .csproj, .sln, packages.config, and Directory.Packages.props, plus npm package.json, package-lock.json, and npm-shrinkwrap.json manifests.
Common commands
# Fail with a non-zero exit code when vulnerabilities are found
rorix scan . --exit-code
# Generate a CycloneDX SBOM
rorix sbom . --format cyclonedx --output sbom.cdx.json
# Evaluate .rorix.yml
rorix policy . --config .rorix.yml
See the CLI documentation for command options and the Rorix website for product details.
| 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.