Vion.Dale.Cli 0.5.2

Prefix Reserved
dotnet tool install --global Vion.Dale.Cli --version 0.5.2
                    
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 Vion.Dale.Cli --version 0.5.2
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Vion.Dale.Cli&version=0.5.2
                    
nuke :add-package Vion.Dale.Cli --version 0.5.2
                    

Dale CLI

CLI for developing and publishing Dale LogicBlock libraries.

Install

dotnet tool install -g Vion.Dale.Cli

Quick Start

dale new MyLibrary          # scaffold a new project
cd MyLibrary
dale build                  # build
dale test                   # run tests
dale dev                    # start DevHost with web UI
dale list                   # show logic blocks, properties, interfaces
dale add logicblock Sensor  # add a new LogicBlock
dale pack                   # create .nupkg
dale login                  # authenticate with Vion Cloud
dale upload                 # publish to cloud

Documentation

See AGENTS.md in your scaffolded project for SDK conventions and patterns.

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
0.5.2 41 5/20/2026
0.5.1 69 5/15/2026
0.5.0 103 5/13/2026
0.4.3 114 5/12/2026
0.4.2 101 5/11/2026
0.4.1 100 5/11/2026
0.4.0 102 5/11/2026
0.3.0 121 4/23/2026
0.2.0 118 4/17/2026
0.2.0-preview.2 53 4/17/2026
0.2.0-preview.1 52 4/17/2026