PuppetPowerShell 0.1.3

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

release

PuppetPowerShell

A PowerShell module that contains a handful of helpful functions that aid in working with Puppet.

These tools are designed to be cross-platform and have been tested on:

  • Windows 10, Server 2019
  • Ubuntu 20.04
  • Debian 10
  • CentOS 7
  • macOS 10.14

For help on specific cmdlets please check the documentation

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
0.1.3 348 11/22/2021
0.1.2 587 11/21/2021
0.1.1 316 11/19/2021
0.1.0 297 11/19/2021
0.1.0-alpha2 339 11/19/2021
0.1.0-alpha 656 11/19/2021

Features
- Set newlines on csr_attributes.yaml

Bugfixes
- Fixes csr_attributes.yaml being incorrectly formatted

Known Issues
N/A