python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
Using env-example as a template, create a .env
file with appropriate values for the following required keys DEPLOYMENT_NAME
, AUTH0_CLIENT_ID
, AUTH0_CLIENT_SECRET
Once your environment is properly configured, you can modify any of the payloads in the accompanying use-cases folder to easily perform the operations described there. See the individual python scripts in that folder for more details and explanation.