Solace CLI — Code Integrity & Refactoring Companion
$ dotnet add package Solace.CleanCliSolace is a cross-platform .NET CLI tool for static code analysis, refactoring, patching, and DevOps automation. It is designed for .NET 8+ and can be installed globally as a .NET tool.
After installing globally:
solace scan # Run a full code audit
solace patch # Apply refactor suggestions
solace report # Export analysis reports
solace config # Manage CLI and scan profiles
solace serve # Launch the real-time dashboard
solace plugin list # List installed plugins
solace plugin install <url> # Install a plugin from a URL
solace deploy # Automate deployment (NuGet, GitHub, etc)
solace test --simulate # Inject dummy risks for pipeline validation
solace version # Display version info
solace completion # Output shell completion script
For full CLI help, run:
solace --help
Install globally from NuGet:
dotnet tool install -g Solace.CleanCli
Licensed under the Apache License, Version 2.0. See LICENSE.txt for details.