Nexudus.Cli 5.0.22

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

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.md generated 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 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
5.0.22 107 5/28/2026
5.0.20 96 5/28/2026
5.0.19 98 5/27/2026
5.0.18 106 5/27/2026
5.0.17 127 5/14/2026
5.0.16 90 5/14/2026
5.0.15 123 5/8/2026
5.0.14 89 5/7/2026
5.0.13 105 4/29/2026
5.0.12 106 4/22/2026
5.0.11 90 4/21/2026
5.0.10 113 4/13/2026
5.0.9 103 4/13/2026
5.0.8 119 4/6/2026
5.0.7 113 4/6/2026
5.0.6 106 4/5/2026
5.0.5 102 4/4/2026
5.0.4 99 4/4/2026
5.0.3 98 4/3/2026
5.0.2 95 4/3/2026
Loading failed