# Functions
NewServiceCommand returns a cobra command for `service` subcommands.
ParseSecrets retrieves the secrets from the requested names and converts them to secret references to use with the spec.
PrintNotQuiet shows service list in a non-quiet way.
PrintQuiet shows service list in a quiet way.
ValidatePort validates a string is in the expected format for a port definition.
# Structs
DurationOpt is an option type for time.Duration that uses a pointer.
PositiveDurationOpt is an option type for time.Duration that uses a pointer.
SecretOpt is a Value type for parsing secrets.
SecretRequestSpec is a type for requesting secrets.
Uint64Opt represents a uint64.