L2Analytics.Deploy.Cli 8.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package L2Analytics.Deploy.Cli --version 8.0.0
                    
NuGet\Install-Package L2Analytics.Deploy.Cli -Version 8.0.0
                    
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="L2Analytics.Deploy.Cli" Version="8.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="L2Analytics.Deploy.Cli" Version="8.0.0" />
                    
Directory.Packages.props
<PackageReference Include="L2Analytics.Deploy.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 L2Analytics.Deploy.Cli --version 8.0.0
                    
#r "nuget: L2Analytics.Deploy.Cli, 8.0.0"
                    
#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 L2Analytics.Deploy.Cli@8.0.0
                    
#: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=L2Analytics.Deploy.Cli&version=8.0.0
                    
Install as a Cake Addin
#tool nuget:?package=L2Analytics.Deploy.Cli&version=8.0.0
                    
Install as a Cake Tool

L2Analytics.Deploy

Transport-agnostic operations library for F#. Write a plain function and a pair of request/response types, wire it up as a Contract with JSON codecs, and choose an adapter to expose it — AWS Lambda, an ASP.NET Core web server (via Falco), or a command-line tool — without touching the contract's own code.

Packages

Package Description
L2Analytics.Deploy Core: Codec, Contract, OpenApi
L2Analytics.Deploy.Lambda AWS Lambda adapter
L2Analytics.Deploy.Falco ASP.NET Core (Falco) adapter
L2Analytics.Deploy.Cli CLI (stdin/stdout) adapter
L2Analytics.Deploy.Templates dotnet new deploy scaffolding template

Publishing a new release

This repo uses NuGet Trusted Publishing — no long-lived API key needed. Instead, nuget.org validates a short-lived OIDC token issued by GitHub at publish time, verifying it came from this repo and workflow.

One-time setup on nuget.org (already done)

A Trusted Publisher is registered at the L2Analytics owner level on nuget.org covering all packages pushed from this repo's publish.yml workflow.

Optional GitHub Actions secret:

Secret Value
NUGET_USER Your nuget.org username (not email). If unset, workflow defaults to L2Admin.

Releasing

Create a GitHub Release with a tag of the form v<major>.<minor>.<patch> (e.g. v1.0.0). Publishing the release triggers the workflow — all five packages are packed at that version and pushed to nuget.org automatically.

Dry-run testing before a real release

You can test the full pipeline (build + pack + NuGet trusted login) without pushing:

  1. In GitHub Actions, run Publish to NuGet via Run workflow
  2. Set publish=false (default)
  3. Optionally set version (default: 0.0.0-dryrun)

This validates OIDC/Trusted Publishing wiring before you publish a real release tag.

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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
11.0.0 67 7/22/2026
10.0.0 70 7/22/2026
8.0.0 84 7/7/2026
7.0.0 83 7/7/2026
6.0.0 83 7/7/2026
5.0.0 85 7/7/2026