himl.cli
0.3.0
There is a newer version of this package available.
See the version list below for details.
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
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package himl.cli --version 0.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | Versions 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.