Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 760 Bytes

kvetchctl_get.md

File metadata and controls

33 lines (22 loc) · 760 Bytes

kvetchctl get

Get values by key or prefix

Synopsis

Get values by key or prefix

kvetchctl get [flags] [keys/prefix]

Options

  -e, --endpoint string     Kvetch instance to connect to (required)
  -h, --help                help for get
  -o, --output string       Set the output format (simple, json) (default "simple")
  -p, --prefix              Treat the given keys as prefixes
  -t, --value-type string   Set the type of value in the output (string, bytes, json) (default "string")

Options inherited from parent commands

  -v, --verbose   Enable verbose logging

SEE ALSO

  • kvetchctl - Command line interface for interacting with Kvetch
Auto generated by spf13/cobra on 15-Jun-2020