LeXtudio.Uno.Cli
0.1.11
Prefix Reserved
dotnet tool install --global LeXtudio.Uno.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.Uno.Cli --version 0.1.11
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=LeXtudio.Uno.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.Uno.Cli --version 0.1.11
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
LeXtudio Uno CLI
A command-line tool for Uno development environment workflows, project scaffolding, packaging, and DevFlow integration.
Package
Install
dotnet tool install -g LeXtudio.Uno.Cli
Documentation
Quick Start
dotnet unolex doctor
Create a new Uno app using the official Uno Skia desktop template:
dotnet unolex new MyUnoApp
Build and run:
dotnet unolex build
dotnet unolex run
Core Commands
| Command | Description |
|---|---|
dotnet unolex doctor |
Validate the Uno development environment. |
dotnet unolex version |
Display CLI and environment version information. |
dotnet unolex new |
Scaffold a new Uno application. |
dotnet unolex build |
Build an Uno project. |
dotnet unolex run |
Run an Uno application. |
dotnet unolex publish |
Publish an Uno application. |
dotnet unolex package |
Package Uno output artifacts. |
dotnet unolex diagnostics |
Run Uno diagnostics and validation. |
dotnet unolex env |
Inspect installed SDKs and tooling. |
dotnet unolex devflow |
Query a running Uno DevFlow agent. |
DevFlow Commands
dotnet unolex devflow status --host localhost --port 9223
Capture a screenshot:
dotnet unolex devflow screenshot --host localhost --port 9223 --output screenshot.png
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 the Uno toolchain companion for DevFlow-enabled apps.
| 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.