Nexudus.Sdk
5.0.23
dotnet add package Nexudus.Sdk --version 5.0.23
NuGet\Install-Package Nexudus.Sdk -Version 5.0.23
<PackageReference Include="Nexudus.Sdk" Version="5.0.23" />
<PackageVersion Include="Nexudus.Sdk" Version="5.0.23" />
<PackageReference Include="Nexudus.Sdk" />
paket add Nexudus.Sdk --version 5.0.23
#r "nuget: Nexudus.Sdk, 5.0.23"
#:package Nexudus.Sdk@5.0.23
#addin nuget:?package=Nexudus.Sdk&version=5.0.23
#tool nuget:?package=Nexudus.Sdk&version=5.0.23
Nexudus Coworking CLI
A command-line interface for the Nexudus coworking management platform, built with .NET 10 and Spectre.Console.
Quick Start
# Build
dotnet build
# Run
dotnet run --project src/Nexudus.Cli -- --help
# Test
dotnet test
# Publish CLI + SDK (bumps patch version, packs, pushes to NuGet)
./scripts/Publish-NuGet.ps1
# Or bump minor/major
./scripts/Publish-NuGet.ps1 -BumpPart minor
# Dry run (bump + pack only, no push)
./scripts/Publish-NuGet.ps1 -DryRun
# Users installation
dotnet tool install --global Nexudus.Cli
# Update entities from source source/entities
node scripts/generate-entities.js
# Generate report
node scripts/entity-report.js
SKILLS public repo
git remote add skills-public https://github.com/Nexudus-Ltd/nexudus-coworking-skills.git
Project Structure
| Project | Description |
|---|---|
Nexudus.Cli |
CLI application (Spectre.Console.Cli) |
Nexudus.Sdk |
Reusable SDK library for the Nexudus API |
Nexudus.Sdk.Tests |
SDK unit tests |
Nexudus.Cli.Tests |
CLI integration tests |
Output Modes
| Flag | Description |
|---|---|
| (none) | Human-friendly Spectre tables |
--json |
Raw JSON envelope for scripting |
--md |
Markdown-formatted output |
--agent |
JSON envelope with summary for AI agents |
Agent Skills Installation
This repository already contains an Agent Skill at skills/nexudus/SKILL.md, so it is compatible with the skills installer.
The public skills repository is:
https://github.com/Nexudus-Ltd/nexudus-coworking-skills
Install with:
npx skills add Nexudus-Ltd/nexudus-coworking-skills
Or with the full URL:
npx skills add https://github.com/Nexudus-Ltd/nexudus-coworking-skills.git
The installer resolves owner/repo from GitHub first, then discovers skills under locations such as skills/.
See install.md for a install flow.
Public Skills Repo Sync
This repository can keep the CLI private while publishing only the skills/ directory to a separate public repository.
The configured public remote is:
git remote add skills-public https://github.com/Nexudus-Ltd/nexudus-coworking-skills.git
To sync the public repository contents from this private repository, run:
./scripts/Publish-SkillsRepo.ps1
That script publishes:
skills/install.md- a public
README.mdgenerated for the skills repository
It does not publish the CLI source code or tests.
Publishing is local-only. Run the script from this repository when you want to sync changes to the public skills repository.
License
Private — all rights reserved.
| 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. |
-
net10.0
- Meziantou.Framework.Win32.CredentialManager (>= 1.7.17)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 5.0.23 | 47 | 6/10/2026 |
| 5.0.22 | 96 | 5/28/2026 |
| 5.0.20 | 96 | 5/28/2026 |
| 5.0.19 | 95 | 5/27/2026 |
| 5.0.18 | 96 | 5/27/2026 |
| 5.0.17 | 95 | 5/14/2026 |
| 5.0.16 | 92 | 5/14/2026 |
| 5.0.15 | 95 | 5/8/2026 |
| 5.0.14 | 85 | 5/7/2026 |
| 5.0.13 | 92 | 4/29/2026 |
| 5.0.12 | 99 | 4/22/2026 |
| 5.0.11 | 91 | 4/21/2026 |
| 5.0.10 | 106 | 4/13/2026 |
| 5.0.9 | 102 | 4/13/2026 |
| 5.0.8 | 100 | 4/6/2026 |
| 5.0.7 | 94 | 4/6/2026 |
| 5.0.6 | 95 | 4/5/2026 |
| 5.0.5 | 94 | 4/4/2026 |
| 5.0.4 | 96 | 4/4/2026 |
| 5.0.3 | 98 | 4/3/2026 |