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