Exporting Rule configs using auth0-deploy-cli

Hi,

I’m trying to implement a ci/cd solution for our auth0 tenants. One issue I’m having is using auth0-deploy-cli to export the tenant configuration won’t also export the Rules Configurations of the Auth Pipeline, it only exports the Rules. To export the configuration I’m using :

a0deploy export --config_file env.json --format yaml --output_folder ./../tenants/env --env true

Checking at the rulesConfigs array it’s empty on the yaml file :

rulesConfigs: []

How can I export Rules including the Rule Configurations or Settings which will then be used by all of the Rules?

1 Like