feat: scaffold CLI project with ClusterClient connection and System.CommandLine

This commit is contained in:
Joseph Doherty
2026-03-17 14:51:43 -04:00
parent 1942544769
commit 229287cfd2
6 changed files with 215 additions and 0 deletions

View File

@@ -18,6 +18,7 @@
<Project Path="src/ScadaLink.InboundAPI/ScadaLink.InboundAPI.csproj" />
<Project Path="src/ScadaLink.ConfigurationDatabase/ScadaLink.ConfigurationDatabase.csproj" />
<Project Path="src/ScadaLink.ManagementService/ScadaLink.ManagementService.csproj" />
<Project Path="src/ScadaLink.CLI/ScadaLink.CLI.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/ScadaLink.Commons.Tests/ScadaLink.Commons.Tests.csproj" />