Pandora.Cli 1.6.1

dotnet add package Pandora.Cli --version 1.6.1
                    
NuGet\Install-Package Pandora.Cli -Version 1.6.1
                    
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="Pandora.Cli" Version="1.6.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Pandora.Cli" Version="1.6.1" />
                    
Directory.Packages.props
<PackageReference Include="Pandora.Cli" />
                    
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 Pandora.Cli --version 1.6.1
                    
#r "nuget: Pandora.Cli, 1.6.1"
                    
#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 Pandora.Cli@1.6.1
                    
#: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=Pandora.Cli&version=1.6.1
                    
Install as a Cake Addin
#tool nuget:?package=Pandora.Cli&version=1.6.1
                    
Install as a Cake Tool

Pandora aims to externalize the application configuration. Usually in .NET projects the configuration is done in app/web.config with transformations. The problem arises when production configuration is needed which should not be part of the application repository because it is an OSS project for example. This is where Pandora comes. You can configure the application using the following structure and store these files in a separate repository

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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.6.1 2,138 8/3/2018
1.6.0 1,810 7/17/2018
1.5.0 1,870 7/7/2017
1.4.0 1,563 6/20/2017
1.3.0 1,537 6/5/2017
1.2.3 1,629 4/12/2017
1.2.2 1,614 2/23/2017
1.2.1 1,601 2/22/2017
1.2.0 1,554 2/22/2017
1.2.0-beta0001 1,229 2/21/2017
1.1.4 1,644 11/27/2016
1.1.3 1,654 11/22/2016
1.1.2 1,622 11/21/2016
1.1.1 1,599 11/16/2016
1.1.0 1,663 11/15/2016
1.1.0-beta0004 1,150 11/15/2016
1.1.0-beta0003 1,203 11/14/2016
1.1.0-beta0002 1,246 11/12/2016
1.1.0-beta0001 1,262 11/12/2016
1.0.3 1,734 11/4/2016
Loading failed

On error the process exits
Errors are now displayed in RED
Info logs are reduced only to the status of the root jar we are validating