Manage the key-value store from the command line
operator kv get <key> [--agent/-a NAME] [--ns/-n NAMESPACE] operator kv set <key> <value> [--agent/-a NAME] [--ns/-n NAMESPACE] [--ttl HOURS] operator kv delete <key> [--agent/-a NAME] [--ns/-n NAMESPACE] operator kv list [--agent/-a NAME] [--ns/-n NAMESPACE] [--prefix/-p PREFIX]
kv get
kv list