Reimaginate.DataHub.CLI 1.4.0

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

Reimaginate.DataHub.CLI

Standalone .NET global tool for administering DataHub instances.

For installation, authentication, profiles and the complete command reference, see the DataHub repository.

Install

dotnet tool install --global Reimaginate.DataHub.CLI

The executable command is datahub.

Quick Start

datahub profiles add dev
datahub profiles set-target datahub --profile dev --url <datahub-cli-url> --tenant <tenant-id>
datahub profiles use dev
datahub login --profile dev
datahub entities list "x.entityType == 'contact'"

The CLI uses Microsoft Entra delegated-user authentication. Profiles store target configuration; they do not store credentials.

Support

Paid support, configuration assistance and defect triage are available through support@reimaginate.online.

GitHub Issues and Discussions are not support channels.

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
1.4.0 247 7/28/2026
Loading failed