auth0-deploy-cli 7.15.1 → 7.16.0

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.
Files changed (238) hide show
  1. package/.github/workflows/semgrep.yml +18 -0
  2. package/.nyc_output/{08f269c7-2bda-456b-9064-c7b1074e59c9.json → 0fafda5c-41f9-46fb-bd7b-6dab83c26135.json} +0 -0
  3. package/.nyc_output/{a6a342d6-c13c-4c02-9473-2dd51f10e305.json → a40df0b3-2286-48de-bc8c-3e7c403c0d90.json} +0 -0
  4. package/.nyc_output/d0ce7bd3-9483-465f-84b7-6b0c188b8615.json +1 -0
  5. package/.nyc_output/processinfo/0fafda5c-41f9-46fb-bd7b-6dab83c26135.json +1 -0
  6. package/.nyc_output/processinfo/a40df0b3-2286-48de-bc8c-3e7c403c0d90.json +1 -0
  7. package/.nyc_output/processinfo/d0ce7bd3-9483-465f-84b7-6b0c188b8615.json +1 -0
  8. package/.nyc_output/processinfo/index.json +1 -1
  9. package/CHANGELOG.md +33 -1
  10. package/README.md +35 -19
  11. package/coverage/lcov-report/index.html +53 -53
  12. package/coverage/lcov-report/src/args.ts.html +1 -1
  13. package/coverage/lcov-report/src/commands/export.ts.html +1 -1
  14. package/coverage/lcov-report/src/commands/import.ts.html +1 -1
  15. package/coverage/lcov-report/src/commands/index.html +1 -1
  16. package/coverage/lcov-report/src/configFactory.ts.html +1 -1
  17. package/coverage/lcov-report/src/context/defaults.ts.html +1 -1
  18. package/coverage/lcov-report/src/context/directory/handlers/actions.ts.html +1 -1
  19. package/coverage/lcov-report/src/context/directory/handlers/attackProtection.ts.html +1 -1
  20. package/coverage/lcov-report/src/context/directory/handlers/branding.ts.html +1 -1
  21. package/coverage/lcov-report/src/context/directory/handlers/clientGrants.ts.html +14 -5
  22. package/coverage/lcov-report/src/context/directory/handlers/clients.ts.html +1 -1
  23. package/coverage/lcov-report/src/context/directory/handlers/connections.ts.html +1 -1
  24. package/coverage/lcov-report/src/context/directory/handlers/customDomains.ts.html +1 -1
  25. package/coverage/lcov-report/src/context/directory/handlers/databases.ts.html +1 -1
  26. package/coverage/lcov-report/src/context/directory/handlers/emailProvider.ts.html +1 -1
  27. package/coverage/lcov-report/src/context/directory/handlers/emailTemplates.ts.html +1 -1
  28. package/coverage/lcov-report/src/context/directory/handlers/guardianFactorProviders.ts.html +1 -1
  29. package/coverage/lcov-report/src/context/directory/handlers/guardianFactorTemplates.ts.html +1 -1
  30. package/coverage/lcov-report/src/context/directory/handlers/guardianFactors.ts.html +1 -1
  31. package/coverage/lcov-report/src/context/directory/handlers/guardianPhoneFactorMessageTypes.ts.html +1 -1
  32. package/coverage/lcov-report/src/context/directory/handlers/guardianPhoneFactorSelectedProvider.ts.html +1 -1
  33. package/coverage/lcov-report/src/context/directory/handlers/guardianPolicies.ts.html +1 -1
  34. package/coverage/lcov-report/src/context/directory/handlers/hooks.ts.html +1 -1
  35. package/coverage/lcov-report/src/context/directory/handlers/index.html +1 -1
  36. package/coverage/lcov-report/src/context/directory/handlers/index.ts.html +1 -1
  37. package/coverage/lcov-report/src/context/directory/handlers/logStreams.ts.html +1 -1
  38. package/coverage/lcov-report/src/context/directory/handlers/migrations.ts.html +1 -1
  39. package/coverage/lcov-report/src/context/directory/handlers/organizations.ts.html +1 -1
  40. package/coverage/lcov-report/src/context/directory/handlers/pages.ts.html +1 -1
  41. package/coverage/lcov-report/src/context/directory/handlers/prompts.ts.html +1 -1
  42. package/coverage/lcov-report/src/context/directory/handlers/resourceServers.ts.html +1 -1
  43. package/coverage/lcov-report/src/context/directory/handlers/roles.ts.html +1 -1
  44. package/coverage/lcov-report/src/context/directory/handlers/rules.ts.html +1 -1
  45. package/coverage/lcov-report/src/context/directory/handlers/rulesConfigs.ts.html +1 -1
  46. package/coverage/lcov-report/src/context/directory/handlers/tenant.ts.html +11 -11
  47. package/coverage/lcov-report/src/context/directory/handlers/themes.ts.html +1 -1
  48. package/coverage/lcov-report/src/context/directory/handlers/triggers.ts.html +1 -1
  49. package/coverage/lcov-report/src/context/directory/index.html +11 -11
  50. package/coverage/lcov-report/src/context/directory/index.ts.html +30 -21
  51. package/coverage/lcov-report/src/context/index.html +19 -19
  52. package/coverage/lcov-report/src/context/index.ts.html +124 -37
  53. package/coverage/lcov-report/src/context/yaml/handlers/actions.ts.html +3 -3
  54. package/coverage/lcov-report/src/context/yaml/handlers/attackProtection.ts.html +3 -3
  55. package/coverage/lcov-report/src/context/yaml/handlers/branding.ts.html +2 -2
  56. package/coverage/lcov-report/src/context/yaml/handlers/clientGrants.ts.html +3 -3
  57. package/coverage/lcov-report/src/context/yaml/handlers/clients.ts.html +4 -4
  58. package/coverage/lcov-report/src/context/yaml/handlers/connections.ts.html +5 -5
  59. package/coverage/lcov-report/src/context/yaml/handlers/customDomains.ts.html +3 -3
  60. package/coverage/lcov-report/src/context/yaml/handlers/databases.ts.html +3 -3
  61. package/coverage/lcov-report/src/context/yaml/handlers/emailProvider.ts.html +3 -3
  62. package/coverage/lcov-report/src/context/yaml/handlers/emailTemplates.ts.html +3 -3
  63. package/coverage/lcov-report/src/context/yaml/handlers/guardianFactorProviders.ts.html +3 -3
  64. package/coverage/lcov-report/src/context/yaml/handlers/guardianFactorTemplates.ts.html +3 -3
  65. package/coverage/lcov-report/src/context/yaml/handlers/guardianFactors.ts.html +3 -3
  66. package/coverage/lcov-report/src/context/yaml/handlers/guardianPhoneFactorMessageTypes.ts.html +3 -3
  67. package/coverage/lcov-report/src/context/yaml/handlers/guardianPhoneFactorSelectedProvider.ts.html +3 -3
  68. package/coverage/lcov-report/src/context/yaml/handlers/guardianPolicies.ts.html +3 -3
  69. package/coverage/lcov-report/src/context/yaml/handlers/hooks.ts.html +3 -3
  70. package/coverage/lcov-report/src/context/yaml/handlers/index.html +1 -1
  71. package/coverage/lcov-report/src/context/yaml/handlers/index.ts.html +1 -1
  72. package/coverage/lcov-report/src/context/yaml/handlers/logStreams.ts.html +3 -3
  73. package/coverage/lcov-report/src/context/yaml/handlers/migrations.ts.html +3 -3
  74. package/coverage/lcov-report/src/context/yaml/handlers/organizations.ts.html +3 -3
  75. package/coverage/lcov-report/src/context/yaml/handlers/pages.ts.html +3 -3
  76. package/coverage/lcov-report/src/context/yaml/handlers/prompts.ts.html +3 -3
  77. package/coverage/lcov-report/src/context/yaml/handlers/resourceServers.ts.html +4 -4
  78. package/coverage/lcov-report/src/context/yaml/handlers/roles.ts.html +3 -3
  79. package/coverage/lcov-report/src/context/yaml/handlers/rules.ts.html +3 -3
  80. package/coverage/lcov-report/src/context/yaml/handlers/rulesConfigs.ts.html +3 -3
  81. package/coverage/lcov-report/src/context/yaml/handlers/tenant.ts.html +8 -8
  82. package/coverage/lcov-report/src/context/yaml/handlers/themes.ts.html +3 -3
  83. package/coverage/lcov-report/src/context/yaml/handlers/triggers.ts.html +2 -2
  84. package/coverage/lcov-report/src/context/yaml/index.html +17 -17
  85. package/coverage/lcov-report/src/context/yaml/index.ts.html +75 -48
  86. package/coverage/lcov-report/src/index.html +1 -1
  87. package/coverage/lcov-report/src/index.ts.html +1 -1
  88. package/coverage/lcov-report/src/logger.ts.html +2 -2
  89. package/coverage/lcov-report/src/readonly.ts.html +3 -6
  90. package/coverage/lcov-report/src/sessionDurationsToMinutes.ts.html +5 -5
  91. package/coverage/lcov-report/src/tools/auth0/client.ts.html +4 -4
  92. package/coverage/lcov-report/src/tools/auth0/handlers/actions.ts.html +32 -14
  93. package/coverage/lcov-report/src/tools/auth0/handlers/attackProtection.ts.html +2 -2
  94. package/coverage/lcov-report/src/tools/auth0/handlers/branding.ts.html +2 -2
  95. package/coverage/lcov-report/src/tools/auth0/handlers/clientGrants.ts.html +2 -2
  96. package/coverage/lcov-report/src/tools/auth0/handlers/clients.ts.html +2 -2
  97. package/coverage/lcov-report/src/tools/auth0/handlers/connections.ts.html +2 -2
  98. package/coverage/lcov-report/src/tools/auth0/handlers/customDomains.ts.html +2 -2
  99. package/coverage/lcov-report/src/tools/auth0/handlers/databases.ts.html +2 -2
  100. package/coverage/lcov-report/src/tools/auth0/handlers/default.ts.html +37 -37
  101. package/coverage/lcov-report/src/tools/auth0/handlers/emailProvider.ts.html +26 -32
  102. package/coverage/lcov-report/src/tools/auth0/handlers/emailTemplates.ts.html +2 -2
  103. package/coverage/lcov-report/src/tools/auth0/handlers/guardianFactorProviders.ts.html +2 -2
  104. package/coverage/lcov-report/src/tools/auth0/handlers/guardianFactorTemplates.ts.html +2 -2
  105. package/coverage/lcov-report/src/tools/auth0/handlers/guardianFactors.ts.html +2 -2
  106. package/coverage/lcov-report/src/tools/auth0/handlers/guardianPhoneFactorMessageTypes.ts.html +2 -2
  107. package/coverage/lcov-report/src/tools/auth0/handlers/guardianPhoneFactorSelectedProvider.ts.html +2 -2
  108. package/coverage/lcov-report/src/tools/auth0/handlers/guardianPolicies.ts.html +2 -2
  109. package/coverage/lcov-report/src/tools/auth0/handlers/hooks.ts.html +2 -2
  110. package/coverage/lcov-report/src/tools/auth0/handlers/index.html +41 -41
  111. package/coverage/lcov-report/src/tools/auth0/handlers/index.ts.html +1 -1
  112. package/coverage/lcov-report/src/tools/auth0/handlers/logStreams.ts.html +44 -23
  113. package/coverage/lcov-report/src/tools/auth0/handlers/migrations.ts.html +2 -2
  114. package/coverage/lcov-report/src/tools/auth0/handlers/organizations.ts.html +2 -2
  115. package/coverage/lcov-report/src/tools/auth0/handlers/pages.ts.html +2 -2
  116. package/coverage/lcov-report/src/tools/auth0/handlers/prompts.ts.html +25 -16
  117. package/coverage/lcov-report/src/tools/auth0/handlers/resourceServers.ts.html +2 -2
  118. package/coverage/lcov-report/src/tools/auth0/handlers/roles.ts.html +2 -2
  119. package/coverage/lcov-report/src/tools/auth0/handlers/rules.ts.html +2 -2
  120. package/coverage/lcov-report/src/tools/auth0/handlers/rulesConfigs.ts.html +2 -2
  121. package/coverage/lcov-report/src/tools/auth0/handlers/tenant.ts.html +7 -7
  122. package/coverage/lcov-report/src/tools/auth0/handlers/themes.ts.html +2 -2
  123. package/coverage/lcov-report/src/tools/auth0/handlers/triggers.ts.html +2 -2
  124. package/coverage/lcov-report/src/tools/auth0/index.html +18 -18
  125. package/coverage/lcov-report/src/tools/auth0/index.ts.html +64 -34
  126. package/coverage/lcov-report/src/tools/auth0/schema.ts.html +1 -1
  127. package/coverage/lcov-report/src/tools/calculateChanges.ts.html +16 -16
  128. package/coverage/lcov-report/src/tools/constants.ts.html +1 -1
  129. package/coverage/lcov-report/src/tools/deploy.ts.html +1 -1
  130. package/coverage/lcov-report/src/tools/index.html +1 -1
  131. package/coverage/lcov-report/src/tools/index.ts.html +2 -2
  132. package/coverage/lcov-report/src/tools/utils.ts.html +18 -18
  133. package/coverage/lcov-report/src/tools/validationError.ts.html +1 -1
  134. package/coverage/lcov-report/src/types.ts.html +26 -5
  135. package/coverage/lcov-report/src/utils.ts.html +12 -12
  136. package/coverage/lcov.info +1054 -986
  137. package/docs/configuring-the-deploy-cli.md +18 -2
  138. package/docs/excluding-from-management.md +19 -4
  139. package/docs/resource-specific-documentation.md +162 -0
  140. package/lib/args.d.ts +6 -6
  141. package/lib/configFactory.d.ts +1 -1
  142. package/lib/context/directory/handlers/actions.d.ts +1 -1
  143. package/lib/context/directory/handlers/attackProtection.d.ts +1 -1
  144. package/lib/context/directory/handlers/branding.d.ts +1 -1
  145. package/lib/context/directory/handlers/clientGrants.d.ts +1 -1
  146. package/lib/context/directory/handlers/clientGrants.js +3 -2
  147. package/lib/context/directory/handlers/clientGrants.js.map +1 -1
  148. package/lib/context/directory/handlers/clients.d.ts +1 -1
  149. package/lib/context/directory/handlers/connections.d.ts +1 -1
  150. package/lib/context/directory/handlers/customDomains.d.ts +1 -1
  151. package/lib/context/directory/handlers/databases.d.ts +1 -1
  152. package/lib/context/directory/handlers/emailProvider.d.ts +1 -1
  153. package/lib/context/directory/handlers/emailTemplates.d.ts +1 -1
  154. package/lib/context/directory/handlers/guardianFactorProviders.d.ts +1 -1
  155. package/lib/context/directory/handlers/guardianFactorTemplates.d.ts +1 -1
  156. package/lib/context/directory/handlers/guardianFactors.d.ts +1 -1
  157. package/lib/context/directory/handlers/guardianPhoneFactorMessageTypes.d.ts +1 -1
  158. package/lib/context/directory/handlers/guardianPhoneFactorSelectedProvider.d.ts +1 -1
  159. package/lib/context/directory/handlers/guardianPolicies.d.ts +1 -1
  160. package/lib/context/directory/handlers/hooks.d.ts +1 -1
  161. package/lib/context/directory/handlers/index.d.ts +1 -1
  162. package/lib/context/directory/handlers/logStreams.d.ts +1 -1
  163. package/lib/context/directory/handlers/migrations.d.ts +1 -1
  164. package/lib/context/directory/handlers/organizations.d.ts +1 -1
  165. package/lib/context/directory/handlers/pages.d.ts +1 -1
  166. package/lib/context/directory/handlers/prompts.d.ts +1 -1
  167. package/lib/context/directory/handlers/resourceServers.d.ts +1 -1
  168. package/lib/context/directory/handlers/roles.d.ts +1 -1
  169. package/lib/context/directory/handlers/rules.d.ts +1 -1
  170. package/lib/context/directory/handlers/rulesConfigs.d.ts +1 -1
  171. package/lib/context/directory/handlers/tenant.d.ts +1 -1
  172. package/lib/context/directory/handlers/themes.d.ts +1 -1
  173. package/lib/context/directory/handlers/triggers.d.ts +1 -1
  174. package/lib/context/directory/index.d.ts +1 -1
  175. package/lib/context/directory/index.js +3 -0
  176. package/lib/context/directory/index.js.map +1 -1
  177. package/lib/context/index.d.ts +2 -1
  178. package/lib/context/index.js +22 -2
  179. package/lib/context/index.js.map +1 -1
  180. package/lib/context/yaml/handlers/actions.d.ts +1 -1
  181. package/lib/context/yaml/handlers/attackProtection.d.ts +1 -1
  182. package/lib/context/yaml/handlers/branding.d.ts +2 -2
  183. package/lib/context/yaml/handlers/clientGrants.d.ts +1 -1
  184. package/lib/context/yaml/handlers/clients.d.ts +1 -1
  185. package/lib/context/yaml/handlers/connections.d.ts +1 -1
  186. package/lib/context/yaml/handlers/customDomains.d.ts +1 -1
  187. package/lib/context/yaml/handlers/databases.d.ts +1 -1
  188. package/lib/context/yaml/handlers/emailProvider.d.ts +1 -1
  189. package/lib/context/yaml/handlers/emailTemplates.d.ts +1 -1
  190. package/lib/context/yaml/handlers/guardianFactorProviders.d.ts +1 -1
  191. package/lib/context/yaml/handlers/guardianFactorTemplates.d.ts +1 -1
  192. package/lib/context/yaml/handlers/guardianFactors.d.ts +1 -1
  193. package/lib/context/yaml/handlers/guardianPhoneFactorMessageTypes.d.ts +1 -1
  194. package/lib/context/yaml/handlers/guardianPhoneFactorSelectedProvider.d.ts +1 -1
  195. package/lib/context/yaml/handlers/guardianPolicies.d.ts +1 -1
  196. package/lib/context/yaml/handlers/hooks.d.ts +1 -1
  197. package/lib/context/yaml/handlers/index.d.ts +1 -1
  198. package/lib/context/yaml/handlers/logStreams.d.ts +1 -1
  199. package/lib/context/yaml/handlers/migrations.d.ts +1 -1
  200. package/lib/context/yaml/handlers/organizations.d.ts +1 -1
  201. package/lib/context/yaml/handlers/pages.d.ts +1 -1
  202. package/lib/context/yaml/handlers/prompts.d.ts +1 -1
  203. package/lib/context/yaml/handlers/resourceServers.d.ts +1 -1
  204. package/lib/context/yaml/handlers/roles.d.ts +1 -1
  205. package/lib/context/yaml/handlers/rules.d.ts +1 -1
  206. package/lib/context/yaml/handlers/rulesConfigs.d.ts +1 -1
  207. package/lib/context/yaml/handlers/tenant.d.ts +1 -1
  208. package/lib/context/yaml/handlers/themes.d.ts +1 -1
  209. package/lib/context/yaml/handlers/triggers.d.ts +1 -1
  210. package/lib/context/yaml/index.js +9 -2
  211. package/lib/context/yaml/index.js.map +1 -1
  212. package/lib/readonly.js +0 -1
  213. package/lib/readonly.js.map +1 -1
  214. package/lib/tools/auth0/handlers/actions.d.ts +1 -1
  215. package/lib/tools/auth0/handlers/actions.js +3 -0
  216. package/lib/tools/auth0/handlers/actions.js.map +1 -1
  217. package/lib/tools/auth0/handlers/default.d.ts +1 -1
  218. package/lib/tools/auth0/handlers/emailProvider.js +2 -2
  219. package/lib/tools/auth0/handlers/emailProvider.js.map +1 -1
  220. package/lib/tools/auth0/handlers/logStreams.d.ts +9 -0
  221. package/lib/tools/auth0/handlers/logStreams.js +13 -6
  222. package/lib/tools/auth0/handlers/logStreams.js.map +1 -1
  223. package/lib/tools/auth0/handlers/pages.d.ts +1 -1
  224. package/lib/tools/auth0/handlers/prompts.d.ts +6 -6
  225. package/lib/tools/auth0/handlers/prompts.js +5 -1
  226. package/lib/tools/auth0/handlers/prompts.js.map +1 -1
  227. package/lib/tools/auth0/handlers/tenant.d.ts +2 -2
  228. package/lib/tools/auth0/index.d.ts +1 -1
  229. package/lib/tools/auth0/index.js +9 -1
  230. package/lib/tools/auth0/index.js.map +1 -1
  231. package/lib/types.d.ts +27 -18
  232. package/lib/types.js.map +1 -1
  233. package/lib/utils.d.ts +2 -2
  234. package/package.json +9 -9
  235. package/.nyc_output/68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6.json +0 -1
  236. package/.nyc_output/processinfo/08f269c7-2bda-456b-9064-c7b1074e59c9.json +0 -1
  237. package/.nyc_output/processinfo/68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6.json +0 -1
  238. package/.nyc_output/processinfo/a6a342d6-c13c-4c02-9473-2dd51f10e305.json +0 -1
