Skip to content

Releases: auth0/auth0-deploy-cli

v4.0.0-dev.3

24 Sep 02:23
Compare
Choose a tag to compare
v4.0.0-dev.3 Pre-release
Pre-release

Changes

  • Hooks can be exported from auth0 - #157
  • Hooks can be imported with support for update and remove - #127

v4.0.0-dev.2

21 Sep 06:22
Compare
Choose a tag to compare
v4.0.0-dev.2 Pre-release
Pre-release

Warning

Development release. Use at your own risk.

Changes

  • Import Hook (create only, no update)

v3.6.0

27 Aug 01:03
Compare
Choose a tag to compare

v3.3.2

11 Jul 16:59
Compare
Choose a tag to compare

Fixed

  • Pin auth0-source-control-extension-tools@~3.4.1

v3.1.2

22 Mar 20:10
Compare
Choose a tag to compare

Added

  • Consistent property sorting for yaml dump #108 #61 #82

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