netauth kv2 get

Retrieve the value of a key

Synopsis

The Get command allows you to retrieve the values for a single key from either an entity or a group. If an order was provided when the values were provided to NetAuth, the returned values will be in this order.

netauth kv2 get <entity|group> <target> <key> [flags]

Examples


$ netauth kv get entity example key1
value1
value2
value3

Options

  -h, --help   help for get

Options inherited from parent commands

      --config string   Use an alternate config file
      --entity string   Specify a non-default entity to make requests as
      --secret string   Specify the request secret on the command line

SEE ALSO

Auto generated by spf13/cobra on 3-Jun-2022