SolNeatId.Cli 1.0.0

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

SolNeat Identity CLI

Command-line tool for creating and configuring applications with SolNeat Identity.

Installation

Install the CLI globally using .NET:

dotnet tool install --global SolNeatId.Cli

Usage

Create a Web API project:

solneatid webapi Orders.Api

The CLI creates the project and configures it to work with SolNeat Identity.

After successful creation, the CLI displays the commands required to start the application, Swagger URL, credentials, and SolNeat Identity control panel.

Commands

Create Web API

solneatid webapi <project-name>

Example:

solneatid webapi Orders.Api

Requirements

  • .NET 8 SDK
  • Internet connection during project setup
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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
1.0.0 104 8/10/2026

Initial release of SolNeat Identity CLI.

- Create ASP.NET Core Web API projects
- Configure SolNeat Identity integration
- Configure authentication and authorization
- Configure Swagger authentication
- Provide development credentials and control panel access