auth0-deploy-cli 8.4.0 → 8.4.2
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/.env +23 -0
- package/.idea/auth0-deploy-cli.iml +9 -0
- package/.idea/codeStyles/Project.xml +21 -0
- package/.idea/codeStyles/codeStyleConfig.xml +5 -0
- package/.idea/dataSources/53dc7cd8-836e-41a8-bc7c-7c4e80365ccf/storage_v2/_src_/schema/main.uQUzAA.meta +2 -0
- package/.idea/dataSources/53dc7cd8-836e-41a8-bc7c-7c4e80365ccf.xml +1649 -0
- package/.idea/dataSources.local.xml +17 -0
- package/.idea/dataSources.xml +23 -0
- package/.idea/inspectionProfiles/Project_Default.xml +6 -0
- package/.idea/modules.xml +8 -0
- package/.idea/vcs.xml +6 -0
- package/.nyc_output/6d6dd363-e875-4f60-97c0-94948f976671.json +57323 -0
- package/.nyc_output/c342a72c-fa08-4b19-8b2b-60a89c746c94.json +1 -0
- package/.nyc_output/d7def0bb-33c9-4d0d-aee9-8b5cbe59fe9f.json +1 -0
- package/.nyc_output/processinfo/6d6dd363-e875-4f60-97c0-94948f976671.json +150 -0
- package/.nyc_output/processinfo/c342a72c-fa08-4b19-8b2b-60a89c746c94.json +18 -0
- package/.nyc_output/processinfo/d7def0bb-33c9-4d0d-aee9-8b5cbe59fe9f.json +24 -0
- package/.nyc_output/processinfo/index.json +394 -1
- package/CHANGELOG.md +27 -1
- package/Makefile +19 -0
- package/config-ACUL.json +7 -0
- package/config-brucke-tenant.json +6 -0
- package/config-kushal-dev.json +8 -0
- package/config-sdk-cdt-service-tenant.json +47 -0
- package/docs/resource-specific-documentation.md +74 -1
- package/examples/directory/prompts/custom-text.json +9 -0
- package/examples/directory/prompts/prompts.json +6 -0
- package/examples/directory/prompts/screenRenderSettings/login-id_login-id.json +33 -0
- package/examples/directory/prompts/screenRenderSettings/signup-id_signup-id.json +20 -0
- package/examples/yaml/prompts/screenRenderSettings/login-id_login-id.json +33 -0
- package/examples/yaml/prompts/screenRenderSettings/signup-id_signup-id.json +20 -0
- package/examples/yaml/tenant.yaml +16 -0
- package/lib/context/directory/handlers/actions.js +4 -1
- package/lib/context/directory/handlers/actions.js.map +1 -1
- package/lib/context/directory/handlers/connections.js +8 -0
- package/lib/context/directory/handlers/connections.js.map +1 -1
- package/lib/context/yaml/handlers/connections.js +8 -0
- package/lib/context/yaml/handlers/connections.js.map +1 -1
- package/lib/tools/auth0/handlers/actions.js +1 -1
- package/lib/tools/auth0/handlers/emailProvider.js +43 -4
- package/lib/tools/auth0/handlers/emailProvider.js.map +1 -1
- package/lib/tools/auth0/handlers/emailTemplates.js +1 -1
- package/lib/tools/auth0/handlers/flowVaultConnections.js +46 -1
- package/lib/tools/auth0/handlers/flowVaultConnections.js.map +1 -1
- package/lib/tools/auth0/handlers/flows.js +44 -2
- package/lib/tools/auth0/handlers/flows.js.map +1 -1
- package/lib/tools/auth0/handlers/forms.js +43 -1
- package/lib/tools/auth0/handlers/forms.js.map +1 -1
- package/lib/tools/auth0/handlers/guardianFactorProviders.js +3 -0
- package/lib/tools/auth0/handlers/guardianFactorProviders.js.map +1 -1
- package/lib/tools/auth0/handlers/prompts.js +1 -1
- package/lib/tools/auth0/handlers/prompts.js.map +1 -1
- package/lib/utils.d.ts +7 -0
- package/lib/utils.js +14 -1
- package/lib/utils.js.map +1 -1
- package/package.json +2 -2
- package/.nyc_output/12d78b58-6bd7-452a-a9a4-f1e923c22b51.json +0 -1
- package/.nyc_output/8f58e4fb-368d-4880-8e58-ed86cbd3e521.json +0 -1
- package/.nyc_output/9ad44158-4fdf-4718-834f-9979786405f9.json +0 -1
- package/.nyc_output/processinfo/12d78b58-6bd7-452a-a9a4-f1e923c22b51.json +0 -1
- package/.nyc_output/processinfo/8f58e4fb-368d-4880-8e58-ed86cbd3e521.json +0 -1
- package/.nyc_output/processinfo/9ad44158-4fdf-4718-834f-9979786405f9.json +0 -1
- package/coverage/lcov-report/base.css +0 -224
- package/coverage/lcov-report/block-navigation.js +0 -87
- package/coverage/lcov-report/favicon.png +0 -0
- package/coverage/lcov-report/index.html +0 -251
- package/coverage/lcov-report/prettify.css +0 -1
- package/coverage/lcov-report/prettify.js +0 -2
- package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/coverage/lcov-report/sorter.js +0 -196
- package/coverage/lcov.info +0 -9734
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1,150 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
}
|