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
                    
if you are setting up this repo
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
                    
nuke :add-package LeXtudio.Wpf.Cli --version 0.1.11
                    

LeXtudio WPF CLI

A command-line tool for WPF project workflows, diagnostics, packaging, and DevFlow integration.

Package

LeXtudio.Wpf.Cli LeXtudio.Wpf.Cli Downloads

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 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.

Version Downloads Last Updated
0.1.11 62 5/27/2026
0.1.10 71 5/26/2026
0.1.9 92 5/25/2026
0.1.8 91 5/25/2026
0.1.7 93 5/24/2026
0.1.6 88 5/24/2026
0.1.5 102 5/23/2026
0.1.4 102 5/22/2026
0.1.3 92 5/22/2026
0.1.2 94 5/21/2026
0.1.1 90 5/20/2026
0.1.0 92 5/20/2026