@@ -0,0 +1 @@
1
+ {"parent":"a40df0b3-2286-48de-bc8c-3e7c403c0d90","pid":177,"argv":["/usr/local/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":1675263990010,"ppid":176,"coverageFilename":"/home/circleci/repo/.nyc_output/0fafda5c-41f9-46fb-bd7b-6dab83c26135.json","externalId":"","uuid":"0fafda5c-41f9-46fb-bd7b-6dab83c26135","files":[]}
@@ -0,0 +1 @@
1
+ {"parent":null,"pid":165,"argv":["/usr/local/bin/node","/usr/local/bin/npm","run","test"],"execArgv":[],"cwd":"/home/circleci/repo","time":1675263989640,"ppid":154,"coverageFilename":"/home/circleci/repo/.nyc_output/a40df0b3-2286-48de-bc8c-3e7c403c0d90.json","externalId":"","uuid":"a40df0b3-2286-48de-bc8c-3e7c403c0d90","files":[]}
@@ -0,0 +1 @@
1
+ {"parent":"0fafda5c-41f9-46fb-bd7b-6dab83c26135","pid":184,"argv":["/usr/local/bin/node","/home/circleci/repo/node_modules/mocha/bin/mocha.js","-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":1675263990123,"ppid":177,"coverageFilename":"/home/circleci/repo/.nyc_output/d0ce7bd3-9483-465f-84b7-6b0c188b8615.json","externalId":"","uuid":"d0ce7bd3-9483-465f-84b7-6b0c188b8615","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 +1 @@
1
- {"processes":{"08f269c7-2bda-456b-9064-c7b1074e59c9":{"parent":"a6a342d6-c13c-4c02-9473-2dd51f10e305","children":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"]},"68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6":{"parent":"08f269c7-2bda-456b-9064-c7b1074e59c9","children":[]},"a6a342d6-c13c-4c02-9473-2dd51f10e305":{"parent":null,"children":["08f269c7-2bda-456b-9064-c7b1074e59c9"]}},"files":{"/home/circleci/repo/src/logger.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/index.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/index.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/index.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/constants.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/deploy.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/index.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/client.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/utils.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/schema.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/index.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/rules.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/validationError.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/default.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/calculateChanges.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/rulesConfigs.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/hooks.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/pages.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/resourceServers.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/databases.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/connections.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/clients.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/tenant.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/emailProvider.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/emailTemplates.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/clientGrants.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/guardianFactors.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/guardianFactorProviders.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/guardianFactorTemplates.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/guardianPolicies.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/guardianPhoneFactorSelectedProvider.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/guardianPhoneFactorMessageTypes.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/roles.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/branding.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/prompts.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/types.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/migrations.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/actions.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/triggers.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/organizations.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/attackProtection.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/logStreams.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/customDomains.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/themes.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/utils.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/index.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/pages.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/rules.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/hooks.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/clients.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/tenant.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/sessionDurationsToMinutes.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/emailProvider.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/defaults.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/connections.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/databases.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/emailTemplates.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/clientGrants.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/rulesConfigs.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/resourceServers.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/guardianFactors.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/guardianFactorProviders.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/guardianFactorTemplates.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/guardianPhoneFactorMessageTypes.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/guardianPhoneFactorSelectedProvider.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/guardianPolicies.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/roles.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/organizations.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/migrations.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/actions.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/triggers.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/attackProtection.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/branding.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/logStreams.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/prompts.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/customDomains.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/themes.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/readonly.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/index.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/index.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/pages.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/rules.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/hooks.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/clients.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/tenant.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/emailProvider.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/connections.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/databases.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/emailTemplates.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/clientGrants.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/rulesConfigs.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/resourceServers.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/guardianFactors.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/guardianFactorProviders.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/guardianFactorTemplates.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/guardianPhoneFactorMessageTypes.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/guardianPhoneFactorSelectedProvider.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/guardianPolicies.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/roles.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/migrations.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/actions.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/organizations.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/triggers.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/attackProtection.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/branding.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/logStreams.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/prompts.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/customDomains.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/themes.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/index.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/args.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/commands/import.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/configFactory.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/commands/export.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"]},"externalIds":{}}
1
+ {"processes":{"0fafda5c-41f9-46fb-bd7b-6dab83c26135":{"parent":"a40df0b3-2286-48de-bc8c-3e7c403c0d90","children":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"]},"a40df0b3-2286-48de-bc8c-3e7c403c0d90":{"parent":null,"children":["0fafda5c-41f9-46fb-bd7b-6dab83c26135"]},"d0ce7bd3-9483-465f-84b7-6b0c188b8615":{"parent":"0fafda5c-41f9-46fb-bd7b-6dab83c26135","children":[]}},"files":{"/home/circleci/repo/src/logger.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/index.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/yaml/index.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/tools/index.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/tools/constants.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/tools/deploy.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/tools/auth0/index.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/tools/auth0/client.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/tools/utils.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/tools/auth0/schema.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/tools/auth0/handlers/index.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/tools/auth0/handlers/rules.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/tools/validationError.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/tools/auth0/handlers/default.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/tools/calculateChanges.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/tools/auth0/handlers/rulesConfigs.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/tools/auth0/handlers/hooks.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/tools/auth0/handlers/pages.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/tools/auth0/handlers/resourceServers.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/tools/auth0/handlers/databases.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/tools/auth0/handlers/connections.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/tools/auth0/handlers/clients.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/tools/auth0/handlers/tenant.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/tools/auth0/handlers/emailProvider.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/tools/auth0/handlers/emailTemplates.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/tools/auth0/handlers/clientGrants.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/tools/auth0/handlers/guardianFactors.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/tools/auth0/handlers/guardianFactorProviders.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/tools/auth0/handlers/guardianFactorTemplates.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/tools/auth0/handlers/guardianPolicies.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/tools/auth0/handlers/guardianPhoneFactorSelectedProvider.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/tools/auth0/handlers/guardianPhoneFactorMessageTypes.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/tools/auth0/handlers/roles.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/tools/auth0/handlers/branding.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/tools/auth0/handlers/prompts.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/types.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/tools/auth0/handlers/migrations.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/tools/auth0/handlers/actions.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/tools/auth0/handlers/triggers.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/tools/auth0/handlers/organizations.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/tools/auth0/handlers/attackProtection.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/tools/auth0/handlers/logStreams.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/tools/auth0/handlers/customDomains.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/tools/auth0/handlers/themes.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/utils.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/yaml/handlers/index.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/yaml/handlers/pages.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/yaml/handlers/rules.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/yaml/handlers/hooks.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/yaml/handlers/clients.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/yaml/handlers/tenant.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/sessionDurationsToMinutes.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/yaml/handlers/emailProvider.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/defaults.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/yaml/handlers/connections.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/yaml/handlers/databases.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/yaml/handlers/emailTemplates.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/yaml/handlers/clientGrants.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/yaml/handlers/rulesConfigs.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/yaml/handlers/resourceServers.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/yaml/handlers/guardianFactors.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/yaml/handlers/guardianFactorProviders.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/yaml/handlers/guardianFactorTemplates.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/yaml/handlers/guardianPhoneFactorMessageTypes.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/yaml/handlers/guardianPhoneFactorSelectedProvider.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/yaml/handlers/guardianPolicies.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/yaml/handlers/roles.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/yaml/handlers/organizations.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/yaml/handlers/migrations.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/yaml/handlers/actions.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/yaml/handlers/triggers.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/yaml/handlers/attackProtection.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/yaml/handlers/branding.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/yaml/handlers/logStreams.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/yaml/handlers/prompts.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/yaml/handlers/customDomains.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/yaml/handlers/themes.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/readonly.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/directory/index.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/directory/handlers/index.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/directory/handlers/pages.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/directory/handlers/rules.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/directory/handlers/hooks.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/directory/handlers/clients.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/directory/handlers/tenant.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/directory/handlers/emailProvider.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/directory/handlers/connections.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/directory/handlers/databases.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/directory/handlers/emailTemplates.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/directory/handlers/clientGrants.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/directory/handlers/rulesConfigs.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/directory/handlers/resourceServers.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/directory/handlers/guardianFactors.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/directory/handlers/guardianFactorProviders.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/directory/handlers/guardianFactorTemplates.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/directory/handlers/guardianPhoneFactorMessageTypes.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/directory/handlers/guardianPhoneFactorSelectedProvider.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/directory/handlers/guardianPolicies.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/directory/handlers/roles.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/directory/handlers/migrations.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/directory/handlers/actions.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/directory/handlers/organizations.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/directory/handlers/triggers.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/directory/handlers/attackProtection.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/directory/handlers/branding.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/directory/handlers/logStreams.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/directory/handlers/prompts.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/directory/handlers/customDomains.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/context/directory/handlers/themes.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/index.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/args.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/commands/import.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/configFactory.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"],"/home/circleci/repo/src/commands/export.ts":["d0ce7bd3-9483-465f-84b7-6b0c188b8615"]},"externalIds":{}}
package/CHANGELOG.md CHANGED
@@ -7,6 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [7.16.0] - 2023-02-01
11
+
12
+ ### Added
13
+
14
+ - `AUTH0_INCLUDED_ONLY` configuration property to express sole management of certain resource types [#726]
15
+ - Suspended log stream management support [#725]
16
+ - More descriptive errors when actions service is unavailable [#724]
17
+
18
+ ### Fixed
19
+
20
+ - Remove configurable tenant `sandbox_version` property from readonly list [#683]
21
+ - Handling of undefined tenant `enabled_locales` property [#727]
22
+
23
+ ## [7.15.2] - 2023-01-03
24
+
25
+ ### Fixed
26
+
27
+ - Deletion of email provider when setting as empty object [#673]
28
+
29
+ ### Security
30
+
31
+ - Upgraded `node-auth0` which addresses [vulnerability reported](https://github.com/advisories/GHSA-hjrf-2m68-5959) for `jsonwebtoken` package
32
+
10
33
  ## [7.15.1] - 2022-10-19
11
34
 
12
35
  ### Added
@@ -846,7 +869,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
846
869
  [#668]: https://github.com/auth0/auth0-deploy-cli/issues/668
847
870
  [#671]: https://github.com/auth0/auth0-deploy-cli/issues/671
848
871
  [#672]: https://github.com/auth0/auth0-deploy-cli/issues/672
849
- [unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.15.1...HEAD
872
+ [#673]: https://github.com/auth0/auth0-deploy-cli/issues/673
873
+ [#683]: https://github.com/auth0/auth0-deploy-cli/issues/683
874
+ [#724]: https://github.com/auth0/auth0-deploy-cli/issues/724
875
+ [#725]: https://github.com/auth0/auth0-deploy-cli/issues/725
876
+ [#726]: https://github.com/auth0/auth0-deploy-cli/issues/726
877
+ [#727]: https://github.com/auth0/auth0-deploy-cli/issues/727
878
+ [#729]: https://github.com/auth0/auth0-deploy-cli/issues/729
879
+ [unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.16.0...HEAD
880
+ [7.16.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.15.2...v7.16.0
881
+ [7.15.2]: https://github.com/auth0/auth0-deploy-cli/compare/v7.15.1...v7.15.2
850
882
  [7.15.1]: https://github.com/auth0/auth0-deploy-cli/compare/v7.15.0...v7.15.1
851
883
  [7.15.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.14.3...v7.15.0
852
884
  [7.14.3]: https://github.com/auth0/auth0-deploy-cli/compare/v7.14.2...v7.14.3
package/README.md CHANGED
@@ -1,17 +1,21 @@
1
- <div align="center">
2
- <h1>Auth0 Deploy CLI</h1>
1
+ ![Deploy CLI Banner](https://user-images.githubusercontent.com/28300158/215845643-0db6c97f-b090-40f7-b0a3-551d6973aeff.png)
3
2
 
4
3
  [![npm version](https://badge.fury.io/js/auth0-deploy-cli.svg)](https://badge.fury.io/js/auth0-deploy-cli)
5
4
  [![CircleCI](https://circleci.com/gh/auth0/auth0-deploy-cli/tree/master.svg?style=svg)](https://circleci.com/gh/auth0/auth0-deploy-cli/tree/master)
6
5
  [![codecov](https://codecov.io/gh/auth0/auth0-deploy-cli/branch/master/graph/badge.svg)](https://codecov.io/gh/auth0/auth0-deploy-cli)
7
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
8
7
 
9
- </div>
8
+ ---
10
9
 
11
10
  The Auth0 Deploy CLI is a tool that helps you manage your Auth0 tenant configuration. It integrates into your development workflows as a standalone CLI or as a node module.
12
11
 
13
12
  **Supported resource types:** actions, branding, client grants, clients (applications), connections, custom domains, email templates, emails, grants, guardian, hook secrets, hooks, log streams, migrations, organizations, pages, prompts, resource servers (APIs), roles, rules, rules configs, tenant settings, themes.
14
13
 
14
+
15
+ 🎢 [Highlights](#highlights) • 📚 [Documentation](#documentation) • 🚀 [Getting Started](#getting-started) • 💬 [Feedback](#feedback)
16
+
17
+ ---
18
+
15
19
  ## Highlights
16
20
 
17
21
  - **Multi-Environment Oriented:** Designed to help you test your applications' Auth0 integrations from feature branch all the way to production.
@@ -39,7 +43,9 @@ This guide will help you to a working implementation of the Deploy CLI tool used
39
43
  2. [Configure the Deploy CLI](#configure-the-deploy-cli)
40
44
  3. [Calling the Deploy CLI](#calling-the-deploy-cli)
41
45
 
42
- > ⚠️ **NOTE:** This tool can be destructive to your Auth0 tenant. It is recommended to be familiar with the [`AUTH0_ALLOW_DELETE` configuration](docs/configuring-the-deploy-cli.md#auth0allowdelete) and to test on development tenants prior to using in production.
46
+ > **Warning**
47
+ > This tool can be destructive to your Auth0 tenant.
48
+ > It is recommended to be familiar with the [`AUTH0_ALLOW_DELETE` configuration](docs/configuring-the-deploy-cli.md#auth0allowdelete) and to test on development tenants prior to using in production.
43
49
 
44
50
  ### Prerequisites
45
51
 
@@ -69,7 +75,8 @@ In order for the Deploy CLI to call the Management API, a dedicated Auth0 applic
69
75
  b. Select the appropriate permissions for the resources you wish to manage. Refer to the [Client Scopes](#client-scopes) section for more information.
70
76
  c. Click “Authorize”
71
77
 
72
- > ⚠️ **NOTE:** The Deploy CLI's own client grant is unconfigurable by itself to [prevent potentially destructive changes](./docs/resource-specific-documentation.md#client-grants).
78
+ > **Warning**
79
+ > The Deploy CLI's own client grant is unconfigurable by itself to [prevent potentially destructive changes](./docs/resource-specific-documentation.md#client-grants).
73
80
 
74
81
  #### Client Scopes
75
82
 
@@ -101,25 +108,34 @@ Once the process completes, observe the resource configuration files generated i
101
108
  a0deploy import -c=config.json --input_file local/tenant.yaml
102
109
  ```
103
110
 
104
- ## Issue Reporting
111
+ ## Feedback
112
+
113
+ ### Contributing
114
+
115
+ We appreciate feedback and contribution to this repo! Before you get started, please see the following:
116
+
117
+ - [Contribution Guide](./CONTRIBUTING.md)
118
+ - [Auth0's General Contribution Guidelines](https://github.com/auth0/open-source-template/blob/master/GENERAL-CONTRIBUTING.md)
119
+ - [Auth0's Code of Conduct Guidelines](https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md)
105
120
 
106
- For general support or usage questions, use the [Auth0 Community](https://community.auth0.com/tag/deploy-cli) forums or raise a [support ticket](https://support.auth0.com/). Only [raise an issue](https://github.com/auth0/auth0-deploy-cli/issues) if you have found a bug or want to request a feature.
121
+ ### Raise an issue
107
122
 
108
- **Do not report security vulnerabilities on the public GitHub issue tracker.** The [Responsible Disclosure Program](https://auth0.com/responsible-disclosure-policy) details the procedure for disclosing security issues.
123
+ To provide feedback or report a bug, [please raise an issue on our issue tracker](https://github.com/auth0/auth0-deploy-cli/issues).
109
124
 
110
- ## What is Auth0?
125
+ ### Vulnerability Reporting
111
126
 
112
- Auth0 helps you to:
127
+ Please do not report security vulnerabilities on the public Github issue tracker. The [Responsible Disclosure Program](https://auth0.com/responsible-disclosure-policy) details the procedure for disclosing security issues.
113
128
 
114
- - Add authentication with [multiple sources](https://auth0.com/docs/authenticate/identity-providers), either social identity providers such as **Google, Facebook, Microsoft Account, LinkedIn, GitHub, Twitter, Box, Salesforce** (amongst others), or enterprise identity systems like **Windows Azure AD, Google Apps, Active Directory, ADFS, or any SAML identity provider**.
115
- - Add authentication through more traditional **[username/password databases](https://auth0.com/docs/authenticate/database-connections/custom-db)**.
116
- - Add support for **[linking different user accounts](https://auth0.com/docs/manage-users/user-accounts/user-account-linking)** with the same user.
117
- - Support for generating signed [JSON Web Tokens](https://auth0.com/docs/secure/tokens/json-web-tokens) to call your APIs and **flow the user identity** securely.
118
- - Analytics of how, when, and where users are logging in.
119
- - Pull data from other sources and add it to the user profile through [JavaScript Actions](https://auth0.com/docs/customize/actions).
129
+ ---
120
130
 
121
- **Why Auth0?** Because you should save time, be happy, and focus on what really matters: building your product.
131
+ <p align="center">
132
+ <picture>
133
+ <source media="(prefers-color-scheme: light)" srcset="https://cdn.auth0.com/website/sdks/logos/auth0_light_mode.png" width="150">
134
+ <source media="(prefers-color-scheme: dark)" srcset="https://cdn.auth0.com/website/sdks/logos/auth0_dark_mode.png" width="150">
135
+ <img alt="Auth0 Logo" src="https://cdn.auth0.com/website/sdks/logos/auth0_light_mode.png" width="150">
136
+ </picture>
137
+ </p>
122
138
 
123
- ## License
139
+ <p align="center">Auth0 is an easy to implement, adaptable authentication and authorization platform.<br />To learn more checkout <a href="https://auth0.com/why-auth0">Why Auth0?</a></p>
124
140
 
125
- This project is licensed under the MIT license. See the [LICENSE](LICENSE) file for more information.
141
+ <p align="center">This project is licensed under the MIT license. See the <a href="./LICENSE.md"> LICENSE</a> file for more info.</p>
@@ -23,30 +23,30 @@
23
23
  <div class='clearfix'>
24
24
 
25
25
  <div class='fl pad1y space-right2'>
26
- <span class="strong">88.33% </span>
26
+ <span class="strong">88.5% </span>
27
27
  <span class="quiet">Statements</span>
28
- <span class='fraction'>3127/3540</span>
28
+ <span class='fraction'>3164/3575</span>
29
29
  </div>
30
30
 
31
31
 
32
32
  <div class='fl pad1y space-right2'>
33
- <span class="strong">75.44% </span>
33
+ <span class="strong">76.04% </span>
34
34
  <span class="quiet">Branches</span>
35
- <span class='fraction'>1100/1458</span>
35
+ <span class='fraction'>1130/1486</span>
36
36
  </div>
37
37
 
38
38
 
39
39
  <div class='fl pad1y space-right2'>
40
- <span class="strong">91.2% </span>
40
+ <span class="strong">91.26% </span>
41
41
  <span class="quiet">Functions</span>
42
- <span class='fraction'>684/750</span>
42
+ <span class='fraction'>690/756</span>
43
43
  </div>
44
44
 
45
45
 
46
46
  <div class='fl pad1y space-right2'>
47
- <span class="strong">90.2% </span>
47
+ <span class="strong">90.35% </span>
48
48
  <span class="quiet">Lines</span>
49
- <span class='fraction'>2938/3257</span>
49
+ <span class='fraction'>2968/3285</span>
50
50
  </div>
51
51
 
52
52
 
@@ -109,33 +109,33 @@
109
109
  </tr>
110
110
 
111
111
  <tr>
112
- <td class="file medium" data-value="src/context"><a href="src/context/index.html">src/context</a></td>
113
- <td data-value="78.78" class="pic medium">
114
- <div class="chart"><div class="cover-fill" style="width: 78%"></div><div class="cover-empty" style="width: 22%"></div></div>
112
+ <td class="file high" data-value="src/context"><a href="src/context/index.html">src/context</a></td>
113
+ <td data-value="82.71" class="pic high">
114
+ <div class="chart"><div class="cover-fill" style="width: 82%"></div><div class="cover-empty" style="width: 18%"></div></div>
115
115
  </td>
116
- <td data-value="78.78" class="pct medium">78.78%</td>
117
- <td data-value="66" class="abs medium">52/66</td>
118
- <td data-value="71.73" class="pct medium">71.73%</td>
119
- <td data-value="46" class="abs medium">33/46</td>
116
+ <td data-value="82.71" class="pct high">82.71%</td>
117
+ <td data-value="81" class="abs high">67/81</td>
118
+ <td data-value="77.58" class="pct medium">77.58%</td>
119
+ <td data-value="58" class="abs medium">45/58</td>
120
120
  <td data-value="100" class="pct high">100%</td>
121
- <td data-value="9" class="abs high">9/9</td>
122
- <td data-value="81.35" class="pct high">81.35%</td>
123
- <td data-value="59" class="abs high">48/59</td>
121
+ <td data-value="12" class="abs high">12/12</td>
122
+ <td data-value="84.72" class="pct high">84.72%</td>
123
+ <td data-value="72" class="abs high">61/72</td>
124
124
  </tr>
125
125
 
126
126
  <tr>
127
127
  <td class="file medium" data-value="src/context/directory"><a href="src/context/directory/index.html">src/context/directory</a></td>
128
- <td data-value="63.63" class="pic medium">
129
- <div class="chart"><div class="cover-fill" style="width: 63%"></div><div class="cover-empty" style="width: 37%"></div></div>
128
+ <td data-value="64.44" class="pic medium">
129
+ <div class="chart"><div class="cover-fill" style="width: 64%"></div><div class="cover-empty" style="width: 36%"></div></div>
130
130
  </td>
131
- <td data-value="63.63" class="pct medium">63.63%</td>
132
- <td data-value="44" class="abs medium">28/44</td>
131
+ <td data-value="64.44" class="pct medium">64.44%</td>
132
+ <td data-value="45" class="abs medium">29/45</td>
133
133
  <td data-value="76.92" class="pct medium">76.92%</td>
134
134
  <td data-value="26" class="abs medium">20/26</td>
135
135
  <td data-value="60" class="pct medium">60%</td>
136
136
  <td data-value="10" class="abs medium">6/10</td>
137
- <td data-value="63.63" class="pct medium">63.63%</td>
138
- <td data-value="44" class="abs medium">28/44</td>
137
+ <td data-value="64.44" class="pct medium">64.44%</td>
138
+ <td data-value="45" class="abs medium">29/45</td>
139
139
  </tr>
140
140
 
141
141
  <tr>
@@ -155,17 +155,17 @@
155
155
 
156
156
  <tr>
157
157
  <td class="file high" data-value="src/context/yaml"><a href="src/context/yaml/index.html">src/context/yaml</a></td>
158
- <td data-value="90.66" class="pic high">
159
- <div class="chart"><div class="cover-fill" style="width: 90%"></div><div class="cover-empty" style="width: 10%"></div></div>
158
+ <td data-value="91.25" class="pic high">
159
+ <div class="chart"><div class="cover-fill" style="width: 91%"></div><div class="cover-empty" style="width: 9%"></div></div>
160
160
  </td>
161
- <td data-value="90.66" class="pct high">90.66%</td>
162
- <td data-value="75" class="abs high">68/75</td>
163
- <td data-value="77.5" class="pct medium">77.5%</td>
164
- <td data-value="40" class="abs medium">31/40</td>
161
+ <td data-value="91.25" class="pct high">91.25%</td>
162
+ <td data-value="80" class="abs high">73/80</td>
163
+ <td data-value="79.54" class="pct medium">79.54%</td>
164
+ <td data-value="44" class="abs medium">35/44</td>
165
165
  <td data-value="100" class="pct high">100%</td>
166
- <td data-value="13" class="abs high">13/13</td>
167
- <td data-value="91.66" class="pct high">91.66%</td>
168
- <td data-value="72" class="abs high">66/72</td>
166
+ <td data-value="14" class="abs high">14/14</td>
167
+ <td data-value="92.1" class="pct high">92.1%</td>
168
+ <td data-value="76" class="abs high">70/76</td>
169
169
  </tr>
170
170
 
171
171
  <tr>
@@ -200,32 +200,32 @@
200
200
 
201
201
  <tr>
202
202
  <td class="file medium" data-value="src/tools/auth0"><a href="src/tools/auth0/index.html">src/tools/auth0</a></td>
203
- <td data-value="76.57" class="pic medium">
204
- <div class="chart"><div class="cover-fill" style="width: 76%"></div><div class="cover-empty" style="width: 24%"></div></div>
203
+ <td data-value="77.77" class="pic medium">
204
+ <div class="chart"><div class="cover-fill" style="width: 77%"></div><div class="cover-empty" style="width: 23%"></div></div>
205
205
  </td>
206
- <td data-value="76.57" class="pct medium">76.57%</td>
207
- <td data-value="111" class="abs medium">85/111</td>
208
- <td data-value="83.72" class="pct high">83.72%</td>
209
- <td data-value="43" class="abs high">36/43</td>
210
- <td data-value="82.14" class="pct high">82.14%</td>
211
- <td data-value="28" class="abs high">23/28</td>
212
- <td data-value="77.57" class="pct medium">77.57%</td>
213
- <td data-value="107" class="abs medium">83/107</td>
206
+ <td data-value="77.77" class="pct medium">77.77%</td>
207
+ <td data-value="117" class="abs medium">91/117</td>
208
+ <td data-value="84.44" class="pct high">84.44%</td>
209
+ <td data-value="45" class="abs high">38/45</td>
210
+ <td data-value="82.75" class="pct high">82.75%</td>
211
+ <td data-value="29" class="abs high">24/29</td>
212
+ <td data-value="78.37" class="pct medium">78.37%</td>
213
+ <td data-value="111" class="abs medium">87/111</td>
214
214
  </tr>
215
215
 
216
216
  <tr>
217
217
  <td class="file high" data-value="src/tools/auth0/handlers"><a href="src/tools/auth0/handlers/index.html">src/tools/auth0/handlers</a></td>
218
- <td data-value="89.4" class="pic high">
218
+ <td data-value="89.61" class="pic high">
219
219
  <div class="chart"><div class="cover-fill" style="width: 89%"></div><div class="cover-empty" style="width: 11%"></div></div>
220
220
  </td>
221
- <td data-value="89.4" class="pct high">89.4%</td>
222
- <td data-value="1378" class="abs high">1232/1378</td>
223
- <td data-value="77.33" class="pct medium">77.33%</td>
224
- <td data-value="631" class="abs medium">488/631</td>
225
- <td data-value="92.07" class="pct high">92.07%</td>
226
- <td data-value="366" class="abs high">337/366</td>
227
- <td data-value="91.64" class="pct high">91.64%</td>
228
- <td data-value="1269" class="abs high">1163/1269</td>
221
+ <td data-value="89.61" class="pct high">89.61%</td>
222
+ <td data-value="1386" class="abs high">1242/1386</td>
223
+ <td data-value="78" class="pct medium">78%</td>
224
+ <td data-value="641" class="abs medium">500/641</td>
225
+ <td data-value="92.09" class="pct high">92.09%</td>
226
+ <td data-value="367" class="abs high">338/367</td>
227
+ <td data-value="91.84" class="pct high">91.84%</td>
228
+ <td data-value="1275" class="abs high">1171/1275</td>
229
229
  </tr>
230
230
 
231
231
  </tbody>
@@ -236,7 +236,7 @@
236
236
  <div class='footer quiet pad2 space-top1 center small'>
237
237
  Code coverage generated by
238
238
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
239
- at Wed Oct 19 2022 17:20:36 GMT+0000 (Coordinated Universal Time)
239
+ at Wed Feb 01 2023 15:09:31 GMT+0000 (Coordinated Universal Time)
240
240
  </div>
241
241
  <script src="prettify.js"></script>
242
242
  <script>
@@ -490,7 +490,7 @@ export { getParams };
490
490
  <div class='footer quiet pad2 space-top1 center small'>
491
491
  Code coverage generated by
492
492
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
493
- at Wed Oct 19 2022 17:20:36 GMT+0000 (Coordinated Universal Time)
493
+ at Wed Feb 01 2023 15:09:31 GMT+0000 (Coordinated Universal Time)
494
494
  </div>
495
495
  <script src="../prettify.js"></script>
496
496
  <script>
@@ -259,7 +259,7 @@ export default async function <span class="fstat-no" title="function not covered
259
259
  <div class='footer quiet pad2 space-top1 center small'>
260
260
  Code coverage generated by
261
261
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
262
- at Wed Oct 19 2022 17:20:36 GMT+0000 (Coordinated Universal Time)
262
+ at Wed Feb 01 2023 15:09:31 GMT+0000 (Coordinated Universal Time)
263
263
  </div>
264
264
  <script src="../../prettify.js"></script>
265
265
  <script>
@@ -235,7 +235,7 @@ export default async function <span class="fstat-no" title="function not covered
235
235
  <div class='footer quiet pad2 space-top1 center small'>
236
236
  Code coverage generated by
237
237
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
238
- at Wed Oct 19 2022 17:20:36 GMT+0000 (Coordinated Universal Time)
238
+ at Wed Feb 01 2023 15:09:31 GMT+0000 (Coordinated Universal Time)
239
239
  </div>
240
240
  <script src="../../prettify.js"></script>
241
241
  <script>
@@ -116,7 +116,7 @@
116
116
  <div class='footer quiet pad2 space-top1 center small'>
117
117
  Code coverage generated by
118
118
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119
- at Wed Oct 19 2022 17:20:36 GMT+0000 (Coordinated Universal Time)
119
+ at Wed Feb 01 2023 15:09:31 GMT+0000 (Coordinated Universal Time)
120
120
  </div>
121
121
  <script src="../../prettify.js"></script>
122
122
  <script>
@@ -160,7 +160,7 @@ export const configFactory = () =&gt; {
160
160
  <div class='footer quiet pad2 space-top1 center small'>
161
161
  Code coverage generated by
162
162
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
163
- at Wed Oct 19 2022 17:20:36 GMT+0000 (Coordinated Universal Time)
163
+ at Wed Feb 01 2023 15:09:31 GMT+0000 (Coordinated Universal Time)
164
164
  </div>
165
165
  <script src="../prettify.js"></script>
166
166
  <script>
@@ -181,7 +181,7 @@
181
181
  <div class='footer quiet pad2 space-top1 center small'>
182
182
  Code coverage generated by
183
183
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
184
- at Wed Oct 19 2022 17:20:36 GMT+0000 (Coordinated Universal Time)
184
+ at Wed Feb 01 2023 15:09:31 GMT+0000 (Coordinated Universal Time)
185
185
  </div>
186
186
  <script src="../../prettify.js"></script>
187
187
  <script>
@@ -391,7 +391,7 @@ export default actionsHandler;
391
391
  <div class='footer quiet pad2 space-top1 center small'>
392
392
  Code coverage generated by
393
393
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
394
- at Wed Oct 19 2022 17:20:36 GMT+0000 (Coordinated Universal Time)
394
+ at Wed Feb 01 2023 15:09:31 GMT+0000 (Coordinated Universal Time)
395
395
  </div>
396
396
  <script src="../../../../prettify.js"></script>
397
397
  <script>
@@ -292,7 +292,7 @@ export default attackProtectionHandler;
292
292
  <div class='footer quiet pad2 space-top1 center small'>
293
293
  Code coverage generated by
294
294
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
295
- at Wed Oct 19 2022 17:20:36 GMT+0000 (Coordinated Universal Time)
295
+ at Wed Feb 01 2023 15:09:31 GMT+0000 (Coordinated Universal Time)
296
296
  </div>
297
297
  <script src="../../../../prettify.js"></script>
298
298
  <script>
@@ -433,7 +433,7 @@ export default brandingHandler;
433
433
  <div class='footer quiet pad2 space-top1 center small'>
434
434
  Code coverage generated by
435
435
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
436
- at Wed Oct 19 2022 17:20:36 GMT+0000 (Coordinated Universal Time)
436
+ at Wed Feb 01 2023 15:09:31 GMT+0000 (Coordinated Universal Time)
437
437
  </div>
438
438
  <script src="../../../../prettify.js"></script>
439
439
  <script>