LeXtudio.WinForms.Cli
0.1.11
Prefix Reserved
dotnet tool install --global LeXtudio.WinForms.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.WinForms.Cli --version 0.1.11
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=LeXtudio.WinForms.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.WinForms.Cli --version 0.1.11
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
LeXtudio WinForms CLI
A command-line tool for WinForms project workflows, diagnostics, packaging, and DevFlow integration.
Package
Install
dotnet tool install -g LeXtudio.WinForms.Cli
Documentation
Quick Start
dotnet winflex doctor
Create a new WinForms project:
dotnet winflex new app --name MyWinFormsApp --framework net8.0-windows
Build and run:
dotnet winflex build
dotnet winflex run
Core Commands
| Command | Description |
|---|---|
dotnet winflex doctor |
Validate the WinForms development environment and surface missing toolchain components. |
dotnet winflex version |
Display CLI and environment version information. |
dotnet winflex new |
Scaffold a new WinForms app or library. |
dotnet winflex build |
Build a WinForms project with WinForms-aware defaults. |
dotnet winflex run |
Run a WinForms application. |
dotnet winflex publish |
Publish a WinForms application for deployment. |
dotnet winflex package |
Package WinForms outputs for distribution. |
dotnet winflex diagnostics |
Run WinForms-specific diagnostics and validation checks. |
dotnet winflex env |
Inspect installed SDKs, tooling, and environment status. |
DevFlow Commands
Query a running WinForms DevFlow agent:
dotnet winflex devflow status --host localhost --port 9223
Capture a screenshot from a running WinForms DevFlow agent:
dotnet winflex devflow screenshot --host localhost --port 9223 --output screenshot.png
Use --json for scripting:
dotnet winflex --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 WinForms-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.