Gz-Yaml

0.1.0


# Gz-Yaml

Enables conversion between YAML and Powershell objects with
ConvertTo-GzYaml and ConvertFrom-GzYaml functions.

```powershell
$data = (Get-Content -Raw ./sample.yaml) | ConvertFrom-GzYaml
Write-Host $data.label
```

Minimum PowerShell version

5.1

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name Gz-Yaml

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name Gz-Yaml

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2017-2019 Nerdy Mishka, Michael Herndon. All rights reserved.

Package Details

Author(s)

  • Nerdy Mishka Michael Herndon

Tags

Yaml ConvertTo-Yaml ConvertFrom-Yaml DevOps Gainz Gz NerdyMishka

Functions

ConvertTo-GzYaml ConvertFrom-GzYaml Add-GzYamlAlias Remove-GzYamlAlias

PSEditions

Desktop Core

Dependencies

This module has no dependencies.

Release Notes



- v0.1.0 -- Early Release. Supports converting to and from yaml and powershell objects.
 Supports PS 5.1 and PS Core.
     

FileList

Version History

Version Downloads Last updated
0.1.0 (current version) 555 3/23/2019