Core LivePatch CLI is the command tool for Core LivePatch service. It allows you to manage Vincent OS Updates, restore for a previous version for a package, patch a configuration file.
You will need the following software:
- .NET SDK 10.0
- (Optional) Visual Studio 2026 Community or Visual Studio Code
- Go to the
srcfolder - Restore all projects by typing:
dotnet restore clpctl.slnx - Now build the project with the following command:
dotnet build clpctl.slnx
- Go to the
srcfolder - Open the
clpctl.slnxfile - Press F7 on your keyboard
clpctl is open to all contributions! You can read more at the CONTRIBUTE.md file.