AgentBlazor.Cli
0.2.0
dotnet tool install --global AgentBlazor.Cli --version 0.2.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local AgentBlazor.Cli --version 0.2.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=AgentBlazor.Cli&version=0.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package AgentBlazor.Cli --version 0.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
AgentBlazor.Cli
Advanced scaffold and validation tool for wiring AgentBlazor into existing Blazor apps.
Install:
dotnet tool install --global AgentBlazor.Cli
If you prefer a pinned install:
dotnet tool install --global AgentBlazor.Cli --version 0.2.0
Example:
agentblazor init ./MySolution.slnx --host MyBlazorApp
agentblazor scaffold ./MySolution.slnx --host MyBlazorApp --provider openai --diff
agentblazor scaffold ./MySolution.slnx --host MyBlazorApp --provider openai --approve
The CLI is an advanced path. The default install story is still dotnet add package AgentBlazor plus manual runtime wiring.
Docs:
- Repository: https://github.com/ashpeterson/AgentBlazor
- Advanced CLI guide: https://github.com/ashpeterson/AgentBlazor/blob/master/docs/advanced/cli.md
- 0.2.0 release notes: https://github.com/ashpeterson/AgentBlazor/blob/master/docs/releases/0.2.0.md
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. 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. |
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.2.0 | 81 | 5/20/2026 |
| 0.2.0-preview.3 | 41 | 5/19/2026 |
| 0.2.0-preview.2 | 46 | 5/18/2026 |
| 0.1.0-preview.11 | 53 | 5/5/2026 |
| 0.1.0-preview.10 | 67 | 4/29/2026 |
v0.2: structured capability error recovery, schema-only EF Core entity exposure, hosted demo observability, verified package-first quickstart updates, and tool-friendly schemas for date-like workflow parameters.