auth0-deploy-cli 7.14.2 → 7.14.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/{1b0a2de3-0dae-4f80-9af7-f45cabfd5e99.json → b55d7a30-feb2-4763-a79f-030cbbcaf34c.json} +1 -1
- package/.nyc_output/{50c50e87-6b9d-4f9f-b6bb-a462368ff653.json → d585e288-6dff-4d1c-a029-4e45efb2ad92.json} +0 -0
- package/.nyc_output/{cd0c5bb1-9480-4de3-b099-e95349d10f89.json → d6d3177f-b440-4a24-ac55-7aabf686a0a7.json} +0 -0
- package/.nyc_output/processinfo/b55d7a30-feb2-4763-a79f-030cbbcaf34c.json +1 -0
- package/.nyc_output/processinfo/d585e288-6dff-4d1c-a029-4e45efb2ad92.json +1 -0
- package/.nyc_output/processinfo/d6d3177f-b440-4a24-ac55-7aabf686a0a7.json +1 -0
- package/.nyc_output/processinfo/index.json +1 -1
- package/CHANGELOG.md +12 -1
- package/coverage/lcov-report/index.html +14 -14
- package/coverage/lcov-report/src/args.ts.html +1 -1
- package/coverage/lcov-report/src/commands/export.ts.html +1 -1
- package/coverage/lcov-report/src/commands/import.ts.html +1 -1
- package/coverage/lcov-report/src/commands/index.html +1 -1
- package/coverage/lcov-report/src/configFactory.ts.html +1 -1
- package/coverage/lcov-report/src/context/defaults.ts.html +1 -1
- package/coverage/lcov-report/src/context/directory/handlers/actions.ts.html +3 -3
- package/coverage/lcov-report/src/context/directory/handlers/attackProtection.ts.html +6 -6
- package/coverage/lcov-report/src/context/directory/handlers/branding.ts.html +4 -4
- package/coverage/lcov-report/src/context/directory/handlers/clientGrants.ts.html +3 -3
- package/coverage/lcov-report/src/context/directory/handlers/clients.ts.html +3 -3
- package/coverage/lcov-report/src/context/directory/handlers/connections.ts.html +4 -4
- package/coverage/lcov-report/src/context/directory/handlers/customDomains.ts.html +4 -4
- package/coverage/lcov-report/src/context/directory/handlers/databases.ts.html +3 -3
- package/coverage/lcov-report/src/context/directory/handlers/emailProvider.ts.html +3 -3
- package/coverage/lcov-report/src/context/directory/handlers/emailTemplates.ts.html +3 -3
- package/coverage/lcov-report/src/context/directory/handlers/guardianFactorProviders.ts.html +3 -3
- package/coverage/lcov-report/src/context/directory/handlers/guardianFactorTemplates.ts.html +3 -3
- package/coverage/lcov-report/src/context/directory/handlers/guardianFactors.ts.html +3 -3
- package/coverage/lcov-report/src/context/directory/handlers/guardianPhoneFactorMessageTypes.ts.html +3 -3
- package/coverage/lcov-report/src/context/directory/handlers/guardianPhoneFactorSelectedProvider.ts.html +3 -3
- package/coverage/lcov-report/src/context/directory/handlers/guardianPolicies.ts.html +3 -3
- package/coverage/lcov-report/src/context/directory/handlers/hooks.ts.html +3 -3
- package/coverage/lcov-report/src/context/directory/handlers/index.html +15 -15
- package/coverage/lcov-report/src/context/directory/handlers/index.ts.html +1 -1
- package/coverage/lcov-report/src/context/directory/handlers/logStreams.ts.html +3 -3
- package/coverage/lcov-report/src/context/directory/handlers/migrations.ts.html +5 -5
- package/coverage/lcov-report/src/context/directory/handlers/organizations.ts.html +3 -3
- package/coverage/lcov-report/src/context/directory/handlers/pages.ts.html +51 -27
- package/coverage/lcov-report/src/context/directory/handlers/prompts.ts.html +4 -4
- package/coverage/lcov-report/src/context/directory/handlers/resourceServers.ts.html +3 -3
- package/coverage/lcov-report/src/context/directory/handlers/roles.ts.html +3 -3
- package/coverage/lcov-report/src/context/directory/handlers/rules.ts.html +3 -3
- package/coverage/lcov-report/src/context/directory/handlers/rulesConfigs.ts.html +3 -3
- package/coverage/lcov-report/src/context/directory/handlers/tenant.ts.html +6 -6
- package/coverage/lcov-report/src/context/directory/handlers/themes.ts.html +4 -4
- package/coverage/lcov-report/src/context/directory/handlers/triggers.ts.html +3 -3
- package/coverage/lcov-report/src/context/directory/index.html +1 -1
- package/coverage/lcov-report/src/context/directory/index.ts.html +16 -16
- package/coverage/lcov-report/src/context/index.html +1 -1
- package/coverage/lcov-report/src/context/index.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/actions.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/attackProtection.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/branding.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/clientGrants.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/clients.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/connections.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/customDomains.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/databases.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/emailProvider.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/emailTemplates.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/guardianFactorProviders.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/guardianFactorTemplates.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/guardianFactors.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/guardianPhoneFactorMessageTypes.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/guardianPhoneFactorSelectedProvider.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/guardianPolicies.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/hooks.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/index.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/index.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/logStreams.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/migrations.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/organizations.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/pages.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/prompts.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/resourceServers.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/roles.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/rules.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/rulesConfigs.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/tenant.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/themes.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/triggers.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/index.html +1 -1
- package/coverage/lcov-report/src/context/yaml/index.ts.html +1 -1
- package/coverage/lcov-report/src/index.html +1 -1
- package/coverage/lcov-report/src/index.ts.html +1 -1
- package/coverage/lcov-report/src/logger.ts.html +2 -2
- package/coverage/lcov-report/src/readonly.ts.html +1 -1
- package/coverage/lcov-report/src/sessionDurationsToMinutes.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/client.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/actions.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/attackProtection.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/branding.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/clientGrants.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/clients.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/connections.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/customDomains.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/databases.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/default.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/emailProvider.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/emailTemplates.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/guardianFactorProviders.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/guardianFactorTemplates.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/guardianFactors.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/guardianPhoneFactorMessageTypes.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/guardianPhoneFactorSelectedProvider.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/guardianPolicies.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/hooks.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/index.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/index.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/logStreams.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/migrations.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/organizations.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/pages.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/prompts.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/resourceServers.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/roles.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/rules.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/rulesConfigs.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/tenant.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/themes.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/triggers.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/index.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/index.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/schema.ts.html +1 -1
- package/coverage/lcov-report/src/tools/calculateChanges.ts.html +1 -1
- package/coverage/lcov-report/src/tools/constants.ts.html +1 -1
- package/coverage/lcov-report/src/tools/deploy.ts.html +1 -1
- package/coverage/lcov-report/src/tools/index.html +1 -1
- package/coverage/lcov-report/src/tools/index.ts.html +2 -2
- package/coverage/lcov-report/src/tools/utils.ts.html +19 -19
- package/coverage/lcov-report/src/tools/validationError.ts.html +1 -1
- package/coverage/lcov-report/src/types.ts.html +1 -1
- package/coverage/lcov-report/src/utils.ts.html +17 -17
- package/coverage/lcov.info +294 -285
- package/docs/configuring-the-deploy-cli.md +3 -3
- package/docs/keyword-replacement.md +22 -0
- package/lib/context/directory/handlers/pages.js +7 -2
- package/package.json +6 -11
- package/.nyc_output/processinfo/1b0a2de3-0dae-4f80-9af7-f45cabfd5e99.json +0 -1
- package/.nyc_output/processinfo/50c50e87-6b9d-4f9f-b6bb-a462368ff653.json +0 -1
- package/.nyc_output/processinfo/cd0c5bb1-9480-4de3-b099-e95349d10f89.json +0 -1
|
@@ -25,7 +25,7 @@ Example **config.json** file:
|
|
|
25
25
|
|
|
26
26
|
By default, the Deploy CLI ingests environment variables, providing the ability to pass credentials and other configurations to the tool without needing to publish to the `config.json` file. Environment variables can either be used to augment the `config.json` file or replace it altogether depending on the project needs.
|
|
27
27
|
|
|
28
|
-
Non-primitive configuration values like `
|
|
28
|
+
Non-primitive configuration values like `AUTH0_KEYWORD_REPLACE_MAPPINGS` and `AUTH0_EXCLUDED` can also be passed in through environment variables so long as these values are properly serialized JSON.
|
|
29
29
|
|
|
30
30
|
To **disable** the consumption of environment variables for either the `import` or `export` commands, pass the `--env=false` argument.
|
|
31
31
|
|
|
@@ -34,8 +34,8 @@ To **disable** the consumption of environment variables for either the `import`
|
|
|
34
34
|
```shell
|
|
35
35
|
# Deploying configuration for YAML formats without a config.json file
|
|
36
36
|
export AUTH0_DOMAIN=<YOUR_AUTH0_DOMAIN>
|
|
37
|
-
export AUTH0_CLIENT_ID=<YOUR_CLIENT_ID>
|
|
38
|
-
export AUTH0_CLIENT_SECRET=<YOUR_CLIENT_SECRET>
|
|
37
|
+
export AUTH0_CLIENT_ID=<YOUR_CLIENT_ID>
|
|
38
|
+
export AUTH0_CLIENT_SECRET=<YOUR_CLIENT_SECRET>
|
|
39
39
|
|
|
40
40
|
a0deploy import --input_file=local/tenant.yaml
|
|
41
41
|
|
|
@@ -36,6 +36,28 @@ clients:
|
|
|
36
36
|
allowed_logout_urls: @@ALLOWED_LOGOUTS@@
|
|
37
37
|
```
|
|
38
38
|
|
|
39
|
+
## Array Concatenation
|
|
40
|
+
|
|
41
|
+
You may encounter situations where you would want to concatenate values onto a static array through keyword replacement. There is no special syntax to support this case, however, it is possible to achieve this by escaping double quotes in a single string that contains the appropriate values and injecting with the `##` keyword syntax. This technique works for both the [YAML and directory formats](./available-resource-config-formats.md).
|
|
42
|
+
|
|
43
|
+
### Example `config.json`
|
|
44
|
+
|
|
45
|
+
```json
|
|
46
|
+
{
|
|
47
|
+
"AUTH0_KEYWORD_REPLACE_MAPPINGS": {
|
|
48
|
+
"GLOBAL_WEB_ORIGINS": "\"http://local.me:8080\", \"http://localhost\", \"http://localhost:3000\""
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
### Example `tenant.yaml`
|
|
54
|
+
|
|
55
|
+
```yaml
|
|
56
|
+
clients:
|
|
57
|
+
- name: Test App
|
|
58
|
+
web_origins: [ "http://production-app.com", "https://production-app.com", ##GLOBAL_WEB_ORIGINS## ]
|
|
59
|
+
```
|
|
60
|
+
|
|
39
61
|
## Uni-directional Limitation
|
|
40
62
|
|
|
41
63
|
Currently, the Deploy CLI only preserves keywords during import. Once added, keywords are overwritten with subsequent exports. For this reason, it is recommended that if a workflow heavily depends on keyword replacement, to only perform imports in perpetuity. This limitation is noted in [this Github issue](https://github.com/auth0/auth0-deploy-cli/issues/328).
|
|
@@ -32,11 +32,16 @@ function parse(context) {
|
|
|
32
32
|
acc[name].html = file;
|
|
33
33
|
return acc;
|
|
34
34
|
}, {});
|
|
35
|
-
const pages = Object.
|
|
35
|
+
const pages = Object.keys(sorted).flatMap((key) => {
|
|
36
|
+
const { meta, html } = sorted[key];
|
|
36
37
|
if (!meta) {
|
|
37
38
|
logger_1.default.warn(`Skipping pages file ${html} as missing the corresponding '.json' file`);
|
|
38
39
|
return [];
|
|
39
40
|
}
|
|
41
|
+
if (!html && ['error_page', 'login'].includes(key)) {
|
|
42
|
+
//Error pages don't require an HTML template, it is valid to redirect errors to URL
|
|
43
|
+
return Object.assign(Object.assign({}, (0, utils_1.loadJSON)(meta, context.mappings)), { html: '' });
|
|
44
|
+
}
|
|
40
45
|
if (!html) {
|
|
41
46
|
logger_1.default.warn(`Skipping pages file ${meta} as missing corresponding '.html' file`);
|
|
42
47
|
return [];
|
|
@@ -61,7 +66,7 @@ function dump(context) {
|
|
|
61
66
|
// Dump template html to file
|
|
62
67
|
const htmlFile = path_1.default.join(pagesFolder, `${page.name}.html`);
|
|
63
68
|
logger_1.default.info(`Writing ${htmlFile}`);
|
|
64
|
-
fs_extra_1.default.writeFileSync(htmlFile, page.html);
|
|
69
|
+
fs_extra_1.default.writeFileSync(htmlFile || '', page.html);
|
|
65
70
|
metadata.html = `./${page.name}.html`;
|
|
66
71
|
}
|
|
67
72
|
// Dump page metadata
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "auth0-deploy-cli",
|
|
3
|
-
"version": "7.14.
|
|
3
|
+
"version": "7.14.3",
|
|
4
4
|
"description": "A command line tool for deploying updates to your Auth0 tenant",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"test:coverage": "nyc npm run test; nyc report --reporter=lcov",
|
|
17
17
|
"build": "rimraf ./lib && npx tsc",
|
|
18
18
|
"dev": "npx tsc --watch",
|
|
19
|
-
"
|
|
19
|
+
"prepublishOnly": "npm run build",
|
|
20
20
|
"preversion": "kacl prerelease",
|
|
21
21
|
"version": "kacl release && git add CHANGELOG.md"
|
|
22
22
|
},
|
|
@@ -32,10 +32,6 @@
|
|
|
32
32
|
"readme": "README.md",
|
|
33
33
|
"homepage": "https://github.com/auth0/auth0-deploy-cli#readme",
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@types/lodash": "^4.14.181",
|
|
36
|
-
"@types/nconf": "^0.10.2",
|
|
37
|
-
"@types/nock": "^11.1.0",
|
|
38
|
-
"@types/winston": "^2.4.4",
|
|
39
35
|
"ajv": "^6.12.6",
|
|
40
36
|
"auth0": "^2.42.0",
|
|
41
37
|
"dot-prop": "^5.2.0",
|
|
@@ -47,19 +43,16 @@
|
|
|
47
43
|
"nconf": "^0.12.0",
|
|
48
44
|
"promise-pool-executor": "^1.1.1",
|
|
49
45
|
"sanitize-filename": "^1.6.1",
|
|
50
|
-
"sinon": "^13.0.1",
|
|
51
|
-
"sinon-chai": "^3.7.0",
|
|
52
|
-
"ts-node": "^10.9.1",
|
|
53
46
|
"winston": "^3.7.2",
|
|
54
47
|
"yargs": "^15.3.1"
|
|
55
48
|
},
|
|
56
49
|
"devDependencies": {
|
|
57
|
-
"@types/
|
|
50
|
+
"@types/lodash": "^4.14.182",
|
|
58
51
|
"@types/mocha": "^9.1.0",
|
|
52
|
+
"@types/nconf": "^0.10.3",
|
|
59
53
|
"@typescript-eslint/parser": "^5.30.3",
|
|
60
54
|
"chai": "^4.3.6",
|
|
61
55
|
"chai-as-promised": "^7.1.1",
|
|
62
|
-
"cross-env": "^3.1.4",
|
|
63
56
|
"eslint": "^7.28.0",
|
|
64
57
|
"eslint-config-airbnb-base": "^14.2.1",
|
|
65
58
|
"eslint-config-prettier": "^8.5.0",
|
|
@@ -73,6 +66,8 @@
|
|
|
73
66
|
"pretty-quick": "^3.1.3",
|
|
74
67
|
"rimraf": "^3.0.2",
|
|
75
68
|
"rmdir-sync": "^1.0.1",
|
|
69
|
+
"sinon": "^13.0.2",
|
|
70
|
+
"sinon-chai": "^3.7.0",
|
|
76
71
|
"ts-mocha": "^9.0.2",
|
|
77
72
|
"typescript": "^4.7.4",
|
|
78
73
|
"zlib": "^1.0.5"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"parent":"50c50e87-6b9d-4f9f-b6bb-a462368ff653","pid":719,"argv":["/home/circleci/.nvm/versions/node/v16.16.0/bin/node","/home/circleci/repo/node_modules/mocha/bin/mocha","-r","/home/circleci/repo/node_modules/ts-mocha/src/index.js","--recursive","test/**/*.test*","--exclude","test/e2e/*","--timeout","5000"],"execArgv":[],"cwd":"/home/circleci/repo","time":1659374822700,"ppid":712,"coverageFilename":"/home/circleci/repo/.nyc_output/1b0a2de3-0dae-4f80-9af7-f45cabfd5e99.json","externalId":"","uuid":"1b0a2de3-0dae-4f80-9af7-f45cabfd5e99","files":["/home/circleci/repo/src/logger.ts","/home/circleci/repo/src/context/index.ts","/home/circleci/repo/src/context/yaml/index.ts","/home/circleci/repo/src/tools/index.ts","/home/circleci/repo/src/tools/constants.ts","/home/circleci/repo/src/tools/deploy.ts","/home/circleci/repo/src/tools/auth0/index.ts","/home/circleci/repo/src/tools/auth0/client.ts","/home/circleci/repo/src/tools/utils.ts","/home/circleci/repo/src/tools/auth0/schema.ts","/home/circleci/repo/src/tools/auth0/handlers/index.ts","/home/circleci/repo/src/tools/auth0/handlers/rules.ts","/home/circleci/repo/src/tools/validationError.ts","/home/circleci/repo/src/tools/auth0/handlers/default.ts","/home/circleci/repo/src/tools/calculateChanges.ts","/home/circleci/repo/src/tools/auth0/handlers/rulesConfigs.ts","/home/circleci/repo/src/tools/auth0/handlers/hooks.ts","/home/circleci/repo/src/tools/auth0/handlers/pages.ts","/home/circleci/repo/src/tools/auth0/handlers/resourceServers.ts","/home/circleci/repo/src/tools/auth0/handlers/databases.ts","/home/circleci/repo/src/tools/auth0/handlers/connections.ts","/home/circleci/repo/src/tools/auth0/handlers/clients.ts","/home/circleci/repo/src/tools/auth0/handlers/tenant.ts","/home/circleci/repo/src/tools/auth0/handlers/emailProvider.ts","/home/circleci/repo/src/tools/auth0/handlers/emailTemplates.ts","/home/circleci/repo/src/tools/auth0/handlers/clientGrants.ts","/home/circleci/repo/src/tools/auth0/handlers/guardianFactors.ts","/home/circleci/repo/src/tools/auth0/handlers/guardianFactorProviders.ts","/home/circleci/repo/src/tools/auth0/handlers/guardianFactorTemplates.ts","/home/circleci/repo/src/tools/auth0/handlers/guardianPolicies.ts","/home/circleci/repo/src/tools/auth0/handlers/guardianPhoneFactorSelectedProvider.ts","/home/circleci/repo/src/tools/auth0/handlers/guardianPhoneFactorMessageTypes.ts","/home/circleci/repo/src/tools/auth0/handlers/roles.ts","/home/circleci/repo/src/tools/auth0/handlers/branding.ts","/home/circleci/repo/src/tools/auth0/handlers/prompts.ts","/home/circleci/repo/src/types.ts","/home/circleci/repo/src/tools/auth0/handlers/migrations.ts","/home/circleci/repo/src/tools/auth0/handlers/actions.ts","/home/circleci/repo/src/tools/auth0/handlers/triggers.ts","/home/circleci/repo/src/tools/auth0/handlers/organizations.ts","/home/circleci/repo/src/tools/auth0/handlers/attackProtection.ts","/home/circleci/repo/src/tools/auth0/handlers/logStreams.ts","/home/circleci/repo/src/tools/auth0/handlers/customDomains.ts","/home/circleci/repo/src/tools/auth0/handlers/themes.ts","/home/circleci/repo/src/utils.ts","/home/circleci/repo/src/context/yaml/handlers/index.ts","/home/circleci/repo/src/context/yaml/handlers/pages.ts","/home/circleci/repo/src/context/yaml/handlers/rules.ts","/home/circleci/repo/src/context/yaml/handlers/hooks.ts","/home/circleci/repo/src/context/yaml/handlers/clients.ts","/home/circleci/repo/src/context/yaml/handlers/tenant.ts","/home/circleci/repo/src/sessionDurationsToMinutes.ts","/home/circleci/repo/src/context/yaml/handlers/emailProvider.ts","/home/circleci/repo/src/context/defaults.ts","/home/circleci/repo/src/context/yaml/handlers/connections.ts","/home/circleci/repo/src/context/yaml/handlers/databases.ts","/home/circleci/repo/src/context/yaml/handlers/emailTemplates.ts","/home/circleci/repo/src/context/yaml/handlers/clientGrants.ts","/home/circleci/repo/src/context/yaml/handlers/rulesConfigs.ts","/home/circleci/repo/src/context/yaml/handlers/resourceServers.ts","/home/circleci/repo/src/context/yaml/handlers/guardianFactors.ts","/home/circleci/repo/src/context/yaml/handlers/guardianFactorProviders.ts","/home/circleci/repo/src/context/yaml/handlers/guardianFactorTemplates.ts","/home/circleci/repo/src/context/yaml/handlers/guardianPhoneFactorMessageTypes.ts","/home/circleci/repo/src/context/yaml/handlers/guardianPhoneFactorSelectedProvider.ts","/home/circleci/repo/src/context/yaml/handlers/guardianPolicies.ts","/home/circleci/repo/src/context/yaml/handlers/roles.ts","/home/circleci/repo/src/context/yaml/handlers/organizations.ts","/home/circleci/repo/src/context/yaml/handlers/migrations.ts","/home/circleci/repo/src/context/yaml/handlers/actions.ts","/home/circleci/repo/src/context/yaml/handlers/triggers.ts","/home/circleci/repo/src/context/yaml/handlers/attackProtection.ts","/home/circleci/repo/src/context/yaml/handlers/branding.ts","/home/circleci/repo/src/context/yaml/handlers/logStreams.ts","/home/circleci/repo/src/context/yaml/handlers/prompts.ts","/home/circleci/repo/src/context/yaml/handlers/customDomains.ts","/home/circleci/repo/src/context/yaml/handlers/themes.ts","/home/circleci/repo/src/readonly.ts","/home/circleci/repo/src/context/directory/index.ts","/home/circleci/repo/src/context/directory/handlers/index.ts","/home/circleci/repo/src/context/directory/handlers/pages.ts","/home/circleci/repo/src/context/directory/handlers/rules.ts","/home/circleci/repo/src/context/directory/handlers/hooks.ts","/home/circleci/repo/src/context/directory/handlers/clients.ts","/home/circleci/repo/src/context/directory/handlers/tenant.ts","/home/circleci/repo/src/context/directory/handlers/emailProvider.ts","/home/circleci/repo/src/context/directory/handlers/connections.ts","/home/circleci/repo/src/context/directory/handlers/databases.ts","/home/circleci/repo/src/context/directory/handlers/emailTemplates.ts","/home/circleci/repo/src/context/directory/handlers/clientGrants.ts","/home/circleci/repo/src/context/directory/handlers/rulesConfigs.ts","/home/circleci/repo/src/context/directory/handlers/resourceServers.ts","/home/circleci/repo/src/context/directory/handlers/guardianFactors.ts","/home/circleci/repo/src/context/directory/handlers/guardianFactorProviders.ts","/home/circleci/repo/src/context/directory/handlers/guardianFactorTemplates.ts","/home/circleci/repo/src/context/directory/handlers/guardianPhoneFactorMessageTypes.ts","/home/circleci/repo/src/context/directory/handlers/guardianPhoneFactorSelectedProvider.ts","/home/circleci/repo/src/context/directory/handlers/guardianPolicies.ts","/home/circleci/repo/src/context/directory/handlers/roles.ts","/home/circleci/repo/src/context/directory/handlers/migrations.ts","/home/circleci/repo/src/context/directory/handlers/actions.ts","/home/circleci/repo/src/context/directory/handlers/organizations.ts","/home/circleci/repo/src/context/directory/handlers/triggers.ts","/home/circleci/repo/src/context/directory/handlers/attackProtection.ts","/home/circleci/repo/src/context/directory/handlers/branding.ts","/home/circleci/repo/src/context/directory/handlers/logStreams.ts","/home/circleci/repo/src/context/directory/handlers/prompts.ts","/home/circleci/repo/src/context/directory/handlers/customDomains.ts","/home/circleci/repo/src/context/directory/handlers/themes.ts","/home/circleci/repo/src/index.ts","/home/circleci/repo/src/args.ts","/home/circleci/repo/src/commands/import.ts","/home/circleci/repo/src/configFactory.ts","/home/circleci/repo/src/commands/export.ts"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"parent":"cd0c5bb1-9480-4de3-b099-e95349d10f89","pid":712,"argv":["/home/circleci/.nvm/versions/node/v16.16.0/bin/node","/home/circleci/repo/node_modules/.bin/ts-mocha","-p","tsconfig.json","--recursive","test/**/*.test*","--exclude","test/e2e/*","--timeout","5000"],"execArgv":[],"cwd":"/home/circleci/repo","time":1659374822594,"ppid":711,"coverageFilename":"/home/circleci/repo/.nyc_output/50c50e87-6b9d-4f9f-b6bb-a462368ff653.json","externalId":"","uuid":"50c50e87-6b9d-4f9f-b6bb-a462368ff653","files":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"parent":null,"pid":700,"argv":["/home/circleci/.nvm/versions/node/v16.16.0/bin/node","/home/circleci/.nvm/versions/node/v16.16.0/bin/npm","run","test"],"execArgv":[],"cwd":"/home/circleci/repo","time":1659374822249,"ppid":689,"coverageFilename":"/home/circleci/repo/.nyc_output/cd0c5bb1-9480-4de3-b099-e95349d10f89.json","externalId":"","uuid":"cd0c5bb1-9480-4de3-b099-e95349d10f89","files":[]}
|