Setting hook secrets using auth0-deploy-cli

Hi,
Thanks for the fast reply! Found it in the repo.

For others looking for the same thing; Add your hook secrets in the corresponding hook config file (the .json file as shown above) using:
"secrets": { mysecretKey: "mySecretValue" }

The secrets object can not be a nested object so prefix your secrets :slight_smile:

Would be nice to see the documentation updated.

Thanks!

1 Like