Format is an enum type representing different output formats
const (
// Yaml format prints output in YAML Yaml Format = iota// Json format prints output in JSON Json
// None format causes output to be suppressed None
// PrettyYaml format prints output in colored YAML PrettyYaml
)