auth0-deploy-cli 8.4.2 → 8.4.3
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/.nyc_output/10fa88b6-c10a-45ce-8cb3-2a8dba4f95d2.json +1 -0
- package/.nyc_output/c42a459f-fc58-412c-a675-01cb9f92dcc9.json +1 -0
- package/.nyc_output/e49c3dcb-08e8-4563-ba45-9b005a768a65.json +1 -0
- package/.nyc_output/processinfo/10fa88b6-c10a-45ce-8cb3-2a8dba4f95d2.json +1 -0
- package/.nyc_output/processinfo/c42a459f-fc58-412c-a675-01cb9f92dcc9.json +1 -0
- package/.nyc_output/processinfo/e49c3dcb-08e8-4563-ba45-9b005a768a65.json +1 -0
- package/.nyc_output/processinfo/index.json +1 -394
- package/CHANGELOG.md +8 -1
- package/coverage/lcov-report/base.css +224 -0
- package/coverage/lcov-report/block-navigation.js +87 -0
- package/coverage/lcov-report/favicon.png +0 -0
- package/coverage/lcov-report/index.html +251 -0
- package/coverage/lcov-report/prettify.css +1 -0
- package/coverage/lcov-report/prettify.js +2 -0
- package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/coverage/lcov-report/sorter.js +196 -0
- package/coverage/lcov.info +9786 -0
- package/package.json +1 -1
- 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/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
|
@@ -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
|
-
}
|
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
|
-
}
|
package/config-kushal-dev.json
DELETED
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"AUTH0_DOMAIN": "sdk-cdt-service-tenant.us.auth0.com",
|
|
3
|
-
"AUTH0_CLIENT_ID": "s2SApzm3LINmR2NQwgCv267mYnA04WVr",
|
|
4
|
-
"AUTH0_CLIENT_SECRET": "wxaxv5FQPeeST6_lTVL1l_7YPm-RScHg8z7YtF11iS2TIZdn0CLVBIP_8qQ9K7V6",
|
|
5
|
-
"AUTH0_ALLOW_DELETE": false,
|
|
6
|
-
"AUTH0_INCLUDED_ONLY": [
|
|
7
|
-
"actions",
|
|
8
|
-
"attackProtection",
|
|
9
|
-
"branding",
|
|
10
|
-
"clientGrants",
|
|
11
|
-
"clients",
|
|
12
|
-
"connections",
|
|
13
|
-
"customDomains",
|
|
14
|
-
"databases",
|
|
15
|
-
"emailProvider",
|
|
16
|
-
"emailTemplates",
|
|
17
|
-
"guardianFactorProviders",
|
|
18
|
-
"guardianFactorTemplates",
|
|
19
|
-
"guardianFactors",
|
|
20
|
-
"guardianPhoneFactorMessageTypes",
|
|
21
|
-
"guardianPhoneFactorSelectedProvider",
|
|
22
|
-
"guardianPolicies",
|
|
23
|
-
"logStreams",
|
|
24
|
-
"migrations",
|
|
25
|
-
"organizations",
|
|
26
|
-
"pages",
|
|
27
|
-
"prompts",
|
|
28
|
-
"resourceServers",
|
|
29
|
-
"roles",
|
|
30
|
-
"tenant",
|
|
31
|
-
"triggers"
|
|
32
|
-
],
|
|
33
|
-
"EXCLUDED_PROPS": {
|
|
34
|
-
"clients": ["client_metadata.meta_1"],
|
|
35
|
-
"connections": ["options.client_secret"]
|
|
36
|
-
},
|
|
37
|
-
"AUTH0_KEYWORD_REPLACE_MAPPINGS": {
|
|
38
|
-
"SETUP_CONFIG": {
|
|
39
|
-
"client_id": "0jxGDcTjNj2Y5cvrSH0fIlWBhLlrJXqy",
|
|
40
|
-
"client_secret": "AL0BKdSVhHfBRE9Re_nzRch2w3LpdMovK5TXCJT1prYTaVNnrigeeqwHsR53_qxC",
|
|
41
|
-
"domain": "kushal-dev.eu.auth0.com",
|
|
42
|
-
"type": "OAUTH_APP"
|
|
43
|
-
},
|
|
44
|
-
"MY_FLOW": "test-flow-TestAccFlowDataSource"
|
|
45
|
-
},
|
|
46
|
-
"AUTH0_PRESERVE_KEYWORDS": false
|
|
47
|
-
}
|