himl.cli 0.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global himl.cli --version 0.3.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 himl.cli --version 0.3.0
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=himl.cli&version=0.3.0
                    
nuke :add-package himl.cli --version 0.3.0
                    

himl.cli

Command-line interface for himl.net. This package is published as a .NET tool.

Installation

Install the CLI tool from NuGet:

dotnet tool install -g himl.cli

Or install from a local nupkg folder (useful for testing):

dotnet tool install --global --add-source ./nupkg himl.cli --version 1.0.0

Usage

The CLI scans a HIML configuration tree and writes one merged file per leaf into an output directory.

Example:

dotnet himl.cli examples/complex --output-dir merged_output --levels env region cluster

Install as a .NET tool:

dotnet tool install -g himl.cli

Or install from a local nupkg folder (useful for testing):

dotnet tool install --global --add-source ./nupkg himl.cli --version 1.0.0

For full documentation and examples, see the repository README: https://github.com/aniongithub/himl.net

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.

This package has no dependencies.

Version Downloads Last Updated
0.6.0 113 8/24/2025
0.5.0 98 8/24/2025
0.4.0 96 8/24/2025
0.3.0 123 8/18/2025
0.2.0 104 8/16/2025
0.1.0 102 8/16/2025