netauth kv2 replace

Replace a single key and value

Synopsis

The replace command allows you to overwrite the values for a single key that already exists on an entity or group. It is identical to add with the exception that the key must already exist.

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

Examples


$ netauth kv add entity example key1 value1
$ netauth kv replace entity example key1 value2 value3

Options

  -h, --help   help for replace

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