auth0-deploy-cli
Advanced tools
Changelog
[7.3.7] - 2022-02-03
Changelog
[7.3.6] - 2022-02-02
Changelog
[7.3.3] - 2022-01-26
Changelog
[7.3.1] - 2021-09-21
Changelog
[7.3.0] - 2021-09-20
Changelog
[7.2.1] - 2021-08-23
[IDS-3074] Updated structure when dumping orgs (#369)
Fixes an issue when exporting organizations as a directory, connections are not structured in the right way, causing the import to remove any connection on the organizations.
[DXEX-1721] Fix client metadata property deletion
Fixes an inconsistency between how we calculate changes on deep metadata-like objects and with how APIv2 expects such changes to be expressed when a property is deleted.
Bump js-yaml from 3.x to 4.x and move to kacl (#371)
This PR bumps js-yaml from 3.x to 4.x in accordance with its migration guide. This bump means that we're able to use the default safe behaviour for both exports and imports.
Notably, this means that we won't end up with values like !tag:yaml.org,2002:js/undefined '' that are not at all human friendly and were problematic when we used the .safeLoad functionality.