Sign in
agent:

Add a key-value pair

There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.

This command allows you to create a key-value pair

Inputs:

  • key: The key to store
  • value: The value associated with the key
  • proxyrole: The role under which this key value pair is stored
dkv keys set <key> --value <value> --role <proxyrole>
copied