Whats the best way to manage and update Actions, Page Templates and other configuration scripts

I use Auth0 Actions, Custom Universal Login Page Template, Partials and also Email templates. I have 3 environments I usually work with Dev, Beta and Prod.

Often I face a problem where Dev is up to date but I forget to update Beta or Prod environments. Like I would need to make a change to the Action script and it will stay on Dev or Beta. These are not like big feature changes but small modifications. I maintain all the code in GitLab repository. Is there a best practice to make changes in Auth0? Like is there any automation hook which will update this for me?

Thanks,
Ryan

Hi @ryndm,

Thanks for your question.

The Deploy CLI tool is the best way to manage and update your Actions, Page templates, and other configuration scripts.

With this approach, each tenant’s configuration is exported, and any changes made can be imported into the other tenants as needed.

Let me know if you have any questions on this.

Kind regards,
Rueben