Cake.Cli 1.0.0-rc0003

Prefix Reserved
This is a prerelease version of Cake.Cli.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Cake.Cli --version 1.0.0-rc0003
                    
NuGet\Install-Package Cake.Cli -Version 1.0.0-rc0003
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Cake.Cli" Version="1.0.0-rc0003" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Cake.Cli" Version="1.0.0-rc0003" />
                    
Directory.Packages.props
<PackageReference Include="Cake.Cli" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Cake.Cli --version 1.0.0-rc0003
                    
#r "nuget: Cake.Cli, 1.0.0-rc0003"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Cake.Cli@1.0.0-rc0003
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Cake.Cli&version=1.0.0-rc0003&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Cake.Cli&version=1.0.0-rc0003&prerelease
                    
Install as a Cake Tool

The Cake CLI library.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Cake.Cli:

Package Downloads
Cake.Frosting

The .NET Core host for Cake.

Cake.Console

Cake scripts, but in a Console app

Cake.Sdk

A custom SDK that provides a convenient way to create Cake projects with minimal configuration. Automatically sets up common properties and references the Cake.Generator for source generation capabilities.

Cake.Generator

A source generator that creates Cake aliases for your project, enabling easy access to Cake extensions through generated static methods and properties.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.1.0 13,500 10/4/2025
5.0.0 515,265 11/12/2024
4.2.0 31,811 10/23/2024
4.1.0 830 10/23/2024
4.0.0 556,301 11/18/2023
3.2.0 42,722 11/10/2023
3.1.0 185,220 7/9/2023
3.0.0 821,792 11/8/2022
2.3.0 43,840 10/14/2022
2.2.0 226,965 4/14/2022
2.1.0 60,282 2/20/2022
2.0.0 128,579 11/30/2021
2.0.0-rc0002 1,530 11/27/2021
2.0.0-rc0001 1,544 11/7/2021
1.3.0 88,550 10/7/2021
1.2.0 14,270 8/29/2021
1.1.0 82,583 3/6/2021
1.0.0 50,146 2/7/2021
1.0.0-rc0003 829 1/29/2021
1.0.0-rc0002 3,056 12/20/2020

3029 Add ICakeArguments.GetArgument extension
3007 Different arguments between script runner and Frosting
3018 Cake displays raw ANSI output after running specific executables
3009 Make Cake Core CakeDataService Public
2961 Update dotnet cake usage instructions (dotnet cake --help)
2066 cake.coreclr help information error
3032 Frosting project fails on Linux
3050 Frosting: Rename CakeHost extension from UseTool to InstallTool
3020 Migrate to Spectre.Console