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
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Vion.Dale.Cli --version 0.5.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | Versions 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.