auth0-deploy-cli
Advanced tools
Changelog
[3.1.0] - 2019-03-14
AUTH0_EXCLUDED_CLIENTS
option has been added to the config. Works similar to AUTH0_EXCLUDED_RULES
and AUTH0_EXCLUDED_RESOURCE_SERVERS
. [#102]Changelog
[3.0.0] - 2019-03-04
INCLUDED_PROPS
- enables export of properties that are excluded by default (e.g. client_secret
)EXCLUDED_PROPS
- provides ability to exclude any unwanted properties from exported objects--strip
option has been removed from export
command. Now IDs will be stripped by default. AUTH0_EXPORT_IDENTIFIERS: true
or --export_ids
can be used to override.Changelog
[2.3.2] - 2019-03-02
enable_sso
and sandbox_version
as readonly propertiesexport = dump
and import = deploy
for programmatic usageChangelog
[2.3.1] - 2019-02-27
session_lifetime
to minutes [#95]auth0-source-control-extension-tools
Changelog
[2.3.0] - 2019-02-21
tenant.yaml
(clients: []
) will now lead to deleting all relevant records from the tenant. [#89]