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.
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.
// Install Pandora.Cli as a Cake Addin
#addin nuget:?package=Pandora.Cli&version=1.6.1

// Install Pandora.Cli as a Cake Tool
#tool nuget:?package=Pandora.Cli&version=1.6.1

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 1,382 8/3/2018
1.6.0 1,097 7/17/2018
1.5.0 1,277 7/7/2017
1.4.0 991 6/20/2017
1.3.0 972 6/5/2017
1.2.3 1,027 4/12/2017
1.2.2 1,040 2/23/2017
1.2.1 1,027 2/22/2017
1.2.0 978 2/22/2017
1.2.0-beta0001 805 2/21/2017
1.1.4 1,039 11/27/2016
1.1.3 1,081 11/22/2016
1.1.2 1,026 11/21/2016
1.1.1 1,014 11/16/2016
1.1.0 1,059 11/15/2016
1.1.0-beta0004 740 11/15/2016
1.1.0-beta0003 753 11/14/2016
1.1.0-beta0002 822 11/12/2016
1.1.0-beta0001 803 11/12/2016
1.0.3 1,132 11/4/2016
1.0.2 1,204 11/1/2016
1.0.1 1,264 11/1/2016
1.0.0 1,033 10/26/2016
1.0.0-beta0001 921 2/3/2016
0.1.1 1,276 5/29/2015
0.1.0 1,116 5/29/2015

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