package
0.3.0
Repository: https://github.com/solo-io/glooctl.git
Documentation: pkg.go.dev

# Functions

ConfigDir returns the config directory for glooctl.
HomeDir returns the current users home directory irrespecitve of the OS.
Print - prints the given proto.Message to io.Writer using the specified output format.
PrintJSON - prints the given proto.Message to io.Writer in JSON.
PrintJSONList - prints the given list to io.Writer in JSON.
PrintList - prints the given list of values to io.Writer using the specified output format.
PrintTemplate prints the give value using the provided Go template to io.Writer.
PrintYAML - prints the given proto.Message to io.Writer in YAML.
PrintYAMLList - prints the given list to io.Writer in YAML.
ReadStdinInto reads the standard input into the provided proto.Message.
Telemetry sends telemetry information about glooctl to Checkpoint server.

# Type aliases

Printer represents a function that prints a value to io.Writer, usually using a table.