This cli tool is used to manage the tokens for the Docker API. It is integrated in the Docker container and is used to create, list and delete tokens.
python3 index.py --path /opt/docker-api/tokens.db create
python3 index.py --path /opt/docker-api/tokens.db list
python3 index.py --path /opt/docker-api/tokens.db delete --id <token_id>