Skip to content

Manage API keys

rbw0 edited this page Jun 27, 2018 · 2 revisions

Redap comes with a simple CLI for managing API keys:

If containerized: use keys.sh in ~/.redap/scripts

Creating a new API key

$ ./keys.sh add <description>

Getting a list of keys

$ ./keys.sh get

Getting details about a key

$ ./keys.sh get <key>

Deleting a key

$ ./keys.sh del <key>

Clone this wiki locally