Releases: auth0/auth0-deploy-cli
Releases · auth0/auth0-deploy-cli
v3.3.2
Fixed
- Pin
auth0-source-control-extension-tools@~3.4.1
v3.1.2
Added
- Consistent property sorting for yaml dump #108 #61 #82
v3.1.1
Fixed
- Exit status code on error #107
v3.1.0
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
Fixed
- fix readonly
flags.enable_sso
v3.0.0
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
- 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
- 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
- Update package dependency which contains security vulnerabilities. #58