Filter By

Package Types

Operating System

Categories

Trust Information

By: | 554 downloads | Last Updated: 3/23/2019 | Latest Version: 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 ```