package
1.6.3
Repository: https://github.com/form3tech-oss/cilium.git
Documentation: pkg.go.dev

# Packages

Package exec provides useful wrappers around the standard "exec" library.

# Functions

AddJSONOutput adds the -o|--output option to any cmd to export to json.
DumpJSONToSlice dumps the contents of data into a byte slice.
OutputJSON returns true if the JSON output option was specified.
PrintOutput receives an interface and dump the data using the --output flag.ATM only json or jsonpath.
PrintOutputWithType receives an interface and dump the data using the --output flag.ATM only json or jsonpath.