Vion.Dale.Cli 0.7.3

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

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.7.3 46 6/10/2026
0.7.2 56 6/9/2026
0.7.1 70 6/8/2026
0.7.0 80 6/5/2026
0.6.3 117 6/2/2026
0.6.2 92 6/2/2026
0.6.1 105 6/1/2026
0.6.0 101 6/1/2026
0.5.7 100 5/28/2026
0.5.6 93 5/27/2026
0.5.5 93 5/26/2026
0.5.4 101 5/22/2026
0.5.3 98 5/21/2026
0.5.2 98 5/20/2026
0.5.1 112 5/15/2026
0.5.0 194 5/13/2026
0.4.3 120 5/12/2026
0.4.2 105 5/11/2026
0.4.1 103 5/11/2026
0.4.0 106 5/11/2026
Loading failed