auth0-deploy-cli 8.4.2 → 8.4.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +18 -1
- package/lib/context/defaults.js +7 -0
- package/lib/context/defaults.js.map +1 -1
- package/lib/tools/auth0/handlers/emailProvider.js +3 -3
- package/lib/tools/auth0/handlers/emailProvider.js.map +1 -1
- package/package.json +2 -2
- package/.env +0 -23
- package/.idea/auth0-deploy-cli.iml +0 -9
- package/.idea/codeStyles/Project.xml +0 -21
- package/.idea/codeStyles/codeStyleConfig.xml +0 -5
- package/.idea/dataSources/53dc7cd8-836e-41a8-bc7c-7c4e80365ccf/storage_v2/_src_/schema/main.uQUzAA.meta +0 -2
- package/.idea/dataSources/53dc7cd8-836e-41a8-bc7c-7c4e80365ccf.xml +0 -1649
- package/.idea/dataSources.local.xml +0 -17
- package/.idea/dataSources.xml +0 -23
- package/.idea/inspectionProfiles/Project_Default.xml +0 -6
- package/.idea/modules.xml +0 -8
- package/.idea/vcs.xml +0 -6
- package/.nyc_output/6d6dd363-e875-4f60-97c0-94948f976671.json +0 -57323
- package/.nyc_output/c342a72c-fa08-4b19-8b2b-60a89c746c94.json +0 -1
- package/.nyc_output/d7def0bb-33c9-4d0d-aee9-8b5cbe59fe9f.json +0 -1
- package/.nyc_output/processinfo/6d6dd363-e875-4f60-97c0-94948f976671.json +0 -150
- package/.nyc_output/processinfo/c342a72c-fa08-4b19-8b2b-60a89c746c94.json +0 -18
- package/.nyc_output/processinfo/d7def0bb-33c9-4d0d-aee9-8b5cbe59fe9f.json +0 -24
- package/.nyc_output/processinfo/index.json +0 -394
- package/Makefile +0 -19
- package/config-ACUL.json +0 -7
- package/config-brucke-tenant.json +0 -6
- package/config-kushal-dev.json +0 -8
- package/config-sdk-cdt-service-tenant.json +0 -47
- package/docs/authenticating-with-tenant.md +0 -34
- package/docs/available-resource-config-formats.md +0 -19
- package/docs/configuring-the-deploy-cli.md +0 -180
- package/docs/excluding-from-management.md +0 -95
- package/docs/how-to-contribute.md +0 -49
- package/docs/keyword-replacement.md +0 -83
- package/docs/multi-environment-workflow.md +0 -98
- package/docs/resource-specific-documentation.md +0 -284
- package/docs/terraform-provider.md +0 -20
- package/docs/using-as-cli.md +0 -89
- package/docs/using-as-node-module.md +0 -114
- package/docs/v8_MIGRATION_GUIDE.md +0 -46
- package/examples/directory/README.md +0 -167
- package/examples/directory/actions/action-example/code.js +0 -4
- package/examples/directory/actions/action-example.json +0 -24
- package/examples/directory/clients/My SPA.json +0 -40
- package/examples/directory/config.json.example +0 -20
- package/examples/directory/connections/facebook.json +0 -60
- package/examples/directory/database-connections/users/change_email.js +0 -4
- package/examples/directory/database-connections/users/change_password.js +0 -4
- package/examples/directory/database-connections/users/create.js +0 -4
- package/examples/directory/database-connections/users/database.json +0 -20
- package/examples/directory/database-connections/users/delete.js +0 -4
- package/examples/directory/database-connections/users/get_user.js +0 -4
- package/examples/directory/database-connections/users/login.js +0 -4
- package/examples/directory/database-connections/users/verify.js +0 -4
- package/examples/directory/emails/blocked_account.html +0 -5
- package/examples/directory/emails/blocked_account.json +0 -10
- package/examples/directory/emails/enrollment_email.html +0 -5
- package/examples/directory/emails/enrollment_email.json +0 -8
- package/examples/directory/emails/mfa_oob_code.html +0 -5
- package/examples/directory/emails/mfa_oob_code.json +0 -8
- package/examples/directory/emails/provider.json +0 -10
- package/examples/directory/emails/reset_email.html +0 -5
- package/examples/directory/emails/reset_email.json +0 -10
- package/examples/directory/emails/stolen_credentials.html +0 -5
- package/examples/directory/emails/stolen_credentials.json +0 -8
- package/examples/directory/emails/verify_email.html +0 -5
- package/examples/directory/emails/verify_email.json +0 -10
- package/examples/directory/emails/verify_email_by_code.html +0 -5
- package/examples/directory/emails/verify_email_by_code.json +0 -8
- package/examples/directory/emails/welcome_email.html +0 -5
- package/examples/directory/emails/welcome_email.json +0 -8
- package/examples/directory/grants/m2m_myapp_api.json +0 -7
- package/examples/directory/guardian/factors/email.json +0 -4
- package/examples/directory/guardian/factors/otp.json +0 -4
- package/examples/directory/guardian/factors/push-notification.json +0 -4
- package/examples/directory/guardian/factors/sms.json +0 -4
- package/examples/directory/guardian/phoneFactorMessageTypes.json +0 -6
- package/examples/directory/guardian/phoneFactorSelectedProvider.json +0 -3
- package/examples/directory/guardian/policies.json +0 -5
- package/examples/directory/guardian/providers/sms-twilio.json +0 -7
- package/examples/directory/guardian/templates/sms.json +0 -5
- package/examples/directory/hooks/client-credentials-exchange.js +0 -22
- package/examples/directory/hooks/client-credentials-exchange.json +0 -12
- package/examples/directory/pages/login.html +0 -6
- package/examples/directory/pages/login.json +0 -4
- package/examples/directory/pages/password_reset.html +0 -6
- package/examples/directory/pages/password_reset.json +0 -4
- package/examples/directory/prompts/custom-text.json +0 -9
- package/examples/directory/prompts/prompts.json +0 -6
- package/examples/directory/prompts/screenRenderSettings/login-id_login-id.json +0 -33
- package/examples/directory/prompts/screenRenderSettings/signup-id_signup-id.json +0 -20
- package/examples/directory/resource-servers/My API.json +0 -19
- package/examples/directory/roles/Admin.json +0 -14
- package/examples/directory/roles/User.json +0 -10
- package/examples/directory/rules/Enrich-Identity-Token.js +0 -10
- package/examples/directory/rules/Enrich-Identity-Token.json +0 -7
- package/examples/directory/rules-configs/SOME_SECRET.json +0 -4
- package/examples/directory/tenant.json +0 -8
- package/examples/directory/triggers/triggers.json +0 -18
- package/examples/yaml/README.md +0 -111
- package/examples/yaml/actions/action-example/code.js +0 -4
- package/examples/yaml/config.json.example +0 -20
- package/examples/yaml/databases/users/change_email.js +0 -4
- package/examples/yaml/databases/users/change_password.js +0 -4
- package/examples/yaml/databases/users/create.js +0 -4
- package/examples/yaml/databases/users/delete.js +0 -4
- package/examples/yaml/databases/users/get_user.js +0 -4
- package/examples/yaml/databases/users/login.js +0 -4
- package/examples/yaml/databases/users/verify.js +0 -4
- package/examples/yaml/emails/change_email.html +0 -5
- package/examples/yaml/hooks/client-credentials-exchange.js +0 -22
- package/examples/yaml/pages/error_page.html +0 -6
- package/examples/yaml/pages/guardian_multifactor.html +0 -6
- package/examples/yaml/pages/login.html +0 -6
- package/examples/yaml/pages/password_reset.html +0 -6
- package/examples/yaml/prompts/screenRenderSettings/login-id_login-id.json +0 -33
- package/examples/yaml/prompts/screenRenderSettings/signup-id_signup-id.json +0 -20
- package/examples/yaml/rules/enrich_tokens.js +0 -10
- package/examples/yaml/tenant.yaml +0 -202
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
|
@@ -1,150 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"parent": "d7def0bb-33c9-4d0d-aee9-8b5cbe59fe9f",
|
|
3
|
-
"pid": 53098,
|
|
4
|
-
"argv": [
|
|
5
|
-
"/Users/kushal/.nvm/versions/node/v20.15.1/bin/node",
|
|
6
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/node_modules/mocha/bin/mocha.js",
|
|
7
|
-
"-r",
|
|
8
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/node_modules/ts-mocha/src/index.js",
|
|
9
|
-
"--recursive",
|
|
10
|
-
"test/**/*.test*",
|
|
11
|
-
"--exclude",
|
|
12
|
-
"test/e2e/*",
|
|
13
|
-
"--timeout",
|
|
14
|
-
"7500"
|
|
15
|
-
],
|
|
16
|
-
"execArgv": [],
|
|
17
|
-
"cwd": "/Users/kushal/code/auth0/auth0-deploy-cli",
|
|
18
|
-
"time": 1732616104517,
|
|
19
|
-
"ppid": 53097,
|
|
20
|
-
"coverageFilename": "/Users/kushal/code/auth0/auth0-deploy-cli/.nyc_output/6d6dd363-e875-4f60-97c0-94948f976671.json",
|
|
21
|
-
"externalId": "",
|
|
22
|
-
"uuid": "6d6dd363-e875-4f60-97c0-94948f976671",
|
|
23
|
-
"files": [
|
|
24
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/logger.ts",
|
|
25
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/index.ts",
|
|
26
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/index.ts",
|
|
27
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/index.ts",
|
|
28
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/constants.ts",
|
|
29
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/deploy.ts",
|
|
30
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/index.ts",
|
|
31
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/client.ts",
|
|
32
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/utils.ts",
|
|
33
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/schema.ts",
|
|
34
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/index.ts",
|
|
35
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/rules.ts",
|
|
36
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/validationError.ts",
|
|
37
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/default.ts",
|
|
38
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/calculateChanges.ts",
|
|
39
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/rulesConfigs.ts",
|
|
40
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/hooks.ts",
|
|
41
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/pages.ts",
|
|
42
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/resourceServers.ts",
|
|
43
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/databases.ts",
|
|
44
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/connections.ts",
|
|
45
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/scimHandler.ts",
|
|
46
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/clients.ts",
|
|
47
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/tenant.ts",
|
|
48
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/emailProvider.ts",
|
|
49
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/emailTemplates.ts",
|
|
50
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/clientGrants.ts",
|
|
51
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/guardianFactors.ts",
|
|
52
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/guardianFactorProviders.ts",
|
|
53
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/guardianFactorTemplates.ts",
|
|
54
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/guardianPolicies.ts",
|
|
55
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/guardianPhoneFactorSelectedProvider.ts",
|
|
56
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/guardianPhoneFactorMessageTypes.ts",
|
|
57
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/roles.ts",
|
|
58
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/branding.ts",
|
|
59
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/prompts.ts",
|
|
60
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/types.ts",
|
|
61
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/actions.ts",
|
|
62
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/triggers.ts",
|
|
63
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/organizations.ts",
|
|
64
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/utils.ts",
|
|
65
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/attackProtection.ts",
|
|
66
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/logStreams.ts",
|
|
67
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/customDomains.ts",
|
|
68
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/themes.ts",
|
|
69
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/forms.ts",
|
|
70
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/flows.ts",
|
|
71
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/flowVaultConnections.ts",
|
|
72
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/selfServiceProfiles.ts",
|
|
73
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/index.ts",
|
|
74
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/pages.ts",
|
|
75
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/clients.ts",
|
|
76
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/tenant.ts",
|
|
77
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/sessionDurationsToMinutes.ts",
|
|
78
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/emailProvider.ts",
|
|
79
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/defaults.ts",
|
|
80
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/connections.ts",
|
|
81
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/databases.ts",
|
|
82
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/emailTemplates.ts",
|
|
83
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/clientGrants.ts",
|
|
84
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/resourceServers.ts",
|
|
85
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/guardianFactors.ts",
|
|
86
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/guardianFactorProviders.ts",
|
|
87
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/guardianFactorTemplates.ts",
|
|
88
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/guardianPhoneFactorMessageTypes.ts",
|
|
89
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/guardianPhoneFactorSelectedProvider.ts",
|
|
90
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/guardianPolicies.ts",
|
|
91
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/roles.ts",
|
|
92
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/organizations.ts",
|
|
93
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/actions.ts",
|
|
94
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/triggers.ts",
|
|
95
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/attackProtection.ts",
|
|
96
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/branding.ts",
|
|
97
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/logStreams.ts",
|
|
98
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/prompts.ts",
|
|
99
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/customDomains.ts",
|
|
100
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/themes.ts",
|
|
101
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/rules.ts",
|
|
102
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/rulesConfigs.ts",
|
|
103
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/hooks.ts",
|
|
104
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/forms.ts",
|
|
105
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/flows.ts",
|
|
106
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/flowVaultConnections.ts",
|
|
107
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/selfServiceProfiles.ts",
|
|
108
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/readonly.ts",
|
|
109
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/keywordPreservation.ts",
|
|
110
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/index.ts",
|
|
111
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/index.ts",
|
|
112
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/pages.ts",
|
|
113
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/clients.ts",
|
|
114
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/tenant.ts",
|
|
115
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/emailProvider.ts",
|
|
116
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/connections.ts",
|
|
117
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/databases.ts",
|
|
118
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/emailTemplates.ts",
|
|
119
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/clientGrants.ts",
|
|
120
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/resourceServers.ts",
|
|
121
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/guardianFactors.ts",
|
|
122
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/guardianFactorProviders.ts",
|
|
123
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/guardianFactorTemplates.ts",
|
|
124
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/guardianPhoneFactorMessageTypes.ts",
|
|
125
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/guardianPhoneFactorSelectedProvider.ts",
|
|
126
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/guardianPolicies.ts",
|
|
127
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/roles.ts",
|
|
128
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/actions.ts",
|
|
129
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/organizations.ts",
|
|
130
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/triggers.ts",
|
|
131
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/attackProtection.ts",
|
|
132
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/branding.ts",
|
|
133
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/logStreams.ts",
|
|
134
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/prompts.ts",
|
|
135
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/customDomains.ts",
|
|
136
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/themes.ts",
|
|
137
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/rules.ts",
|
|
138
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/hooks.ts",
|
|
139
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/rulesConfigs.ts",
|
|
140
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/forms.ts",
|
|
141
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/flows.ts",
|
|
142
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/flowVaultConnections.ts",
|
|
143
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/selfServiceProfiles.ts",
|
|
144
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/index.ts",
|
|
145
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/args.ts",
|
|
146
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/commands/import.ts",
|
|
147
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/configFactory.ts",
|
|
148
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/commands/export.ts"
|
|
149
|
-
]
|
|
150
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"parent": null,
|
|
3
|
-
"pid": 53075,
|
|
4
|
-
"argv": [
|
|
5
|
-
"/Users/kushal/.nvm/versions/node/v20.15.1/bin/node",
|
|
6
|
-
"/Users/kushal/.nvm/versions/node/v20.15.1/bin/npm",
|
|
7
|
-
"run",
|
|
8
|
-
"test"
|
|
9
|
-
],
|
|
10
|
-
"execArgv": [],
|
|
11
|
-
"cwd": "/Users/kushal/code/auth0/auth0-deploy-cli",
|
|
12
|
-
"time": 1732616104324,
|
|
13
|
-
"ppid": 53067,
|
|
14
|
-
"coverageFilename": "/Users/kushal/code/auth0/auth0-deploy-cli/.nyc_output/c342a72c-fa08-4b19-8b2b-60a89c746c94.json",
|
|
15
|
-
"externalId": "",
|
|
16
|
-
"uuid": "c342a72c-fa08-4b19-8b2b-60a89c746c94",
|
|
17
|
-
"files": []
|
|
18
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"parent": "c342a72c-fa08-4b19-8b2b-60a89c746c94",
|
|
3
|
-
"pid": 53097,
|
|
4
|
-
"argv": [
|
|
5
|
-
"/Users/kushal/.nvm/versions/node/v20.15.1/bin/node",
|
|
6
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/node_modules/.bin/ts-mocha",
|
|
7
|
-
"-p",
|
|
8
|
-
"tsconfig.json",
|
|
9
|
-
"--recursive",
|
|
10
|
-
"test/**/*.test*",
|
|
11
|
-
"--exclude",
|
|
12
|
-
"test/e2e/*",
|
|
13
|
-
"--timeout",
|
|
14
|
-
"7500"
|
|
15
|
-
],
|
|
16
|
-
"execArgv": [],
|
|
17
|
-
"cwd": "/Users/kushal/code/auth0/auth0-deploy-cli",
|
|
18
|
-
"time": 1732616104459,
|
|
19
|
-
"ppid": 53075,
|
|
20
|
-
"coverageFilename": "/Users/kushal/code/auth0/auth0-deploy-cli/.nyc_output/d7def0bb-33c9-4d0d-aee9-8b5cbe59fe9f.json",
|
|
21
|
-
"externalId": "",
|
|
22
|
-
"uuid": "d7def0bb-33c9-4d0d-aee9-8b5cbe59fe9f",
|
|
23
|
-
"files": []
|
|
24
|
-
}
|
|
@@ -1,394 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"processes": {
|
|
3
|
-
"6d6dd363-e875-4f60-97c0-94948f976671": {
|
|
4
|
-
"parent": "d7def0bb-33c9-4d0d-aee9-8b5cbe59fe9f",
|
|
5
|
-
"children": []
|
|
6
|
-
},
|
|
7
|
-
"c342a72c-fa08-4b19-8b2b-60a89c746c94": {
|
|
8
|
-
"parent": null,
|
|
9
|
-
"children": ["d7def0bb-33c9-4d0d-aee9-8b5cbe59fe9f"]
|
|
10
|
-
},
|
|
11
|
-
"d7def0bb-33c9-4d0d-aee9-8b5cbe59fe9f": {
|
|
12
|
-
"parent": "c342a72c-fa08-4b19-8b2b-60a89c746c94",
|
|
13
|
-
"children": ["6d6dd363-e875-4f60-97c0-94948f976671"]
|
|
14
|
-
}
|
|
15
|
-
},
|
|
16
|
-
"files": {
|
|
17
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/logger.ts": [
|
|
18
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
19
|
-
],
|
|
20
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/index.ts": [
|
|
21
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
22
|
-
],
|
|
23
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/index.ts": [
|
|
24
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
25
|
-
],
|
|
26
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/index.ts": [
|
|
27
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
28
|
-
],
|
|
29
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/constants.ts": [
|
|
30
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
31
|
-
],
|
|
32
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/deploy.ts": [
|
|
33
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
34
|
-
],
|
|
35
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/index.ts": [
|
|
36
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
37
|
-
],
|
|
38
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/client.ts": [
|
|
39
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
40
|
-
],
|
|
41
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/utils.ts": [
|
|
42
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
43
|
-
],
|
|
44
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/schema.ts": [
|
|
45
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
46
|
-
],
|
|
47
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/index.ts": [
|
|
48
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
49
|
-
],
|
|
50
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/rules.ts": [
|
|
51
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
52
|
-
],
|
|
53
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/validationError.ts": [
|
|
54
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
55
|
-
],
|
|
56
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/default.ts": [
|
|
57
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
58
|
-
],
|
|
59
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/calculateChanges.ts": [
|
|
60
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
61
|
-
],
|
|
62
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/rulesConfigs.ts": [
|
|
63
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
64
|
-
],
|
|
65
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/hooks.ts": [
|
|
66
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
67
|
-
],
|
|
68
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/pages.ts": [
|
|
69
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
70
|
-
],
|
|
71
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/resourceServers.ts": [
|
|
72
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
73
|
-
],
|
|
74
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/databases.ts": [
|
|
75
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
76
|
-
],
|
|
77
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/connections.ts": [
|
|
78
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
79
|
-
],
|
|
80
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/scimHandler.ts": [
|
|
81
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
82
|
-
],
|
|
83
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/clients.ts": [
|
|
84
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
85
|
-
],
|
|
86
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/tenant.ts": [
|
|
87
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
88
|
-
],
|
|
89
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/emailProvider.ts": [
|
|
90
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
91
|
-
],
|
|
92
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/emailTemplates.ts": [
|
|
93
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
94
|
-
],
|
|
95
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/clientGrants.ts": [
|
|
96
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
97
|
-
],
|
|
98
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/guardianFactors.ts": [
|
|
99
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
100
|
-
],
|
|
101
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/guardianFactorProviders.ts": [
|
|
102
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
103
|
-
],
|
|
104
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/guardianFactorTemplates.ts": [
|
|
105
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
106
|
-
],
|
|
107
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/guardianPolicies.ts": [
|
|
108
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
109
|
-
],
|
|
110
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/guardianPhoneFactorSelectedProvider.ts": [
|
|
111
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
112
|
-
],
|
|
113
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/guardianPhoneFactorMessageTypes.ts": [
|
|
114
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
115
|
-
],
|
|
116
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/roles.ts": [
|
|
117
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
118
|
-
],
|
|
119
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/branding.ts": [
|
|
120
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
121
|
-
],
|
|
122
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/prompts.ts": [
|
|
123
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
124
|
-
],
|
|
125
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/types.ts": [
|
|
126
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
127
|
-
],
|
|
128
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/actions.ts": [
|
|
129
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
130
|
-
],
|
|
131
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/triggers.ts": [
|
|
132
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
133
|
-
],
|
|
134
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/organizations.ts": [
|
|
135
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
136
|
-
],
|
|
137
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/utils.ts": [
|
|
138
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
139
|
-
],
|
|
140
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/attackProtection.ts": [
|
|
141
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
142
|
-
],
|
|
143
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/logStreams.ts": [
|
|
144
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
145
|
-
],
|
|
146
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/customDomains.ts": [
|
|
147
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
148
|
-
],
|
|
149
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/themes.ts": [
|
|
150
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
151
|
-
],
|
|
152
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/forms.ts": [
|
|
153
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
154
|
-
],
|
|
155
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/flows.ts": [
|
|
156
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
157
|
-
],
|
|
158
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/flowVaultConnections.ts": [
|
|
159
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
160
|
-
],
|
|
161
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/tools/auth0/handlers/selfServiceProfiles.ts": [
|
|
162
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
163
|
-
],
|
|
164
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/index.ts": [
|
|
165
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
166
|
-
],
|
|
167
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/pages.ts": [
|
|
168
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
169
|
-
],
|
|
170
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/clients.ts": [
|
|
171
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
172
|
-
],
|
|
173
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/tenant.ts": [
|
|
174
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
175
|
-
],
|
|
176
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/sessionDurationsToMinutes.ts": [
|
|
177
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
178
|
-
],
|
|
179
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/emailProvider.ts": [
|
|
180
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
181
|
-
],
|
|
182
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/defaults.ts": [
|
|
183
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
184
|
-
],
|
|
185
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/connections.ts": [
|
|
186
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
187
|
-
],
|
|
188
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/databases.ts": [
|
|
189
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
190
|
-
],
|
|
191
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/emailTemplates.ts": [
|
|
192
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
193
|
-
],
|
|
194
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/clientGrants.ts": [
|
|
195
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
196
|
-
],
|
|
197
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/resourceServers.ts": [
|
|
198
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
199
|
-
],
|
|
200
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/guardianFactors.ts": [
|
|
201
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
202
|
-
],
|
|
203
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/guardianFactorProviders.ts": [
|
|
204
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
205
|
-
],
|
|
206
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/guardianFactorTemplates.ts": [
|
|
207
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
208
|
-
],
|
|
209
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/guardianPhoneFactorMessageTypes.ts": [
|
|
210
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
211
|
-
],
|
|
212
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/guardianPhoneFactorSelectedProvider.ts": [
|
|
213
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
214
|
-
],
|
|
215
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/guardianPolicies.ts": [
|
|
216
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
217
|
-
],
|
|
218
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/roles.ts": [
|
|
219
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
220
|
-
],
|
|
221
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/organizations.ts": [
|
|
222
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
223
|
-
],
|
|
224
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/actions.ts": [
|
|
225
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
226
|
-
],
|
|
227
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/triggers.ts": [
|
|
228
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
229
|
-
],
|
|
230
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/attackProtection.ts": [
|
|
231
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
232
|
-
],
|
|
233
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/branding.ts": [
|
|
234
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
235
|
-
],
|
|
236
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/logStreams.ts": [
|
|
237
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
238
|
-
],
|
|
239
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/prompts.ts": [
|
|
240
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
241
|
-
],
|
|
242
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/customDomains.ts": [
|
|
243
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
244
|
-
],
|
|
245
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/themes.ts": [
|
|
246
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
247
|
-
],
|
|
248
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/rules.ts": [
|
|
249
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
250
|
-
],
|
|
251
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/rulesConfigs.ts": [
|
|
252
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
253
|
-
],
|
|
254
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/hooks.ts": [
|
|
255
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
256
|
-
],
|
|
257
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/forms.ts": [
|
|
258
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
259
|
-
],
|
|
260
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/flows.ts": [
|
|
261
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
262
|
-
],
|
|
263
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/flowVaultConnections.ts": [
|
|
264
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
265
|
-
],
|
|
266
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/yaml/handlers/selfServiceProfiles.ts": [
|
|
267
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
268
|
-
],
|
|
269
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/readonly.ts": [
|
|
270
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
271
|
-
],
|
|
272
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/keywordPreservation.ts": [
|
|
273
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
274
|
-
],
|
|
275
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/index.ts": [
|
|
276
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
277
|
-
],
|
|
278
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/index.ts": [
|
|
279
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
280
|
-
],
|
|
281
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/pages.ts": [
|
|
282
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
283
|
-
],
|
|
284
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/clients.ts": [
|
|
285
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
286
|
-
],
|
|
287
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/tenant.ts": [
|
|
288
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
289
|
-
],
|
|
290
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/emailProvider.ts": [
|
|
291
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
292
|
-
],
|
|
293
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/connections.ts": [
|
|
294
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
295
|
-
],
|
|
296
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/databases.ts": [
|
|
297
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
298
|
-
],
|
|
299
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/emailTemplates.ts": [
|
|
300
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
301
|
-
],
|
|
302
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/clientGrants.ts": [
|
|
303
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
304
|
-
],
|
|
305
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/resourceServers.ts": [
|
|
306
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
307
|
-
],
|
|
308
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/guardianFactors.ts": [
|
|
309
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
310
|
-
],
|
|
311
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/guardianFactorProviders.ts": [
|
|
312
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
313
|
-
],
|
|
314
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/guardianFactorTemplates.ts": [
|
|
315
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
316
|
-
],
|
|
317
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/guardianPhoneFactorMessageTypes.ts": [
|
|
318
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
319
|
-
],
|
|
320
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/guardianPhoneFactorSelectedProvider.ts": [
|
|
321
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
322
|
-
],
|
|
323
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/guardianPolicies.ts": [
|
|
324
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
325
|
-
],
|
|
326
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/roles.ts": [
|
|
327
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
328
|
-
],
|
|
329
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/actions.ts": [
|
|
330
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
331
|
-
],
|
|
332
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/organizations.ts": [
|
|
333
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
334
|
-
],
|
|
335
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/triggers.ts": [
|
|
336
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
337
|
-
],
|
|
338
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/attackProtection.ts": [
|
|
339
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
340
|
-
],
|
|
341
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/branding.ts": [
|
|
342
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
343
|
-
],
|
|
344
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/logStreams.ts": [
|
|
345
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
346
|
-
],
|
|
347
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/prompts.ts": [
|
|
348
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
349
|
-
],
|
|
350
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/customDomains.ts": [
|
|
351
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
352
|
-
],
|
|
353
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/themes.ts": [
|
|
354
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
355
|
-
],
|
|
356
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/rules.ts": [
|
|
357
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
358
|
-
],
|
|
359
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/hooks.ts": [
|
|
360
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
361
|
-
],
|
|
362
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/rulesConfigs.ts": [
|
|
363
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
364
|
-
],
|
|
365
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/forms.ts": [
|
|
366
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
367
|
-
],
|
|
368
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/flows.ts": [
|
|
369
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
370
|
-
],
|
|
371
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/flowVaultConnections.ts": [
|
|
372
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
373
|
-
],
|
|
374
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/context/directory/handlers/selfServiceProfiles.ts": [
|
|
375
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
376
|
-
],
|
|
377
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/index.ts": [
|
|
378
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
379
|
-
],
|
|
380
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/args.ts": [
|
|
381
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
382
|
-
],
|
|
383
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/commands/import.ts": [
|
|
384
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
385
|
-
],
|
|
386
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/configFactory.ts": [
|
|
387
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
388
|
-
],
|
|
389
|
-
"/Users/kushal/code/auth0/auth0-deploy-cli/src/commands/export.ts": [
|
|
390
|
-
"6d6dd363-e875-4f60-97c0-94948f976671"
|
|
391
|
-
]
|
|
392
|
-
},
|
|
393
|
-
"externalIds": {}
|
|
394
|
-
}
|
package/Makefile
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
#CONFIG_FILE=config-sdk-cdt-service-tenant.json
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
CONFIG_FILE=config-kushal-dev.json
|
|
5
|
-
|
|
6
|
-
# CONFIG_FILE=config-ACUL.json
|
|
7
|
-
|
|
8
|
-
dump:
|
|
9
|
-
npm run build && chmod +x ./lib/index.js && ./lib/index.js dump -c $(CONFIG_FILE) -f yaml -o local --debug --env false
|
|
10
|
-
deploy:
|
|
11
|
-
npm run build && chmod +x ./lib/index.js && ./lib/index.js deploy -c $(CONFIG_FILE) -i local/tenant.yaml --debug --env false
|
|
12
|
-
|
|
13
|
-
dump-json:
|
|
14
|
-
npm run build && chmod +x ./lib/index.js && ./lib/index.js dump -c $(CONFIG_FILE) -f directory -o local --debug --env false
|
|
15
|
-
deploy-json:
|
|
16
|
-
npm run build && chmod +x ./lib/index.js && ./lib/index.js deploy -c $(CONFIG_FILE) -i local --debug --env false
|
|
17
|
-
|
|
18
|
-
dashboard:
|
|
19
|
-
npm run build && chmod +x ./lib/index.js && ./lib/index.js dashboard
|
package/config-ACUL.json
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"AUTH0_DOMAIN": "dev-s2xt6l5qvounptri.us.auth0.com",
|
|
3
|
-
"AUTH0_CLIENT_ID": "FLIRqmmdlFO8bgpSiI1edt3Z2ckK5Xnr",
|
|
4
|
-
"AUTH0_CLIENT_SECRET": "ML79Kg5FYjEojXPsXZ-vxc5CczTigxhgSzcolelz8ckQrULCAczs9-uc2bV9CdeQ",
|
|
5
|
-
"AUTH0_ALLOW_DELETE": false,
|
|
6
|
-
"AUTH0_INCLUDED_ONLY": ["prompts"]
|
|
7
|
-
}
|