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
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
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
- Gz-Yaml.nuspec
- Gz-Yaml.psd1
- Gz-Yaml.psm1
- LICENSE.md
- bin\YamlDotNet.dll
- bin\YamlDotNet.xml
- bin\net45\YamlDotNet.dll
- bin\net45\YamlDotNet.xml
- public\functions.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
0.1.0 (current version) | 560 | 3/23/2019 |