ojob.io/formats/fromBase64

Usage

ojob ojob.io/formats/fromBase64 file=aSecretFile.yaml path=my.secret type=yaml outFile=my-bin.bin 

Description

Converts a base64 input from an YAML/JSON input to a string

Expects

Name Description
file A YAML or JSON input (if not provided stdin will be considered)
path A map path to the element that contains the base64 string input
type Force the type of input between YAML or JSON file
outFile Force binary output to be written into a file