Reimaginate.DataHub.CLI.Tools 1.3.0-rc.48

This is a prerelease version of Reimaginate.DataHub.CLI.Tools.
dotnet add package Reimaginate.DataHub.CLI.Tools --version 1.3.0-rc.48
                    
NuGet\Install-Package Reimaginate.DataHub.CLI.Tools -Version 1.3.0-rc.48
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Reimaginate.DataHub.CLI.Tools" Version="1.3.0-rc.48" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Reimaginate.DataHub.CLI.Tools" Version="1.3.0-rc.48" />
                    
Directory.Packages.props
<PackageReference Include="Reimaginate.DataHub.CLI.Tools" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Reimaginate.DataHub.CLI.Tools --version 1.3.0-rc.48
                    
#r "nuget: Reimaginate.DataHub.CLI.Tools, 1.3.0-rc.48"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Reimaginate.DataHub.CLI.Tools@1.3.0-rc.48
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Reimaginate.DataHub.CLI.Tools&version=1.3.0-rc.48&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Reimaginate.DataHub.CLI.Tools&version=1.3.0-rc.48&prerelease
                    
Install as a Cake Tool

Reimaginate.DataHub.CLI.Tools

Reusable DataHub CLI commands and supporting services for Reimaginate CLI hosts.

Use this package when an existing CLI host needs to add the DataHub command tree without packaging the standalone datahub global tool. It contains the DataHub v2 resource-first commands, a shared profile target descriptor, DataHub CLI token acquisition, request transport, and command registration helpers.

Host Integration

Register services and add the command tree:

services.AddDataHubCliCommands(configuration);
rootCommand.AddDataHubTools(serviceProvider);

Authentication

The tools package uses Microsoft Entra delegated-user authentication. DataHub commands acquire tokens with MSAL using a browser sign-in flow. Shared profiles store target metadata only; access tokens are not persisted in profile files.

datahub profiles add <name>
datahub profiles set-target datahub --profile <name> --url <datahub-cli-url> --tenant <tenant-id>
datahub profiles use <name>
datahub login --profile <name>
datahub auth status --profile <name>
datahub whoami --profile <name>

The default scope is api://7a3a7b0c-3f0b-43dd-b45f-487f1060ee91/datahub_cli. Customers do not need to create their own app registration for the normal DataHub CLI path. datahub auth status is non-invasive by default and only checks cached token readiness; add --interactive to allow sign-in during the check.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  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.

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
1.3.0-rc.48 0 6/9/2026
1.3.0-rc.47 0 6/9/2026
1.3.0-rc.46 0 6/9/2026
1.3.0-rc.45 0 6/9/2026
1.3.0-rc.44 0 6/9/2026
1.3.0-rc.43 0 6/9/2026
1.3.0-rc.42 34 6/7/2026
1.3.0-rc.41 34 6/7/2026
1.3.0-rc.40 38 6/7/2026
1.3.0-rc.39 44 6/7/2026
1.3.0-rc.38 57 6/7/2026
1.3.0-rc.37 42 6/7/2026
1.3.0-rc.36 39 6/6/2026
1.3.0-rc.35 41 6/6/2026
1.3.0-rc.34 44 6/6/2026
1.3.0-rc.33 39 6/6/2026
1.3.0-rc.32 34 6/5/2026
1.3.0-rc.31 37 6/5/2026
1.3.0-rc.30 42 6/5/2026
1.3.0-rc.29 45 6/5/2026
Loading failed