Skip to content

Releases: auth0/auth0-deploy-cli

v3.1.1

22 Mar 20:13
Compare
Choose a tag to compare

Fixed

  • Exit status code on error #107

v3.1.0

14 Mar 19:26
Compare
Choose a tag to compare

Added

  • AUTH0_EXCLUDED_CLIENTS option has been added to the config. Works similar to AUTH0_EXCLUDED_RULES and AUTH0_EXCLUDED_RESOURCE_SERVERS. #102

v3.0.1

04 Mar 21:12
Compare
Choose a tag to compare

Fixed

  • fix readonly flags.enable_sso

v3.0.0

04 Mar 16:33
Compare
Choose a tag to compare

Added

  • INCLUDED_PROPS option has been added to the config. It allows user to export properties which are excluded by default (like client_secret).
  • EXCLUDED_PROPS option has been added to the config. It allows user to exclude any unwanted properties from exported objects.

Changed

  • --strip option has been removed from export command. Now IDs will be stripped by default, but you can use AUTH0_EXPORT_IDENTIFIERS: true config variable or --export_ids cli option to prevent.

v2.3.0

22 Feb 18:56
Compare
Choose a tag to compare
  • Empty arrays in the tenant.yaml (clients: []) will now lead to deleting all relevant records from the tenant. #89
  • Update environment variable explanation in READMEs. #90
  • Sanitize file and folder names. #92

v2.2.4

17 Jan 16:11
Compare
Choose a tag to compare
  • Fix various schema validation issues. auth0-extensions/auth0-source-control-extension-tools PRs #52 thru #57
  • added 'name' prop to pages examples #76

v2.2.0

29 Nov 14:30
Compare
Choose a tag to compare
  • Update package dependency which contains security vulnerabilities. #58

v2.1.1

27 Nov 16:55
Compare
Choose a tag to compare
  • Ignore owners attribute for clients #56

v2.1.0

13 Nov 23:04
Compare
Choose a tag to compare
  • Added support for guardian settings #54

v2.0

30 Oct 13:17
Compare
Choose a tag to compare

The auth0-deploy-cli tool was refactored bringing the following updates.

  • Added YAML support
  • Added support for export (deprecation of separate auth0 dump tool)
  • Delete support - The tool will, if configured via AUTH0_ALLOW_DELETE, delete objects if does not exist within the deploy configuration.
  • Support for additional Auth0 objects
    • Connections including Social, Enterprise and Passwordless configurations.
    • Improved support for database connections and associated configuration.
    • Email Templates
    • Email Provider
    • Client Grants
    • Rule Configs
    • Better support for pages
    • Tenant level settings
  • Added support to be called programmatically
  • Improved logging
  • To simplify the tool the slack hook was removed. You can invoke the tool programmatically to support calling your own hooks
  • Support referencing clients by their name vs client_id (automatic mapping during export/import)
  • Simplified to support future Auth0 object types