LeXtudio.Wpf.Cli
0.1.11
Prefix Reserved
dotnet tool install --global LeXtudio.Wpf.Cli --version 0.1.11
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local LeXtudio.Wpf.Cli --version 0.1.11
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=LeXtudio.Wpf.Cli&version=0.1.11
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package LeXtudio.Wpf.Cli --version 0.1.11
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
LeXtudio WPF CLI
A command-line tool for WPF project workflows, diagnostics, packaging, and DevFlow integration.
Package
Install
dotnet tool install -g LeXtudio.Wpf.Cli
Documentation
Quick Start
dotnet wpflex doctor
Create a new WPF project:
dotnet wpflex new app --name MyWpfApp --framework net8.0-windows
Build and run:
dotnet wpflex build
dotnet wpflex run
Core Commands
| Command | Description |
|---|---|
dotnet wpflex doctor |
Validate the WPF development environment and surface missing toolchain components. |
dotnet wpflex version |
Display CLI and environment version information. |
dotnet wpflex new |
Scaffold a new WPF app or library. |
dotnet wpflex build |
Build a WPF project with WPF-aware defaults. |
dotnet wpflex run |
Run a WPF application. |
dotnet wpflex publish |
Publish a WPF application for deployment. |
dotnet wpflex package |
Package WPF outputs for distribution. |
dotnet wpflex diagnostics |
Run WPF-specific diagnostics and validation checks. |
dotnet wpflex env |
Inspect installed SDKs, tooling, and environment status. |
DevFlow Commands
Query a running WPF DevFlow agent:
dotnet wpflex devflow status --host localhost --port 9223
Use --json for scripting:
dotnet wpflex --json devflow status
Output and Automation
| Option | Description |
|---|---|
--json |
Emit structured JSON output for scripting and CI. |
-v, --verbose |
Enable verbose diagnostic output. |
--dry-run |
Show planned actions without changing the system. |
--ci |
Run in CI-friendly non-interactive mode. |
Notes
This CLI is a WPF-focused tool that mirrors MAUI CLI design patterns and is intended for environment validation, project workflows, and DevFlow connectivity.
| 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 is compatible. 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 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.