CKli 0.10.0

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global CKli --version 0.10.0
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local CKli --version 0.10.0
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=CKli&version=0.10.0
                    
nuke :add-package CKli --version 0.10.0
                    

CKli is a tool for <u>multi-repositories</u> stacks. It allows to automate actions (build, package upgrade, etc...), on <u>Worlds</u> (a group of repositories), and concentrates information in a single place. The only requirement is to have the .NET SDK 10.0 installed.

CKli is a dotnet tool. You should install it globally by running:

dotnet tool install CKli -g

And auto-update it with:

ckli update

Detailed instructions are provided here.

The update command should handle switching from production and pre-releases easily, unfortunately, there are some issues with dotnet tool update (that ckli update runs): to switch to the last pre-release of CKli, use:

dotnet tool uninstall CKli -g
dotnet tool update CKli -g --prerelease --add-source https://pkgs.dev.azure.com/Signature-OpenSource/Feeds/_packaging/NetCore3/nuget/v3/index.json --no-http-cache

To clone the CKomposable stack (caution: there are more than 60 repositories), use:

ckli clone https://github.com/signature-opensource/ck-stack
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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.

Version Downloads Last Updated
0.11.0 112 8/13/2026
0.10.6 103 8/11/2026
0.10.5 87 8/11/2026
0.10.4 96 8/6/2026
0.10.3 140 6/29/2026
0.10.2 129 6/26/2026
0.10.1 121 6/26/2026
0.10.0 114 6/26/2026
0.9.1 194 6/8/2026
0.9.0 127 5/24/2026
0.8.0 120 5/20/2026
0.0.7 466 11/17/2025
0.0.6 336 11/14/2025
0.0.5 377 11/12/2025
0.0.4 293 10/28/2025
0.0.2 294 9/24/2025
Loading failed