Benday.CommandsFramework.CmdUi 1.0.0

dotnet tool install --global Benday.CommandsFramework.CmdUi --version 1.0.0
                    
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 Benday.CommandsFramework.CmdUi --version 1.0.0
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Benday.CommandsFramework.CmdUi&version=1.0.0
                    
nuke :add-package Benday.CommandsFramework.CmdUi --version 1.0.0
                    

cmdui

A Blazor Server web UI shell for any CLI tool built with Benday.CommandsFramework.

Features

  • Auto-generates a web-based UI from any CommandsFramework CLI tool
  • Discovers all installed CommandsFramework tools when run without arguments
  • Form-based command execution with validation
  • Real-time output display
  • Working directory selection

Installation

dotnet tool install -g cmdui

Usage

Launch UI for a specific tool

cmdui slnutil

Discover all installed tools

cmdui

Launch from within a tool

Any CommandsFramework-based tool can launch cmdui directly:

slnutil gui

About

Written by Benjamin Day Pluralsight Author | Microsoft MVP | Scrum.org Professional Scrum Trainer https://www.benday.com info@benday.com

Source code

Product Compatible and additional computed target framework versions.
.NET 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
1.0.0 64 3/4/2026

v1.0.0 - Initial release. Auto-generates web UI for CommandsFramework CLI tools with tool discovery, form-based command execution, and working directory selection.