checkly 7.15.0 → 8.0.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.
- package/LICENSE +201 -0
- package/bin/run +5 -3
- package/dist/ai-context/checkly.rules.md +15 -8
- package/dist/ai-context/context.js +11 -14
- package/dist/ai-context/context.js.map +1 -1
- package/dist/ai-context/skills-command/references/configure-api-checks.md +11 -6
- package/dist/ai-context/skills-command/references/configure-playwright-checks.md +2 -1
- package/dist/ai-context/skills-command/references/configure-supporting-constructs.md +1 -0
- package/dist/ai-context/skills-command/references/configure.md +1 -1
- package/dist/auth/index.js +17 -56
- package/dist/auth/index.js.map +1 -1
- package/dist/commands/account/members.d.ts +2 -2
- package/dist/commands/account/members.js +21 -60
- package/dist/commands/account/members.js.map +1 -1
- package/dist/commands/account/plan.d.ts +1 -1
- package/dist/commands/account/plan.js +16 -52
- package/dist/commands/account/plan.js.map +1 -1
- package/dist/commands/authCommand.d.ts +3 -3
- package/dist/commands/authCommand.js +11 -51
- package/dist/commands/authCommand.js.map +1 -1
- package/dist/commands/baseCommand.d.ts +2 -2
- package/dist/commands/baseCommand.js +15 -19
- package/dist/commands/baseCommand.js.map +1 -1
- package/dist/commands/checks/get.d.ts +1 -1
- package/dist/commands/checks/get.js +62 -101
- package/dist/commands/checks/get.js.map +1 -1
- package/dist/commands/checks/list.d.ts +1 -1
- package/dist/commands/checks/list.js +25 -64
- package/dist/commands/checks/list.js.map +1 -1
- package/dist/commands/checks/stats.d.ts +1 -1
- package/dist/commands/checks/stats.js +24 -60
- package/dist/commands/checks/stats.js.map +1 -1
- package/dist/commands/debug/parse-file.js +15 -21
- package/dist/commands/debug/parse-file.js.map +1 -1
- package/dist/commands/debug/parse-playwright-config.js +10 -16
- package/dist/commands/debug/parse-playwright-config.js.map +1 -1
- package/dist/commands/debug/parse-project.js +23 -29
- package/dist/commands/debug/parse-project.js.map +1 -1
- package/dist/commands/deploy.d.ts +1 -1
- package/dist/commands/deploy.js +49 -88
- package/dist/commands/deploy.js.map +1 -1
- package/dist/commands/destroy.d.ts +1 -1
- package/dist/commands/destroy.js +16 -55
- package/dist/commands/destroy.js.map +1 -1
- package/dist/commands/env/add.d.ts +1 -1
- package/dist/commands/env/add.js +10 -49
- package/dist/commands/env/add.js.map +1 -1
- package/dist/commands/env/ls.d.ts +1 -1
- package/dist/commands/env/ls.js +5 -41
- package/dist/commands/env/ls.js.map +1 -1
- package/dist/commands/env/pull.d.ts +1 -1
- package/dist/commands/env/pull.js +13 -52
- package/dist/commands/env/pull.js.map +1 -1
- package/dist/commands/env/rm.d.ts +1 -1
- package/dist/commands/env/rm.js +7 -43
- package/dist/commands/env/rm.js.map +1 -1
- package/dist/commands/env/update.d.ts +1 -1
- package/dist/commands/env/update.js +10 -49
- package/dist/commands/env/update.js.map +1 -1
- package/dist/commands/help.d.ts +1 -1
- package/dist/commands/help.js +4 -10
- package/dist/commands/help.js.map +1 -1
- package/dist/commands/import/apply.d.ts +3 -3
- package/dist/commands/import/apply.js +28 -69
- package/dist/commands/import/apply.js.map +1 -1
- package/dist/commands/import/cancel.d.ts +1 -1
- package/dist/commands/import/cancel.js +14 -53
- package/dist/commands/import/cancel.js.map +1 -1
- package/dist/commands/import/commit.d.ts +3 -3
- package/dist/commands/import/commit.js +21 -62
- package/dist/commands/import/commit.js.map +1 -1
- package/dist/commands/import/plan.d.ts +1 -1
- package/dist/commands/import/plan.js +107 -147
- package/dist/commands/import/plan.js.map +1 -1
- package/dist/commands/incidents/create.d.ts +1 -1
- package/dist/commands/incidents/create.js +26 -65
- package/dist/commands/incidents/create.js.map +1 -1
- package/dist/commands/incidents/list.d.ts +1 -1
- package/dist/commands/incidents/list.js +19 -58
- package/dist/commands/incidents/list.js.map +1 -1
- package/dist/commands/incidents/resolve.d.ts +1 -1
- package/dist/commands/incidents/resolve.js +18 -57
- package/dist/commands/incidents/resolve.js.map +1 -1
- package/dist/commands/incidents/update.d.ts +1 -1
- package/dist/commands/incidents/update.js +25 -64
- package/dist/commands/incidents/update.js.map +1 -1
- package/dist/commands/init.d.ts +1 -1
- package/dist/commands/init.js +45 -51
- package/dist/commands/init.js.map +1 -1
- package/dist/commands/login.d.ts +2 -2
- package/dist/commands/login.js +25 -66
- package/dist/commands/login.js.map +1 -1
- package/dist/commands/logout.d.ts +1 -1
- package/dist/commands/logout.js +11 -17
- package/dist/commands/logout.js.map +1 -1
- package/dist/commands/pw-test.d.ts +4 -3
- package/dist/commands/pw-test.js +99 -126
- package/dist/commands/pw-test.js.map +1 -1
- package/dist/commands/rca/get.d.ts +1 -1
- package/dist/commands/rca/get.js +11 -47
- package/dist/commands/rca/get.js.map +1 -1
- package/dist/commands/rca/run.d.ts +4 -2
- package/dist/commands/rca/run.js +67 -69
- package/dist/commands/rca/run.js.map +1 -1
- package/dist/commands/rules.d.ts +1 -1
- package/dist/commands/rules.js +18 -55
- package/dist/commands/rules.js.map +1 -1
- package/dist/commands/runtimes.d.ts +1 -1
- package/dist/commands/runtimes.js +3 -39
- package/dist/commands/runtimes.js.map +1 -1
- package/dist/commands/skills/index.d.ts +1 -1
- package/dist/commands/skills/index.js +22 -23
- package/dist/commands/skills/index.js.map +1 -1
- package/dist/commands/skills/install.d.ts +1 -1
- package/dist/commands/skills/install.js +40 -49
- package/dist/commands/skills/install.js.map +1 -1
- package/dist/commands/status-pages/get.d.ts +1 -1
- package/dist/commands/status-pages/get.js +12 -51
- package/dist/commands/status-pages/get.js.map +1 -1
- package/dist/commands/status-pages/list.d.ts +1 -1
- package/dist/commands/status-pages/list.js +16 -52
- package/dist/commands/status-pages/list.js.map +1 -1
- package/dist/commands/switch.d.ts +1 -1
- package/dist/commands/switch.js +15 -54
- package/dist/commands/switch.js.map +1 -1
- package/dist/commands/sync-playwright.d.ts +1 -1
- package/dist/commands/sync-playwright.js +21 -60
- package/dist/commands/sync-playwright.js.map +1 -1
- package/dist/commands/test.d.ts +3 -2
- package/dist/commands/test.js +96 -122
- package/dist/commands/test.js.map +1 -1
- package/dist/commands/trigger.d.ts +6 -5
- package/dist/commands/trigger.js +67 -93
- package/dist/commands/trigger.js.map +1 -1
- package/dist/commands/validate.d.ts +1 -1
- package/dist/commands/validate.js +16 -55
- package/dist/commands/validate.js.map +1 -1
- package/dist/commands/whoami.d.ts +1 -1
- package/dist/commands/whoami.js +3 -39
- package/dist/commands/whoami.js.map +1 -1
- package/dist/config.d.ts +2 -2
- package/dist/config.js +1 -4
- package/dist/config.js.map +1 -1
- package/dist/constants.js +3 -6
- package/dist/constants.js.map +1 -1
- package/dist/constructs/agentic-check-codegen.d.ts +2 -2
- package/dist/constructs/agentic-check-codegen.js +6 -10
- package/dist/constructs/agentic-check-codegen.js.map +1 -1
- package/dist/constructs/agentic-check.d.ts +8 -8
- package/dist/constructs/agentic-check.js +10 -14
- package/dist/constructs/agentic-check.js.map +1 -1
- package/dist/constructs/alert-channel-codegen.d.ts +9 -9
- package/dist/constructs/alert-channel-codegen.js +21 -27
- package/dist/constructs/alert-channel-codegen.js.map +1 -1
- package/dist/constructs/alert-channel-subscription-codegen.d.ts +1 -1
- package/dist/constructs/alert-channel-subscription-codegen.js +2 -6
- package/dist/constructs/alert-channel-subscription-codegen.js.map +1 -1
- package/dist/constructs/alert-channel-subscription.d.ts +2 -2
- package/dist/constructs/alert-channel-subscription.js +4 -8
- package/dist/constructs/alert-channel-subscription.js.map +1 -1
- package/dist/constructs/alert-channel.d.ts +2 -2
- package/dist/constructs/alert-channel.js +7 -12
- package/dist/constructs/alert-channel.js.map +1 -1
- package/dist/constructs/alert-escalation-policy-codegen.d.ts +2 -2
- package/dist/constructs/alert-escalation-policy-codegen.js +6 -9
- package/dist/constructs/alert-escalation-policy-codegen.js.map +1 -1
- package/dist/constructs/alert-escalation-policy.js +1 -5
- package/dist/constructs/alert-escalation-policy.js.map +1 -1
- package/dist/constructs/api-assertion-codegen.d.ts +2 -2
- package/dist/constructs/api-assertion-codegen.js +7 -10
- package/dist/constructs/api-assertion-codegen.js.map +1 -1
- package/dist/constructs/api-assertion.d.ts +1 -1
- package/dist/constructs/api-assertion.js +7 -11
- package/dist/constructs/api-assertion.js.map +1 -1
- package/dist/constructs/api-check-bundle.d.ts +10 -10
- package/dist/constructs/api-check-bundle.js +1 -5
- package/dist/constructs/api-check-bundle.js.map +1 -1
- package/dist/constructs/api-check-codegen.d.ts +3 -3
- package/dist/constructs/api-check-codegen.js +10 -14
- package/dist/constructs/api-check-codegen.js.map +1 -1
- package/dist/constructs/api-check.d.ts +15 -15
- package/dist/constructs/api-check.js +36 -43
- package/dist/constructs/api-check.js.map +1 -1
- package/dist/constructs/api-request-codegen.d.ts +3 -3
- package/dist/constructs/api-request-codegen.js +8 -11
- package/dist/constructs/api-request-codegen.js.map +1 -1
- package/dist/constructs/api-request.d.ts +5 -5
- package/dist/constructs/api-request.js +1 -2
- package/dist/constructs/browser-check-bundle.d.ts +11 -11
- package/dist/constructs/browser-check-bundle.js +1 -5
- package/dist/constructs/browser-check-bundle.js.map +1 -1
- package/dist/constructs/browser-check-codegen.d.ts +3 -3
- package/dist/constructs/browser-check-codegen.js +9 -13
- package/dist/constructs/browser-check-codegen.js.map +1 -1
- package/dist/constructs/browser-check.d.ts +14 -14
- package/dist/constructs/browser-check.js +29 -36
- package/dist/constructs/browser-check.js.map +1 -1
- package/dist/constructs/check-codegen.d.ts +16 -16
- package/dist/constructs/check-codegen.js +38 -44
- package/dist/constructs/check-codegen.js.map +1 -1
- package/dist/constructs/check-config.js +1 -4
- package/dist/constructs/check-config.js.map +1 -1
- package/dist/constructs/check-group-codegen.d.ts +7 -7
- package/dist/constructs/check-group-codegen.js +29 -34
- package/dist/constructs/check-group-codegen.js.map +1 -1
- package/dist/constructs/check-group-ref.d.ts +3 -3
- package/dist/constructs/check-group-ref.js +8 -12
- package/dist/constructs/check-group-ref.js.map +1 -1
- package/dist/constructs/check-group-v1.d.ts +15 -15
- package/dist/constructs/check-group-v1.js +37 -44
- package/dist/constructs/check-group-v1.js.map +1 -1
- package/dist/constructs/check-group-v2.d.ts +8 -8
- package/dist/constructs/check-group-v2.js +4 -8
- package/dist/constructs/check-group-v2.js.map +1 -1
- package/dist/constructs/check-group.d.ts +4 -4
- package/dist/constructs/check-group.js +4 -22
- package/dist/constructs/check-group.js.map +1 -1
- package/dist/constructs/check.d.ts +15 -15
- package/dist/constructs/check.js +23 -28
- package/dist/constructs/check.js.map +1 -1
- package/dist/constructs/construct-codegen.d.ts +13 -13
- package/dist/constructs/construct-codegen.js +25 -30
- package/dist/constructs/construct-codegen.js.map +1 -1
- package/dist/constructs/construct-diagnostics.d.ts +2 -2
- package/dist/constructs/construct-diagnostics.js +12 -26
- package/dist/constructs/construct-diagnostics.js.map +1 -1
- package/dist/constructs/construct.d.ts +3 -3
- package/dist/constructs/construct.js +15 -24
- package/dist/constructs/construct.js.map +1 -1
- package/dist/constructs/dashboard-bundle.d.ts +2 -2
- package/dist/constructs/dashboard-bundle.js +1 -5
- package/dist/constructs/dashboard-bundle.js.map +1 -1
- package/dist/constructs/dashboard-codegen.d.ts +1 -1
- package/dist/constructs/dashboard-codegen.js +4 -8
- package/dist/constructs/dashboard-codegen.js.map +1 -1
- package/dist/constructs/dashboard.d.ts +4 -4
- package/dist/constructs/dashboard.js +19 -26
- package/dist/constructs/dashboard.js.map +1 -1
- package/dist/constructs/diagnostics.js +5 -13
- package/dist/constructs/diagnostics.js.map +1 -1
- package/dist/constructs/dns-assertion-codegen.d.ts +2 -2
- package/dist/constructs/dns-assertion-codegen.js +6 -9
- package/dist/constructs/dns-assertion-codegen.js.map +1 -1
- package/dist/constructs/dns-assertion.d.ts +1 -1
- package/dist/constructs/dns-assertion.js +6 -10
- package/dist/constructs/dns-assertion.js.map +1 -1
- package/dist/constructs/dns-monitor-codegen.d.ts +3 -3
- package/dist/constructs/dns-monitor-codegen.js +8 -12
- package/dist/constructs/dns-monitor-codegen.js.map +1 -1
- package/dist/constructs/dns-monitor.d.ts +8 -8
- package/dist/constructs/dns-monitor.js +9 -13
- package/dist/constructs/dns-monitor.js.map +1 -1
- package/dist/constructs/dns-request-codegen.d.ts +3 -3
- package/dist/constructs/dns-request-codegen.js +5 -8
- package/dist/constructs/dns-request-codegen.js.map +1 -1
- package/dist/constructs/dns-request.d.ts +1 -1
- package/dist/constructs/dns-request.js +1 -2
- package/dist/constructs/email-alert-channel-codegen.d.ts +2 -2
- package/dist/constructs/email-alert-channel-codegen.js +7 -11
- package/dist/constructs/email-alert-channel-codegen.js.map +1 -1
- package/dist/constructs/email-alert-channel.d.ts +1 -1
- package/dist/constructs/email-alert-channel.js +4 -8
- package/dist/constructs/email-alert-channel.js.map +1 -1
- package/dist/constructs/environment-variable.d.ts +1 -1
- package/dist/constructs/environment-variable.js +1 -2
- package/dist/constructs/frequency-codegen.d.ts +1 -1
- package/dist/constructs/frequency-codegen.js +21 -24
- package/dist/constructs/frequency-codegen.js.map +1 -1
- package/dist/constructs/frequency.js +1 -5
- package/dist/constructs/frequency.js.map +1 -1
- package/dist/constructs/heartbeat-monitor-codegen.d.ts +3 -3
- package/dist/constructs/heartbeat-monitor-codegen.js +6 -10
- package/dist/constructs/heartbeat-monitor-codegen.js.map +1 -1
- package/dist/constructs/heartbeat-monitor.d.ts +1 -1
- package/dist/constructs/heartbeat-monitor.js +10 -13
- package/dist/constructs/heartbeat-monitor.js.map +1 -1
- package/dist/constructs/http-header.d.ts +1 -1
- package/dist/constructs/http-header.js +1 -2
- package/dist/constructs/http-request.js +1 -2
- package/dist/constructs/icmp-assertion-codegen.d.ts +2 -2
- package/dist/constructs/icmp-assertion-codegen.js +4 -7
- package/dist/constructs/icmp-assertion-codegen.js.map +1 -1
- package/dist/constructs/icmp-assertion.d.ts +1 -1
- package/dist/constructs/icmp-assertion.js +4 -8
- package/dist/constructs/icmp-assertion.js.map +1 -1
- package/dist/constructs/icmp-monitor-codegen.d.ts +3 -3
- package/dist/constructs/icmp-monitor-codegen.js +8 -12
- package/dist/constructs/icmp-monitor-codegen.js.map +1 -1
- package/dist/constructs/icmp-monitor.d.ts +8 -8
- package/dist/constructs/icmp-monitor.js +4 -8
- package/dist/constructs/icmp-monitor.js.map +1 -1
- package/dist/constructs/icmp-request-codegen.d.ts +3 -3
- package/dist/constructs/icmp-request-codegen.js +5 -8
- package/dist/constructs/icmp-request-codegen.js.map +1 -1
- package/dist/constructs/icmp-request.d.ts +2 -2
- package/dist/constructs/icmp-request.js +1 -2
- package/dist/constructs/incident.d.ts +1 -1
- package/dist/constructs/incident.js +1 -2
- package/dist/constructs/incidentio-alert-channel-codegen.d.ts +2 -2
- package/dist/constructs/incidentio-alert-channel-codegen.js +15 -19
- package/dist/constructs/incidentio-alert-channel-codegen.js.map +1 -1
- package/dist/constructs/incidentio-alert-channel.d.ts +2 -2
- package/dist/constructs/incidentio-alert-channel.js +2 -6
- package/dist/constructs/incidentio-alert-channel.js.map +1 -1
- package/dist/constructs/index.d.ts +51 -51
- package/dist/constructs/index.js +51 -67
- package/dist/constructs/index.js.map +1 -1
- package/dist/constructs/internal/assertion-codegen.d.ts +2 -2
- package/dist/constructs/internal/assertion-codegen.js +25 -29
- package/dist/constructs/internal/assertion-codegen.js.map +1 -1
- package/dist/constructs/internal/assertion.js +2 -7
- package/dist/constructs/internal/assertion.js.map +1 -1
- package/dist/constructs/internal/codegen/codegen.d.ts +2 -2
- package/dist/constructs/internal/codegen/codegen.js +1 -5
- package/dist/constructs/internal/codegen/codegen.js.map +1 -1
- package/dist/constructs/internal/codegen/context.d.ts +3 -3
- package/dist/constructs/internal/codegen/context.js +32 -74
- package/dist/constructs/internal/codegen/context.js.map +1 -1
- package/dist/constructs/internal/codegen/index.d.ts +4 -4
- package/dist/constructs/internal/codegen/index.js +4 -12
- package/dist/constructs/internal/codegen/index.js.map +1 -1
- package/dist/constructs/internal/codegen/safety.js +1 -5
- package/dist/constructs/internal/codegen/safety.js.map +1 -1
- package/dist/constructs/internal/codegen/snippet.js +8 -17
- package/dist/constructs/internal/codegen/snippet.js.map +1 -1
- package/dist/constructs/internal/common-diagnostics.d.ts +2 -2
- package/dist/constructs/internal/common-diagnostics.js +19 -27
- package/dist/constructs/internal/common-diagnostics.js.map +1 -1
- package/dist/constructs/internal/sanitize.d.ts +15 -0
- package/dist/constructs/internal/sanitize.js +36 -0
- package/dist/constructs/internal/sanitize.js.map +1 -0
- package/dist/constructs/ip.js +1 -2
- package/dist/constructs/key-value-pair-codegen.d.ts +3 -3
- package/dist/constructs/key-value-pair-codegen.js +6 -9
- package/dist/constructs/key-value-pair-codegen.js.map +1 -1
- package/dist/constructs/key-value-pair.js +1 -2
- package/dist/constructs/maintenance-window-codegen.d.ts +1 -1
- package/dist/constructs/maintenance-window-codegen.js +7 -11
- package/dist/constructs/maintenance-window-codegen.js.map +1 -1
- package/dist/constructs/maintenance-window.d.ts +1 -1
- package/dist/constructs/maintenance-window.js +4 -8
- package/dist/constructs/maintenance-window.js.map +1 -1
- package/dist/constructs/monitor-codegen.d.ts +1 -1
- package/dist/constructs/monitor-codegen.js +1 -5
- package/dist/constructs/monitor-codegen.js.map +1 -1
- package/dist/constructs/monitor.d.ts +14 -14
- package/dist/constructs/monitor.js +4 -8
- package/dist/constructs/monitor.js.map +1 -1
- package/dist/constructs/msteams-alert-channel-codegen.d.ts +2 -2
- package/dist/constructs/msteams-alert-channel-codegen.js +17 -21
- package/dist/constructs/msteams-alert-channel-codegen.js.map +1 -1
- package/dist/constructs/msteams-alert-channel.d.ts +2 -2
- package/dist/constructs/msteams-alert-channel.js +2 -6
- package/dist/constructs/msteams-alert-channel.js.map +1 -1
- package/dist/constructs/multi-step-check-bundle.d.ts +10 -10
- package/dist/constructs/multi-step-check-bundle.js +1 -5
- package/dist/constructs/multi-step-check-bundle.js.map +1 -1
- package/dist/constructs/multi-step-check-codegen.d.ts +3 -3
- package/dist/constructs/multi-step-check-codegen.js +8 -12
- package/dist/constructs/multi-step-check-codegen.js.map +1 -1
- package/dist/constructs/multi-step-check.d.ts +14 -14
- package/dist/constructs/multi-step-check.js +29 -36
- package/dist/constructs/multi-step-check.js.map +1 -1
- package/dist/constructs/opsgenie-alert-channel-codegen.d.ts +2 -2
- package/dist/constructs/opsgenie-alert-channel-codegen.js +7 -11
- package/dist/constructs/opsgenie-alert-channel-codegen.js.map +1 -1
- package/dist/constructs/opsgenie-alert-channel.d.ts +1 -1
- package/dist/constructs/opsgenie-alert-channel.js +4 -8
- package/dist/constructs/opsgenie-alert-channel.js.map +1 -1
- package/dist/constructs/pagerduty-alert-channel-codegen.d.ts +2 -2
- package/dist/constructs/pagerduty-alert-channel-codegen.js +7 -11
- package/dist/constructs/pagerduty-alert-channel-codegen.js.map +1 -1
- package/dist/constructs/pagerduty-alert-channel.d.ts +1 -1
- package/dist/constructs/pagerduty-alert-channel.js +4 -8
- package/dist/constructs/pagerduty-alert-channel.js.map +1 -1
- package/dist/constructs/phone-call-alert-channel-codegen.d.ts +2 -2
- package/dist/constructs/phone-call-alert-channel-codegen.js +7 -11
- package/dist/constructs/phone-call-alert-channel-codegen.js.map +1 -1
- package/dist/constructs/phone-call-alert-channel.d.ts +1 -1
- package/dist/constructs/phone-call-alert-channel.js +4 -8
- package/dist/constructs/phone-call-alert-channel.js.map +1 -1
- package/dist/constructs/playwright-check-bundle.d.ts +8 -8
- package/dist/constructs/playwright-check-bundle.js +1 -5
- package/dist/constructs/playwright-check-bundle.js.map +1 -1
- package/dist/constructs/playwright-check.d.ts +11 -11
- package/dist/constructs/playwright-check.js +40 -47
- package/dist/constructs/playwright-check.js.map +1 -1
- package/dist/constructs/playwright-config-codegen.d.ts +2 -2
- package/dist/constructs/playwright-config-codegen.js +3 -6
- package/dist/constructs/playwright-config-codegen.js.map +1 -1
- package/dist/constructs/playwright-config.js +1 -2
- package/dist/constructs/private-location-check-assignment-codegen.d.ts +1 -1
- package/dist/constructs/private-location-check-assignment-codegen.js +2 -6
- package/dist/constructs/private-location-check-assignment-codegen.js.map +1 -1
- package/dist/constructs/private-location-check-assignment.d.ts +2 -2
- package/dist/constructs/private-location-check-assignment.js +4 -8
- package/dist/constructs/private-location-check-assignment.js.map +1 -1
- package/dist/constructs/private-location-codegen.d.ts +2 -2
- package/dist/constructs/private-location-codegen.js +8 -13
- package/dist/constructs/private-location-codegen.js.map +1 -1
- package/dist/constructs/private-location-group-assignment-codegen.d.ts +1 -1
- package/dist/constructs/private-location-group-assignment-codegen.js +2 -6
- package/dist/constructs/private-location-group-assignment-codegen.js.map +1 -1
- package/dist/constructs/private-location-group-assignment.d.ts +2 -2
- package/dist/constructs/private-location-group-assignment.js +4 -8
- package/dist/constructs/private-location-group-assignment.js.map +1 -1
- package/dist/constructs/private-location.d.ts +2 -2
- package/dist/constructs/private-location.js +10 -15
- package/dist/constructs/private-location.js.map +1 -1
- package/dist/constructs/project-bundle.d.ts +3 -3
- package/dist/constructs/project-bundle.js +1 -5
- package/dist/constructs/project-bundle.js.map +1 -1
- package/dist/constructs/project.d.ts +13 -13
- package/dist/constructs/project.js +32 -87
- package/dist/constructs/project.js.map +1 -1
- package/dist/constructs/query-param.d.ts +1 -1
- package/dist/constructs/query-param.js +1 -2
- package/dist/constructs/ref-codegen.d.ts +2 -2
- package/dist/constructs/ref-codegen.js +4 -7
- package/dist/constructs/ref-codegen.js.map +1 -1
- package/dist/constructs/ref.js +1 -5
- package/dist/constructs/ref.js.map +1 -1
- package/dist/constructs/retry-strategy-codegen.d.ts +2 -2
- package/dist/constructs/retry-strategy-codegen.js +14 -17
- package/dist/constructs/retry-strategy-codegen.js.map +1 -1
- package/dist/constructs/retry-strategy.js +1 -5
- package/dist/constructs/retry-strategy.js.map +1 -1
- package/dist/constructs/slack-alert-channel-codegen.d.ts +2 -2
- package/dist/constructs/slack-alert-channel-codegen.js +7 -11
- package/dist/constructs/slack-alert-channel-codegen.js.map +1 -1
- package/dist/constructs/slack-alert-channel.d.ts +1 -1
- package/dist/constructs/slack-alert-channel.js +4 -8
- package/dist/constructs/slack-alert-channel.js.map +1 -1
- package/dist/constructs/sms-alert-channel-codegen.d.ts +2 -2
- package/dist/constructs/sms-alert-channel-codegen.js +7 -11
- package/dist/constructs/sms-alert-channel-codegen.js.map +1 -1
- package/dist/constructs/sms-alert-channel.d.ts +1 -1
- package/dist/constructs/sms-alert-channel.js +4 -8
- package/dist/constructs/sms-alert-channel.js.map +1 -1
- package/dist/constructs/status-page-codegen.d.ts +3 -3
- package/dist/constructs/status-page-codegen.js +6 -10
- package/dist/constructs/status-page-codegen.js.map +1 -1
- package/dist/constructs/status-page-service-codegen.d.ts +2 -2
- package/dist/constructs/status-page-service-codegen.js +8 -13
- package/dist/constructs/status-page-service-codegen.js.map +1 -1
- package/dist/constructs/status-page-service.d.ts +2 -2
- package/dist/constructs/status-page-service.js +8 -13
- package/dist/constructs/status-page-service.js.map +1 -1
- package/dist/constructs/status-page.d.ts +2 -2
- package/dist/constructs/status-page.js +6 -10
- package/dist/constructs/status-page.js.map +1 -1
- package/dist/constructs/tcp-monitor-codegen.d.ts +4 -4
- package/dist/constructs/tcp-monitor-codegen.js +10 -15
- package/dist/constructs/tcp-monitor-codegen.js.map +1 -1
- package/dist/constructs/tcp-monitor.d.ts +9 -9
- package/dist/constructs/tcp-monitor.js +12 -16
- package/dist/constructs/tcp-monitor.js.map +1 -1
- package/dist/constructs/telegram-alert-channel-codegen.d.ts +2 -2
- package/dist/constructs/telegram-alert-channel-codegen.js +15 -22
- package/dist/constructs/telegram-alert-channel-codegen.js.map +1 -1
- package/dist/constructs/telegram-alert-channel.d.ts +2 -2
- package/dist/constructs/telegram-alert-channel.js +2 -6
- package/dist/constructs/telegram-alert-channel.js.map +1 -1
- package/dist/constructs/url-assertion-codegen.d.ts +2 -2
- package/dist/constructs/url-assertion-codegen.js +3 -6
- package/dist/constructs/url-assertion-codegen.js.map +1 -1
- package/dist/constructs/url-assertion.d.ts +1 -1
- package/dist/constructs/url-assertion.js +3 -7
- package/dist/constructs/url-assertion.js.map +1 -1
- package/dist/constructs/url-monitor-codegen.d.ts +3 -3
- package/dist/constructs/url-monitor-codegen.js +8 -12
- package/dist/constructs/url-monitor-codegen.js.map +1 -1
- package/dist/constructs/url-monitor.d.ts +10 -10
- package/dist/constructs/url-monitor.js +6 -10
- package/dist/constructs/url-monitor.js.map +1 -1
- package/dist/constructs/url-request-codegen.d.ts +3 -3
- package/dist/constructs/url-request-codegen.js +5 -8
- package/dist/constructs/url-request-codegen.js.map +1 -1
- package/dist/constructs/url-request.d.ts +2 -2
- package/dist/constructs/url-request.js +1 -2
- package/dist/constructs/validator-error.js +1 -5
- package/dist/constructs/validator-error.js.map +1 -1
- package/dist/constructs/webhook-alert-channel-codegen.d.ts +8 -8
- package/dist/constructs/webhook-alert-channel-codegen.js +20 -25
- package/dist/constructs/webhook-alert-channel-codegen.js.map +1 -1
- package/dist/constructs/webhook-alert-channel.d.ts +4 -4
- package/dist/constructs/webhook-alert-channel.js +4 -8
- package/dist/constructs/webhook-alert-channel.js.map +1 -1
- package/dist/formatters/account-members.d.ts +2 -2
- package/dist/formatters/account-members.js +19 -27
- package/dist/formatters/account-members.js.map +1 -1
- package/dist/formatters/account-plan.d.ts +2 -2
- package/dist/formatters/account-plan.js +34 -47
- package/dist/formatters/account-plan.js.map +1 -1
- package/dist/formatters/analytics.d.ts +2 -2
- package/dist/formatters/analytics.js +25 -36
- package/dist/formatters/analytics.js.map +1 -1
- package/dist/formatters/batch-stats.d.ts +3 -3
- package/dist/formatters/batch-stats.js +28 -35
- package/dist/formatters/batch-stats.js.map +1 -1
- package/dist/formatters/check-result-detail.d.ts +2 -2
- package/dist/formatters/check-result-detail.js +73 -80
- package/dist/formatters/check-result-detail.js.map +1 -1
- package/dist/formatters/checks.d.ts +6 -6
- package/dist/formatters/checks.js +69 -86
- package/dist/formatters/checks.js.map +1 -1
- package/dist/formatters/incidents.d.ts +2 -2
- package/dist/formatters/incidents.js +36 -46
- package/dist/formatters/incidents.js.map +1 -1
- package/dist/formatters/rca.d.ts +10 -4
- package/dist/formatters/rca.js +43 -35
- package/dist/formatters/rca.js.map +1 -1
- package/dist/formatters/render.js +27 -47
- package/dist/formatters/render.js.map +1 -1
- package/dist/formatters/status-pages.d.ts +2 -2
- package/dist/formatters/status-pages.js +29 -39
- package/dist/formatters/status-pages.js.map +1 -1
- package/dist/help/examples.js +3 -5
- package/dist/help/examples.js.map +1 -1
- package/dist/help/help-extension.js +13 -17
- package/dist/help/help-extension.js.map +1 -1
- package/dist/help/skills.js +2 -5
- package/dist/help/skills.js.map +1 -1
- package/dist/helpers/cli-mode.js +3 -8
- package/dist/helpers/cli-mode.js.map +1 -1
- package/dist/helpers/command-preview.js +3 -8
- package/dist/helpers/command-preview.js.map +1 -1
- package/dist/helpers/command-style.d.ts +1 -1
- package/dist/helpers/command-style.js +24 -31
- package/dist/helpers/command-style.js.map +1 -1
- package/dist/helpers/constants.js +1 -4
- package/dist/helpers/constants.js.map +1 -1
- package/dist/helpers/flags.d.ts +5 -0
- package/dist/helpers/flags.js +29 -12
- package/dist/helpers/flags.js.map +1 -1
- package/dist/helpers/incidents.d.ts +2 -2
- package/dist/helpers/incidents.js +10 -18
- package/dist/helpers/incidents.js.map +1 -1
- package/dist/helpers/onboarding/boilerplate.js +46 -53
- package/dist/helpers/onboarding/boilerplate.js.map +1 -1
- package/dist/helpers/onboarding/clipboard.js +6 -9
- package/dist/helpers/onboarding/clipboard.js.map +1 -1
- package/dist/helpers/onboarding/detect-project.js +13 -16
- package/dist/helpers/onboarding/detect-project.js.map +1 -1
- package/dist/helpers/onboarding/index.d.ts +7 -7
- package/dist/helpers/onboarding/index.js +7 -25
- package/dist/helpers/onboarding/index.js.map +1 -1
- package/dist/helpers/onboarding/messages.js +47 -57
- package/dist/helpers/onboarding/messages.js.map +1 -1
- package/dist/helpers/onboarding/prompt-display.js +11 -17
- package/dist/helpers/onboarding/prompt-display.js.map +1 -1
- package/dist/helpers/onboarding/prompts-helpers.js +4 -11
- package/dist/helpers/onboarding/prompts-helpers.js.map +1 -1
- package/dist/helpers/onboarding/skill-install.js +28 -35
- package/dist/helpers/onboarding/skill-install.js.map +1 -1
- package/dist/helpers/onboarding/template-prompt.js +8 -9
- package/dist/helpers/onboarding/template-prompt.js.map +1 -1
- package/dist/helpers/recast-acorn-parser.js +2 -38
- package/dist/helpers/recast-acorn-parser.js.map +1 -1
- package/dist/helpers/test-helper.d.ts +3 -3
- package/dist/helpers/test-helper.js +10 -16
- package/dist/helpers/test-helper.js.map +1 -1
- package/dist/helpers/wrap.js +1 -4
- package/dist/helpers/wrap.js.map +1 -1
- package/dist/helpers/write-config-helpers.js +11 -53
- package/dist/helpers/write-config-helpers.js.map +1 -1
- package/dist/hooks/command-not-found.d.ts +3 -0
- package/dist/hooks/command-not-found.js +22 -0
- package/dist/hooks/command-not-found.js.map +1 -0
- package/dist/hooks/parse-error.d.ts +3 -0
- package/dist/hooks/parse-error.js +15 -0
- package/dist/hooks/parse-error.js.map +1 -0
- package/dist/index.d.ts +3 -3
- package/dist/index.js +2 -39
- package/dist/index.js.map +1 -1
- package/dist/loader/config.js +4 -9
- package/dist/loader/config.js.map +1 -1
- package/dist/loader/index.d.ts +5 -6
- package/dist/loader/index.js +5 -20
- package/dist/loader/index.js.map +1 -1
- package/dist/loader/jiti.d.ts +1 -1
- package/dist/loader/jiti.js +15 -22
- package/dist/loader/jiti.js.map +1 -1
- package/dist/loader/loader.d.ts +1 -1
- package/dist/loader/loader.js +4 -9
- package/dist/loader/loader.js.map +1 -1
- package/dist/loader/match.js +3 -7
- package/dist/loader/match.js.map +1 -1
- package/dist/loader/mixed.d.ts +1 -1
- package/dist/loader/mixed.js +4 -8
- package/dist/loader/mixed.js.map +1 -1
- package/dist/loader/native.d.ts +2 -2
- package/dist/loader/native.js +14 -20
- package/dist/loader/native.js.map +1 -1
- package/dist/messages/common-messages.d.ts +0 -3
- package/dist/messages/common-messages.js +1 -6
- package/dist/messages/common-messages.js.map +1 -1
- package/dist/playwright/playwright-config-loader.js +7 -13
- package/dist/playwright/playwright-config-loader.js.map +1 -1
- package/dist/playwright/playwright-config-template.d.ts +1 -1
- package/dist/playwright/playwright-config-template.js +2 -38
- package/dist/playwright/playwright-config-template.js.map +1 -1
- package/dist/reporters/abstract-list.d.ts +9 -5
- package/dist/reporters/abstract-list.js +76 -48
- package/dist/reporters/abstract-list.js.map +1 -1
- package/dist/reporters/ci.d.ts +3 -3
- package/dist/reporters/ci.js +10 -20
- package/dist/reporters/ci.js.map +1 -1
- package/dist/reporters/dot.d.ts +2 -2
- package/dist/reporters/dot.js +8 -14
- package/dist/reporters/dot.js.map +1 -1
- package/dist/reporters/github.d.ts +2 -2
- package/dist/reporters/github.js +14 -59
- package/dist/reporters/github.js.map +1 -1
- package/dist/reporters/json.d.ts +2 -2
- package/dist/reporters/json.js +11 -52
- package/dist/reporters/json.js.map +1 -1
- package/dist/reporters/list.d.ts +3 -3
- package/dist/reporters/list.js +22 -32
- package/dist/reporters/list.js.map +1 -1
- package/dist/reporters/reporter.d.ts +4 -2
- package/dist/reporters/reporter.js +12 -19
- package/dist/reporters/reporter.js.map +1 -1
- package/dist/reporters/util.d.ts +2 -1
- package/dist/reporters/util.js +56 -95
- package/dist/reporters/util.js.map +1 -1
- package/dist/rest/account-members.js +1 -3
- package/dist/rest/account-members.js.map +1 -1
- package/dist/rest/accounts.js +1 -3
- package/dist/rest/accounts.js.map +1 -1
- package/dist/rest/analytics.js +23 -26
- package/dist/rest/analytics.js.map +1 -1
- package/dist/rest/api.d.ts +30 -26
- package/dist/rest/api.js +76 -82
- package/dist/rest/api.js.map +1 -1
- package/dist/rest/assets.js +6 -15
- package/dist/rest/assets.js.map +1 -1
- package/dist/rest/batch-analytics.js +2 -5
- package/dist/rest/batch-analytics.js.map +1 -1
- package/dist/rest/cancel.d.ts +14 -0
- package/dist/rest/cancel.js +28 -0
- package/dist/rest/cancel.js.map +1 -0
- package/dist/rest/check-groups.js +1 -3
- package/dist/rest/check-groups.js.map +1 -1
- package/dist/rest/check-results.js +1 -3
- package/dist/rest/check-results.js.map +1 -1
- package/dist/rest/check-statuses.js +1 -3
- package/dist/rest/check-statuses.js.map +1 -1
- package/dist/rest/checkly-storage.js +1 -3
- package/dist/rest/checkly-storage.js.map +1 -1
- package/dist/rest/checks.js +1 -3
- package/dist/rest/checks.js.map +1 -1
- package/dist/rest/entitlements.js +1 -3
- package/dist/rest/entitlements.js.map +1 -1
- package/dist/rest/environment-variables.js +8 -13
- package/dist/rest/environment-variables.js.map +1 -1
- package/dist/rest/error-groups.js +1 -3
- package/dist/rest/error-groups.js.map +1 -1
- package/dist/rest/errors.js +15 -31
- package/dist/rest/errors.js.map +1 -1
- package/dist/rest/heartbeat-checks.js +1 -3
- package/dist/rest/heartbeat-checks.js.map +1 -1
- package/dist/rest/incidents.js +1 -3
- package/dist/rest/incidents.js.map +1 -1
- package/dist/rest/locations.js +1 -3
- package/dist/rest/locations.js.map +1 -1
- package/dist/rest/private-locations.js +1 -4
- package/dist/rest/private-locations.js.map +1 -1
- package/dist/rest/projects.d.ts +2 -2
- package/dist/rest/projects.js +20 -28
- package/dist/rest/projects.js.map +1 -1
- package/dist/rest/rca.d.ts +2 -1
- package/dist/rest/rca.js +4 -3
- package/dist/rest/rca.js.map +1 -1
- package/dist/rest/runtimes.d.ts +1 -1
- package/dist/rest/runtimes.js +1 -3
- package/dist/rest/runtimes.js.map +1 -1
- package/dist/rest/status-pages.js +1 -3
- package/dist/rest/status-pages.js.map +1 -1
- package/dist/rest/test-session-error-groups.d.ts +18 -0
- package/dist/rest/test-session-error-groups.js +11 -0
- package/dist/rest/test-session-error-groups.js.map +1 -0
- package/dist/rest/test-sessions.d.ts +3 -3
- package/dist/rest/test-sessions.js +6 -10
- package/dist/rest/test-sessions.js.map +1 -1
- package/dist/rest/users.js +1 -3
- package/dist/rest/users.js.map +1 -1
- package/dist/rest/util.js +5 -11
- package/dist/rest/util.js.map +1 -1
- package/dist/runtimes/index.d.ts +2 -2
- package/dist/runtimes/index.js +1 -5
- package/dist/runtimes/index.js.map +1 -1
- package/dist/runtimes/runtime.js +1 -2
- package/dist/runtimes/snapshot.d.ts +1 -1
- package/dist/runtimes/snapshot.js +7 -11
- package/dist/runtimes/snapshot.js.map +1 -1
- package/dist/services/abstract-check-runner.d.ts +6 -3
- package/dist/services/abstract-check-runner.js +62 -61
- package/dist/services/abstract-check-runner.js.map +1 -1
- package/dist/services/check-parser/bundler.d.ts +2 -2
- package/dist/services/check-parser/bundler.js +24 -68
- package/dist/services/check-parser/bundler.js.map +1 -1
- package/dist/services/check-parser/cache-hash.d.ts +1 -1
- package/dist/services/check-parser/cache-hash.js +15 -25
- package/dist/services/check-parser/cache-hash.js.map +1 -1
- package/dist/services/check-parser/collector.js +3 -7
- package/dist/services/check-parser/collector.js.map +1 -1
- package/dist/services/check-parser/errors.d.ts +1 -1
- package/dist/services/check-parser/errors.js +1 -5
- package/dist/services/check-parser/errors.js.map +1 -1
- package/dist/services/check-parser/faux-package.d.ts +2 -2
- package/dist/services/check-parser/faux-package.js +3 -7
- package/dist/services/check-parser/faux-package.js.map +1 -1
- package/dist/services/check-parser/package-files/extension.js +14 -23
- package/dist/services/check-parser/package-files/extension.js.map +1 -1
- package/dist/services/check-parser/package-files/jsconfig-json-file.d.ts +2 -2
- package/dist/services/check-parser/package-files/jsconfig-json-file.js +4 -11
- package/dist/services/check-parser/package-files/jsconfig-json-file.js.map +1 -1
- package/dist/services/check-parser/package-files/json-source-file.d.ts +2 -2
- package/dist/services/check-parser/package-files/json-source-file.js +3 -7
- package/dist/services/check-parser/package-files/json-source-file.js.map +1 -1
- package/dist/services/check-parser/package-files/json-text-source-file-parser.d.ts +2 -2
- package/dist/services/check-parser/package-files/json-text-source-file-parser.js +7 -11
- package/dist/services/check-parser/package-files/json-text-source-file-parser.js.map +1 -1
- package/dist/services/check-parser/package-files/json-text-source-file.d.ts +2 -2
- package/dist/services/check-parser/package-files/json-text-source-file.js +5 -9
- package/dist/services/check-parser/package-files/json-text-source-file.js.map +1 -1
- package/dist/services/check-parser/package-files/loader.js +1 -5
- package/dist/services/check-parser/package-files/loader.js.map +1 -1
- package/dist/services/check-parser/package-files/lookup.js +10 -14
- package/dist/services/check-parser/package-files/lookup.js.map +1 -1
- package/dist/services/check-parser/package-files/package-json-file.d.ts +3 -3
- package/dist/services/check-parser/package-files/package-json-file.js +16 -23
- package/dist/services/check-parser/package-files/package-json-file.js.map +1 -1
- package/dist/services/check-parser/package-files/package-manager.d.ts +2 -2
- package/dist/services/check-parser/package-files/package-manager.js +65 -88
- package/dist/services/check-parser/package-files/package-manager.js.map +1 -1
- package/dist/services/check-parser/package-files/paths.js +6 -15
- package/dist/services/check-parser/package-files/paths.js.map +1 -1
- package/dist/services/check-parser/package-files/resolver.d.ts +8 -8
- package/dist/services/check-parser/package-files/resolver.js +37 -44
- package/dist/services/check-parser/package-files/resolver.js.map +1 -1
- package/dist/services/check-parser/package-files/result.js +2 -6
- package/dist/services/check-parser/package-files/result.js.map +1 -1
- package/dist/services/check-parser/package-files/source-file-parser.d.ts +1 -1
- package/dist/services/check-parser/package-files/source-file-parser.js +2 -7
- package/dist/services/check-parser/package-files/source-file-parser.js.map +1 -1
- package/dist/services/check-parser/package-files/source-file.js +6 -14
- package/dist/services/check-parser/package-files/source-file.js.map +1 -1
- package/dist/services/check-parser/package-files/tsconfig-json-file.d.ts +4 -4
- package/dist/services/check-parser/package-files/tsconfig-json-file.js +12 -19
- package/dist/services/check-parser/package-files/tsconfig-json-file.js.map +1 -1
- package/dist/services/check-parser/package-files/walk.js +7 -11
- package/dist/services/check-parser/package-files/walk.js.map +1 -1
- package/dist/services/check-parser/package-files/workspace.d.ts +2 -2
- package/dist/services/check-parser/package-files/workspace.js +9 -14
- package/dist/services/check-parser/package-files/workspace.js.map +1 -1
- package/dist/services/check-parser/parser.d.ts +3 -3
- package/dist/services/check-parser/parser.js +31 -70
- package/dist/services/check-parser/parser.js.map +1 -1
- package/dist/services/check-parser/playwright-config-expander.d.ts +1 -1
- package/dist/services/check-parser/playwright-config-expander.js +10 -50
- package/dist/services/check-parser/playwright-config-expander.js.map +1 -1
- package/dist/services/checkly-config-codegen.d.ts +3 -3
- package/dist/services/checkly-config-codegen.js +22 -25
- package/dist/services/checkly-config-codegen.js.map +1 -1
- package/dist/services/checkly-config-loader.d.ts +7 -7
- package/dist/services/checkly-config-loader.js +21 -63
- package/dist/services/checkly-config-loader.js.map +1 -1
- package/dist/services/config.js +4 -9
- package/dist/services/config.js.map +1 -1
- package/dist/services/load-dotenv.d.ts +1 -0
- package/dist/services/load-dotenv.js +44 -0
- package/dist/services/load-dotenv.js.map +1 -0
- package/dist/services/playwright-config.js +3 -41
- package/dist/services/playwright-config.js.map +1 -1
- package/dist/services/project-parser.d.ts +4 -4
- package/dist/services/project-parser.js +61 -100
- package/dist/services/project-parser.js.map +1 -1
- package/dist/services/proxy.js +8 -11
- package/dist/services/proxy.js.map +1 -1
- package/dist/services/shell.js +2 -6
- package/dist/services/shell.js.map +1 -1
- package/dist/services/snapshot-service.js +13 -51
- package/dist/services/snapshot-service.js.map +1 -1
- package/dist/services/socket-client.js +11 -51
- package/dist/services/socket-client.js.map +1 -1
- package/dist/services/test-filters.js +3 -8
- package/dist/services/test-filters.js.map +1 -1
- package/dist/services/test-runner.d.ts +6 -6
- package/dist/services/test-runner.js +11 -50
- package/dist/services/test-runner.js.map +1 -1
- package/dist/services/trigger-runner.d.ts +4 -4
- package/dist/services/trigger-runner.js +6 -12
- package/dist/services/trigger-runner.js.map +1 -1
- package/dist/services/util.d.ts +4 -4
- package/dist/services/util.js +66 -121
- package/dist/services/util.js.map +1 -1
- package/dist/sourcegen/args.d.ts +2 -2
- package/dist/sourcegen/args.js +2 -6
- package/dist/sourcegen/args.js.map +1 -1
- package/dist/sourcegen/argsbuilder.d.ts +5 -5
- package/dist/sourcegen/argsbuilder.js +22 -27
- package/dist/sourcegen/argsbuilder.js.map +1 -1
- package/dist/sourcegen/array.d.ts +2 -2
- package/dist/sourcegen/array.js +2 -6
- package/dist/sourcegen/array.js.map +1 -1
- package/dist/sourcegen/arraybuilder.d.ts +4 -4
- package/dist/sourcegen/arraybuilder.js +20 -25
- package/dist/sourcegen/arraybuilder.js.map +1 -1
- package/dist/sourcegen/boolean.d.ts +2 -2
- package/dist/sourcegen/boolean.js +2 -6
- package/dist/sourcegen/boolean.js.map +1 -1
- package/dist/sourcegen/case.js +8 -18
- package/dist/sourcegen/case.js.map +1 -1
- package/dist/sourcegen/comment.d.ts +2 -2
- package/dist/sourcegen/comment.js +9 -20
- package/dist/sourcegen/comment.js.map +1 -1
- package/dist/sourcegen/decl.d.ts +4 -4
- package/dist/sourcegen/decl.js +6 -15
- package/dist/sourcegen/decl.js.map +1 -1
- package/dist/sourcegen/declbuilder.d.ts +4 -4
- package/dist/sourcegen/declbuilder.js +8 -13
- package/dist/sourcegen/declbuilder.js.map +1 -1
- package/dist/sourcegen/expr.d.ts +3 -3
- package/dist/sourcegen/expr.js +7 -16
- package/dist/sourcegen/expr.js.map +1 -1
- package/dist/sourcegen/exprbuilder.d.ts +3 -3
- package/dist/sourcegen/exprbuilder.js +9 -14
- package/dist/sourcegen/exprbuilder.js.map +1 -1
- package/dist/sourcegen/identifier.d.ts +3 -3
- package/dist/sourcegen/identifier.js +5 -10
- package/dist/sourcegen/identifier.js.map +1 -1
- package/dist/sourcegen/index.d.ts +22 -22
- package/dist/sourcegen/index.js +22 -75
- package/dist/sourcegen/index.js.map +1 -1
- package/dist/sourcegen/null.d.ts +2 -2
- package/dist/sourcegen/null.js +2 -6
- package/dist/sourcegen/null.js.map +1 -1
- package/dist/sourcegen/number.d.ts +2 -2
- package/dist/sourcegen/number.js +2 -6
- package/dist/sourcegen/number.js.map +1 -1
- package/dist/sourcegen/object.d.ts +3 -3
- package/dist/sourcegen/object.js +6 -14
- package/dist/sourcegen/object.js.map +1 -1
- package/dist/sourcegen/objectbuilder.d.ts +4 -4
- package/dist/sourcegen/objectbuilder.js +21 -26
- package/dist/sourcegen/objectbuilder.js.map +1 -1
- package/dist/sourcegen/output.js +1 -5
- package/dist/sourcegen/output.js.map +1 -1
- package/dist/sourcegen/program.d.ts +4 -4
- package/dist/sourcegen/program.js +24 -64
- package/dist/sourcegen/program.js.map +1 -1
- package/dist/sourcegen/string.d.ts +2 -2
- package/dist/sourcegen/string.js +5 -10
- package/dist/sourcegen/string.js.map +1 -1
- package/dist/sourcegen/undefined.d.ts +2 -2
- package/dist/sourcegen/undefined.js +2 -6
- package/dist/sourcegen/undefined.js.map +1 -1
- package/dist/sourcegen/unknown.d.ts +1 -1
- package/dist/sourcegen/unknown.js +15 -18
- package/dist/sourcegen/unknown.js.map +1 -1
- package/dist/sourcegen/value.d.ts +1 -1
- package/dist/sourcegen/value.js +1 -5
- package/dist/sourcegen/value.js.map +1 -1
- package/dist/testing/fixture-sandbox.d.ts +20 -33
- package/dist/testing/fixture-sandbox.js +91 -75
- package/dist/testing/fixture-sandbox.js.map +1 -1
- package/dist/testing/global-setup.d.ts +2 -0
- package/dist/testing/global-setup.js +14 -0
- package/dist/testing/global-setup.js.map +1 -0
- package/dist/util/index.js +1 -4
- package/dist/util/index.js.map +1 -1
- package/oclif.manifest.json +86 -54
- package/package.json +46 -58
- package/dist/loader/ts-node.d.ts +0 -26
- package/dist/loader/ts-node.js +0 -111
- package/dist/loader/ts-node.js.map +0 -1
package/oclif.manifest.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"readOnly": false,
|
|
18
18
|
"destructive": false,
|
|
19
19
|
"idempotent": false,
|
|
20
|
-
"isESM":
|
|
20
|
+
"isESM": true,
|
|
21
21
|
"relativePath": [
|
|
22
22
|
"dist",
|
|
23
23
|
"commands",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"readOnly": false,
|
|
42
42
|
"destructive": false,
|
|
43
43
|
"idempotent": false,
|
|
44
|
-
"isESM":
|
|
44
|
+
"isESM": true,
|
|
45
45
|
"relativePath": [
|
|
46
46
|
"dist",
|
|
47
47
|
"commands",
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
"readOnly": false,
|
|
133
133
|
"destructive": false,
|
|
134
134
|
"idempotent": true,
|
|
135
|
-
"isESM":
|
|
135
|
+
"isESM": true,
|
|
136
136
|
"relativePath": [
|
|
137
137
|
"dist",
|
|
138
138
|
"commands",
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
"readOnly": false,
|
|
180
180
|
"destructive": true,
|
|
181
181
|
"idempotent": false,
|
|
182
|
-
"isESM":
|
|
182
|
+
"isESM": true,
|
|
183
183
|
"relativePath": [
|
|
184
184
|
"dist",
|
|
185
185
|
"commands",
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
"readOnly": false,
|
|
205
205
|
"destructive": false,
|
|
206
206
|
"idempotent": false,
|
|
207
|
-
"isESM":
|
|
207
|
+
"isESM": true,
|
|
208
208
|
"relativePath": [
|
|
209
209
|
"dist",
|
|
210
210
|
"commands",
|
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
"readOnly": false,
|
|
244
244
|
"destructive": false,
|
|
245
245
|
"idempotent": true,
|
|
246
|
-
"isESM":
|
|
246
|
+
"isESM": true,
|
|
247
247
|
"relativePath": [
|
|
248
248
|
"dist",
|
|
249
249
|
"commands",
|
|
@@ -268,7 +268,7 @@
|
|
|
268
268
|
"readOnly": false,
|
|
269
269
|
"destructive": false,
|
|
270
270
|
"idempotent": true,
|
|
271
|
-
"isESM":
|
|
271
|
+
"isESM": true,
|
|
272
272
|
"relativePath": [
|
|
273
273
|
"dist",
|
|
274
274
|
"commands",
|
|
@@ -301,7 +301,7 @@
|
|
|
301
301
|
"readOnly": false,
|
|
302
302
|
"destructive": false,
|
|
303
303
|
"idempotent": true,
|
|
304
|
-
"isESM":
|
|
304
|
+
"isESM": true,
|
|
305
305
|
"relativePath": [
|
|
306
306
|
"dist",
|
|
307
307
|
"commands",
|
|
@@ -390,7 +390,7 @@
|
|
|
390
390
|
"type": "option"
|
|
391
391
|
},
|
|
392
392
|
"record": {
|
|
393
|
-
"description": "Record test results in Checkly as a test session with full logs, traces and videos.",
|
|
393
|
+
"description": "[default: true] Record test results in Checkly as a test session with full logs, traces and videos.",
|
|
394
394
|
"name": "record",
|
|
395
395
|
"allowNo": true,
|
|
396
396
|
"type": "boolean"
|
|
@@ -458,6 +458,13 @@
|
|
|
458
458
|
"name": "refresh-cache",
|
|
459
459
|
"allowNo": false,
|
|
460
460
|
"type": "boolean"
|
|
461
|
+
},
|
|
462
|
+
"detach": {
|
|
463
|
+
"char": "d",
|
|
464
|
+
"description": "Keep checks running in the cloud after cancelling the CLI process.",
|
|
465
|
+
"name": "detach",
|
|
466
|
+
"allowNo": false,
|
|
467
|
+
"type": "boolean"
|
|
461
468
|
}
|
|
462
469
|
},
|
|
463
470
|
"hasDynamicHelp": false,
|
|
@@ -473,7 +480,7 @@
|
|
|
473
480
|
"readOnly": true,
|
|
474
481
|
"destructive": false,
|
|
475
482
|
"idempotent": true,
|
|
476
|
-
"isESM":
|
|
483
|
+
"isESM": true,
|
|
477
484
|
"relativePath": [
|
|
478
485
|
"dist",
|
|
479
486
|
"commands",
|
|
@@ -498,7 +505,7 @@
|
|
|
498
505
|
"readOnly": true,
|
|
499
506
|
"destructive": false,
|
|
500
507
|
"idempotent": true,
|
|
501
|
-
"isESM":
|
|
508
|
+
"isESM": true,
|
|
502
509
|
"relativePath": [
|
|
503
510
|
"dist",
|
|
504
511
|
"commands",
|
|
@@ -523,7 +530,7 @@
|
|
|
523
530
|
"readOnly": true,
|
|
524
531
|
"destructive": false,
|
|
525
532
|
"idempotent": true,
|
|
526
|
-
"isESM":
|
|
533
|
+
"isESM": true,
|
|
527
534
|
"relativePath": [
|
|
528
535
|
"dist",
|
|
529
536
|
"commands",
|
|
@@ -557,7 +564,7 @@
|
|
|
557
564
|
"readOnly": false,
|
|
558
565
|
"destructive": false,
|
|
559
566
|
"idempotent": true,
|
|
560
|
-
"isESM":
|
|
567
|
+
"isESM": true,
|
|
561
568
|
"relativePath": [
|
|
562
569
|
"dist",
|
|
563
570
|
"commands",
|
|
@@ -582,7 +589,7 @@
|
|
|
582
589
|
"readOnly": false,
|
|
583
590
|
"destructive": false,
|
|
584
591
|
"idempotent": true,
|
|
585
|
-
"isESM":
|
|
592
|
+
"isESM": true,
|
|
586
593
|
"relativePath": [
|
|
587
594
|
"dist",
|
|
588
595
|
"commands",
|
|
@@ -705,14 +712,14 @@
|
|
|
705
712
|
"type": "option"
|
|
706
713
|
},
|
|
707
714
|
"record": {
|
|
708
|
-
"description": "Record test results in Checkly as a test session with full logs, traces and videos.",
|
|
715
|
+
"description": "[default: true] Record test results in Checkly as a test session with full logs, traces and videos.",
|
|
709
716
|
"name": "record",
|
|
710
|
-
"allowNo":
|
|
717
|
+
"allowNo": true,
|
|
711
718
|
"type": "boolean"
|
|
712
719
|
},
|
|
713
720
|
"test-session-name": {
|
|
714
721
|
"char": "n",
|
|
715
|
-
"description": "A name to use when storing results in Checkly
|
|
722
|
+
"description": "A name to use when storing results in Checkly.",
|
|
716
723
|
"name": "test-session-name",
|
|
717
724
|
"hasDynamicHelp": false,
|
|
718
725
|
"multiple": false,
|
|
@@ -744,6 +751,13 @@
|
|
|
744
751
|
"name": "refresh-cache",
|
|
745
752
|
"allowNo": false,
|
|
746
753
|
"type": "boolean"
|
|
754
|
+
},
|
|
755
|
+
"detach": {
|
|
756
|
+
"char": "d",
|
|
757
|
+
"description": "Keep checks running in the cloud after cancelling the CLI process.",
|
|
758
|
+
"name": "detach",
|
|
759
|
+
"allowNo": false,
|
|
760
|
+
"type": "boolean"
|
|
747
761
|
}
|
|
748
762
|
},
|
|
749
763
|
"hasDynamicHelp": false,
|
|
@@ -759,7 +773,7 @@
|
|
|
759
773
|
"readOnly": true,
|
|
760
774
|
"destructive": false,
|
|
761
775
|
"idempotent": true,
|
|
762
|
-
"isESM":
|
|
776
|
+
"isESM": true,
|
|
763
777
|
"relativePath": [
|
|
764
778
|
"dist",
|
|
765
779
|
"commands",
|
|
@@ -866,14 +880,14 @@
|
|
|
866
880
|
"type": "option"
|
|
867
881
|
},
|
|
868
882
|
"record": {
|
|
869
|
-
"description": "Record check results in Checkly as a test session with full logs, traces and videos.",
|
|
883
|
+
"description": "[default: true] Record check results in Checkly as a test session with full logs, traces and videos.",
|
|
870
884
|
"name": "record",
|
|
871
|
-
"allowNo":
|
|
885
|
+
"allowNo": true,
|
|
872
886
|
"type": "boolean"
|
|
873
887
|
},
|
|
874
888
|
"test-session-name": {
|
|
875
889
|
"char": "n",
|
|
876
|
-
"description": "A name to use when storing results in Checkly
|
|
890
|
+
"description": "A name to use when storing results in Checkly.",
|
|
877
891
|
"name": "test-session-name",
|
|
878
892
|
"hasDynamicHelp": false,
|
|
879
893
|
"multiple": false,
|
|
@@ -891,6 +905,13 @@
|
|
|
891
905
|
"name": "refresh-cache",
|
|
892
906
|
"allowNo": false,
|
|
893
907
|
"type": "boolean"
|
|
908
|
+
},
|
|
909
|
+
"detach": {
|
|
910
|
+
"char": "d",
|
|
911
|
+
"description": "Keep checks running in the cloud after cancelling the CLI process.",
|
|
912
|
+
"name": "detach",
|
|
913
|
+
"allowNo": false,
|
|
914
|
+
"type": "boolean"
|
|
894
915
|
}
|
|
895
916
|
},
|
|
896
917
|
"hasDynamicHelp": false,
|
|
@@ -906,7 +927,7 @@
|
|
|
906
927
|
"readOnly": false,
|
|
907
928
|
"destructive": false,
|
|
908
929
|
"idempotent": true,
|
|
909
|
-
"isESM":
|
|
930
|
+
"isESM": true,
|
|
910
931
|
"relativePath": [
|
|
911
932
|
"dist",
|
|
912
933
|
"commands",
|
|
@@ -947,7 +968,7 @@
|
|
|
947
968
|
"readOnly": true,
|
|
948
969
|
"destructive": false,
|
|
949
970
|
"idempotent": true,
|
|
950
|
-
"isESM":
|
|
971
|
+
"isESM": true,
|
|
951
972
|
"relativePath": [
|
|
952
973
|
"dist",
|
|
953
974
|
"commands",
|
|
@@ -972,7 +993,7 @@
|
|
|
972
993
|
"readOnly": true,
|
|
973
994
|
"destructive": false,
|
|
974
995
|
"idempotent": true,
|
|
975
|
-
"isESM":
|
|
996
|
+
"isESM": true,
|
|
976
997
|
"relativePath": [
|
|
977
998
|
"dist",
|
|
978
999
|
"commands",
|
|
@@ -1062,7 +1083,7 @@
|
|
|
1062
1083
|
"readOnly": true,
|
|
1063
1084
|
"destructive": false,
|
|
1064
1085
|
"idempotent": true,
|
|
1065
|
-
"isESM":
|
|
1086
|
+
"isESM": true,
|
|
1066
1087
|
"relativePath": [
|
|
1067
1088
|
"dist",
|
|
1068
1089
|
"commands",
|
|
@@ -1135,7 +1156,7 @@
|
|
|
1135
1156
|
"readOnly": true,
|
|
1136
1157
|
"destructive": false,
|
|
1137
1158
|
"idempotent": true,
|
|
1138
|
-
"isESM":
|
|
1159
|
+
"isESM": true,
|
|
1139
1160
|
"relativePath": [
|
|
1140
1161
|
"dist",
|
|
1141
1162
|
"commands",
|
|
@@ -1259,7 +1280,7 @@
|
|
|
1259
1280
|
"readOnly": true,
|
|
1260
1281
|
"destructive": false,
|
|
1261
1282
|
"idempotent": true,
|
|
1262
|
-
"isESM":
|
|
1283
|
+
"isESM": true,
|
|
1263
1284
|
"relativePath": [
|
|
1264
1285
|
"dist",
|
|
1265
1286
|
"commands",
|
|
@@ -1372,7 +1393,7 @@
|
|
|
1372
1393
|
"readOnly": true,
|
|
1373
1394
|
"destructive": false,
|
|
1374
1395
|
"idempotent": true,
|
|
1375
|
-
"isESM":
|
|
1396
|
+
"isESM": true,
|
|
1376
1397
|
"relativePath": [
|
|
1377
1398
|
"dist",
|
|
1378
1399
|
"commands",
|
|
@@ -1488,7 +1509,7 @@
|
|
|
1488
1509
|
"readOnly": true,
|
|
1489
1510
|
"destructive": false,
|
|
1490
1511
|
"idempotent": true,
|
|
1491
|
-
"isESM":
|
|
1512
|
+
"isESM": true,
|
|
1492
1513
|
"relativePath": [
|
|
1493
1514
|
"dist",
|
|
1494
1515
|
"commands",
|
|
@@ -1541,7 +1562,7 @@
|
|
|
1541
1562
|
"pluginType": "core",
|
|
1542
1563
|
"strict": true,
|
|
1543
1564
|
"enableJsonFlag": false,
|
|
1544
|
-
"isESM":
|
|
1565
|
+
"isESM": true,
|
|
1545
1566
|
"relativePath": [
|
|
1546
1567
|
"dist",
|
|
1547
1568
|
"commands",
|
|
@@ -1572,7 +1593,7 @@
|
|
|
1572
1593
|
"pluginType": "core",
|
|
1573
1594
|
"strict": true,
|
|
1574
1595
|
"enableJsonFlag": false,
|
|
1575
|
-
"isESM":
|
|
1596
|
+
"isESM": true,
|
|
1576
1597
|
"relativePath": [
|
|
1577
1598
|
"dist",
|
|
1578
1599
|
"commands",
|
|
@@ -1644,7 +1665,7 @@
|
|
|
1644
1665
|
"pluginType": "core",
|
|
1645
1666
|
"strict": true,
|
|
1646
1667
|
"enableJsonFlag": false,
|
|
1647
|
-
"isESM":
|
|
1668
|
+
"isESM": true,
|
|
1648
1669
|
"relativePath": [
|
|
1649
1670
|
"dist",
|
|
1650
1671
|
"commands",
|
|
@@ -1699,7 +1720,7 @@
|
|
|
1699
1720
|
"readOnly": false,
|
|
1700
1721
|
"destructive": false,
|
|
1701
1722
|
"idempotent": false,
|
|
1702
|
-
"isESM":
|
|
1723
|
+
"isESM": true,
|
|
1703
1724
|
"relativePath": [
|
|
1704
1725
|
"dist",
|
|
1705
1726
|
"commands",
|
|
@@ -1725,7 +1746,7 @@
|
|
|
1725
1746
|
"readOnly": true,
|
|
1726
1747
|
"destructive": false,
|
|
1727
1748
|
"idempotent": true,
|
|
1728
|
-
"isESM":
|
|
1749
|
+
"isESM": true,
|
|
1729
1750
|
"relativePath": [
|
|
1730
1751
|
"dist",
|
|
1731
1752
|
"commands",
|
|
@@ -1766,7 +1787,7 @@
|
|
|
1766
1787
|
"readOnly": true,
|
|
1767
1788
|
"destructive": false,
|
|
1768
1789
|
"idempotent": true,
|
|
1769
|
-
"isESM":
|
|
1790
|
+
"isESM": true,
|
|
1770
1791
|
"relativePath": [
|
|
1771
1792
|
"dist",
|
|
1772
1793
|
"commands",
|
|
@@ -1806,7 +1827,7 @@
|
|
|
1806
1827
|
"readOnly": false,
|
|
1807
1828
|
"destructive": true,
|
|
1808
1829
|
"idempotent": false,
|
|
1809
|
-
"isESM":
|
|
1830
|
+
"isESM": true,
|
|
1810
1831
|
"relativePath": [
|
|
1811
1832
|
"dist",
|
|
1812
1833
|
"commands",
|
|
@@ -1861,7 +1882,7 @@
|
|
|
1861
1882
|
"readOnly": false,
|
|
1862
1883
|
"destructive": false,
|
|
1863
1884
|
"idempotent": true,
|
|
1864
|
-
"isESM":
|
|
1885
|
+
"isESM": true,
|
|
1865
1886
|
"relativePath": [
|
|
1866
1887
|
"dist",
|
|
1867
1888
|
"commands",
|
|
@@ -1896,7 +1917,7 @@
|
|
|
1896
1917
|
"readOnly": false,
|
|
1897
1918
|
"destructive": false,
|
|
1898
1919
|
"idempotent": false,
|
|
1899
|
-
"isESM":
|
|
1920
|
+
"isESM": true,
|
|
1900
1921
|
"relativePath": [
|
|
1901
1922
|
"dist",
|
|
1902
1923
|
"commands",
|
|
@@ -1937,7 +1958,7 @@
|
|
|
1937
1958
|
"readOnly": false,
|
|
1938
1959
|
"destructive": false,
|
|
1939
1960
|
"idempotent": true,
|
|
1940
|
-
"isESM":
|
|
1961
|
+
"isESM": true,
|
|
1941
1962
|
"relativePath": [
|
|
1942
1963
|
"dist",
|
|
1943
1964
|
"commands",
|
|
@@ -1972,7 +1993,7 @@
|
|
|
1972
1993
|
"readOnly": false,
|
|
1973
1994
|
"destructive": false,
|
|
1974
1995
|
"idempotent": false,
|
|
1975
|
-
"isESM":
|
|
1996
|
+
"isESM": true,
|
|
1976
1997
|
"relativePath": [
|
|
1977
1998
|
"dist",
|
|
1978
1999
|
"commands",
|
|
@@ -2053,7 +2074,7 @@
|
|
|
2053
2074
|
"readOnly": true,
|
|
2054
2075
|
"destructive": false,
|
|
2055
2076
|
"idempotent": true,
|
|
2056
|
-
"isESM":
|
|
2077
|
+
"isESM": true,
|
|
2057
2078
|
"relativePath": [
|
|
2058
2079
|
"dist",
|
|
2059
2080
|
"commands",
|
|
@@ -2158,7 +2179,7 @@
|
|
|
2158
2179
|
"readOnly": false,
|
|
2159
2180
|
"destructive": false,
|
|
2160
2181
|
"idempotent": false,
|
|
2161
|
-
"isESM":
|
|
2182
|
+
"isESM": true,
|
|
2162
2183
|
"relativePath": [
|
|
2163
2184
|
"dist",
|
|
2164
2185
|
"commands",
|
|
@@ -2228,7 +2249,7 @@
|
|
|
2228
2249
|
"readOnly": true,
|
|
2229
2250
|
"destructive": false,
|
|
2230
2251
|
"idempotent": true,
|
|
2231
|
-
"isESM":
|
|
2252
|
+
"isESM": true,
|
|
2232
2253
|
"relativePath": [
|
|
2233
2254
|
"dist",
|
|
2234
2255
|
"commands",
|
|
@@ -2301,7 +2322,7 @@
|
|
|
2301
2322
|
"readOnly": false,
|
|
2302
2323
|
"destructive": false,
|
|
2303
2324
|
"idempotent": false,
|
|
2304
|
-
"isESM":
|
|
2325
|
+
"isESM": true,
|
|
2305
2326
|
"relativePath": [
|
|
2306
2327
|
"dist",
|
|
2307
2328
|
"commands",
|
|
@@ -2401,7 +2422,7 @@
|
|
|
2401
2422
|
"readOnly": false,
|
|
2402
2423
|
"destructive": false,
|
|
2403
2424
|
"idempotent": false,
|
|
2404
|
-
"isESM":
|
|
2425
|
+
"isESM": true,
|
|
2405
2426
|
"relativePath": [
|
|
2406
2427
|
"dist",
|
|
2407
2428
|
"commands",
|
|
@@ -2455,7 +2476,7 @@
|
|
|
2455
2476
|
"readOnly": true,
|
|
2456
2477
|
"destructive": false,
|
|
2457
2478
|
"idempotent": true,
|
|
2458
|
-
"isESM":
|
|
2479
|
+
"isESM": true,
|
|
2459
2480
|
"relativePath": [
|
|
2460
2481
|
"dist",
|
|
2461
2482
|
"commands",
|
|
@@ -2466,13 +2487,23 @@
|
|
|
2466
2487
|
"rca:run": {
|
|
2467
2488
|
"aliases": [],
|
|
2468
2489
|
"args": {},
|
|
2469
|
-
"description": "Trigger a root cause analysis for
|
|
2490
|
+
"description": "Trigger a root cause analysis for a check or test session error group.",
|
|
2470
2491
|
"flags": {
|
|
2471
2492
|
"error-group": {
|
|
2472
2493
|
"char": "e",
|
|
2473
2494
|
"description": "The error group ID to analyze.",
|
|
2495
|
+
"exclusive": [
|
|
2496
|
+
"test-session-error-group"
|
|
2497
|
+
],
|
|
2474
2498
|
"name": "error-group",
|
|
2475
|
-
"
|
|
2499
|
+
"hasDynamicHelp": false,
|
|
2500
|
+
"multiple": false,
|
|
2501
|
+
"type": "option"
|
|
2502
|
+
},
|
|
2503
|
+
"test-session-error-group": {
|
|
2504
|
+
"description": "The test session error group ID to analyze.",
|
|
2505
|
+
"helpLabel": "-te, --test-session-error-group",
|
|
2506
|
+
"name": "test-session-error-group",
|
|
2476
2507
|
"hasDynamicHelp": false,
|
|
2477
2508
|
"multiple": false,
|
|
2478
2509
|
"type": "option"
|
|
@@ -2507,12 +2538,13 @@
|
|
|
2507
2538
|
"pluginName": "checkly",
|
|
2508
2539
|
"pluginType": "core",
|
|
2509
2540
|
"strict": true,
|
|
2541
|
+
"usage": "rca run [-e <value> | -te <value>] [-w] [-o detail|json|md]",
|
|
2510
2542
|
"enableJsonFlag": false,
|
|
2511
2543
|
"coreCommand": false,
|
|
2512
2544
|
"readOnly": false,
|
|
2513
2545
|
"destructive": false,
|
|
2514
2546
|
"idempotent": false,
|
|
2515
|
-
"isESM":
|
|
2547
|
+
"isESM": true,
|
|
2516
2548
|
"relativePath": [
|
|
2517
2549
|
"dist",
|
|
2518
2550
|
"commands",
|
|
@@ -2549,7 +2581,7 @@
|
|
|
2549
2581
|
"readOnly": false,
|
|
2550
2582
|
"destructive": false,
|
|
2551
2583
|
"idempotent": false,
|
|
2552
|
-
"isESM":
|
|
2584
|
+
"isESM": true,
|
|
2553
2585
|
"relativePath": [
|
|
2554
2586
|
"dist",
|
|
2555
2587
|
"commands",
|
|
@@ -2605,7 +2637,7 @@
|
|
|
2605
2637
|
"readOnly": false,
|
|
2606
2638
|
"destructive": false,
|
|
2607
2639
|
"idempotent": true,
|
|
2608
|
-
"isESM":
|
|
2640
|
+
"isESM": true,
|
|
2609
2641
|
"relativePath": [
|
|
2610
2642
|
"dist",
|
|
2611
2643
|
"commands",
|
|
@@ -2652,7 +2684,7 @@
|
|
|
2652
2684
|
"readOnly": true,
|
|
2653
2685
|
"destructive": false,
|
|
2654
2686
|
"idempotent": true,
|
|
2655
|
-
"isESM":
|
|
2687
|
+
"isESM": true,
|
|
2656
2688
|
"relativePath": [
|
|
2657
2689
|
"dist",
|
|
2658
2690
|
"commands",
|
|
@@ -2715,7 +2747,7 @@
|
|
|
2715
2747
|
"readOnly": true,
|
|
2716
2748
|
"destructive": false,
|
|
2717
2749
|
"idempotent": true,
|
|
2718
|
-
"isESM":
|
|
2750
|
+
"isESM": true,
|
|
2719
2751
|
"relativePath": [
|
|
2720
2752
|
"dist",
|
|
2721
2753
|
"commands",
|
|
@@ -2724,5 +2756,5 @@
|
|
|
2724
2756
|
]
|
|
2725
2757
|
}
|
|
2726
2758
|
},
|
|
2727
|
-
"version": "
|
|
2759
|
+
"version": "8.0.0"
|
|
2728
2760
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "checkly",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "8.0.0",
|
|
4
|
+
"type": "module",
|
|
4
5
|
"description": "Checkly CLI",
|
|
5
6
|
"main": "dist/index.js",
|
|
6
7
|
"types": "dist/index.d.ts",
|
|
@@ -11,20 +12,7 @@
|
|
|
11
12
|
"./util": "./dist/util/index.js"
|
|
12
13
|
},
|
|
13
14
|
"engines": {
|
|
14
|
-
"node": "^
|
|
15
|
-
},
|
|
16
|
-
"scripts": {
|
|
17
|
-
"clean:dist": "rimraf ./dist ./tsconfig.tsbuildinfo",
|
|
18
|
-
"clean:gen": "rimraf ./gen",
|
|
19
|
-
"clean": "npm run clean:dist && npm run clean:gen",
|
|
20
|
-
"prepack": "npx oclif manifest",
|
|
21
|
-
"prepare:ai-context": "cross-env CHECKLY_SKIP_AUTH=1 CHECKLY_CLI_VERSION=99.0.0 ./bin/run import plan --root gen --debug-import-plan-input-file ./src/ai-context/context.fixtures.json && jiti ./scripts/prepare-ai-context.ts",
|
|
22
|
-
"prepare:dist": "tsc --build",
|
|
23
|
-
"prepare": "npm run clean && npm run prepare:dist && npm run prepare:ai-context",
|
|
24
|
-
"test": "npm pack && vitest --run",
|
|
25
|
-
"test:e2e": "npm pack && cross-env NODE_CONFIG_DIR=./e2e/config vitest --run -c ./vitest.config.e2e.mts",
|
|
26
|
-
"test:e2e:local": "cross-env CHECKLY_BASE_URL=http://localhost:3000 CHECKLY_ENV=local npm run test:e2e",
|
|
27
|
-
"watch": "tsc --watch"
|
|
15
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
28
16
|
},
|
|
29
17
|
"repository": {
|
|
30
18
|
"type": "git",
|
|
@@ -56,9 +44,12 @@
|
|
|
56
44
|
],
|
|
57
45
|
"plugins": [
|
|
58
46
|
"@oclif/plugin-help",
|
|
59
|
-
"@oclif/plugin-warn-if-update-available"
|
|
60
|
-
"@oclif/plugin-not-found"
|
|
47
|
+
"@oclif/plugin-warn-if-update-available"
|
|
61
48
|
],
|
|
49
|
+
"hooks": {
|
|
50
|
+
"command_not_found": "./dist/hooks/command-not-found",
|
|
51
|
+
"finally": "./dist/hooks/parse-error"
|
|
52
|
+
},
|
|
62
53
|
"warn-if-update-available": {
|
|
63
54
|
"timeoutInDays": 30,
|
|
64
55
|
"message": "<%= config.name %> update available from <%= chalk.greenBright(config.version) %> to <%= chalk.greenBright(latest) %>. To update, run `npm install -D checkly@latest`"
|
|
@@ -86,80 +77,77 @@
|
|
|
86
77
|
"description": "List and manage status pages in your Checkly account."
|
|
87
78
|
}
|
|
88
79
|
},
|
|
89
|
-
"helpClass": "./dist/help/help-extension"
|
|
80
|
+
"helpClass": "./dist/help/help-extension.js"
|
|
90
81
|
},
|
|
91
82
|
"bin": {
|
|
92
83
|
"checkly": "./bin/run"
|
|
93
84
|
},
|
|
94
85
|
"homepage": "https://github.com/checkly/checkly-cli#readme",
|
|
95
86
|
"dependencies": {
|
|
96
|
-
"@oclif/core": "^4.11.
|
|
97
|
-
"@oclif/plugin-help": "^6.2.
|
|
98
|
-
"@oclif/plugin-
|
|
99
|
-
"@
|
|
100
|
-
"@typescript-eslint/typescript-estree": "^8.59.2",
|
|
87
|
+
"@oclif/core": "^4.11.3",
|
|
88
|
+
"@oclif/plugin-help": "^6.2.49",
|
|
89
|
+
"@oclif/plugin-warn-if-update-available": "^3.1.65",
|
|
90
|
+
"@typescript-eslint/typescript-estree": "^8.59.4",
|
|
101
91
|
"acorn": "^8.16.0",
|
|
102
92
|
"acorn-walk": "^8.3.5",
|
|
103
|
-
"archiver": "
|
|
104
|
-
"
|
|
105
|
-
"
|
|
93
|
+
"archiver": "^8.0.0",
|
|
94
|
+
"ast-types": "^0.16.1",
|
|
95
|
+
"axios": "^1.16.1",
|
|
96
|
+
"chalk": "^5.6.2",
|
|
106
97
|
"ci-info": "^4.4.0",
|
|
107
|
-
"conf": "^
|
|
98
|
+
"conf": "^15.1.0",
|
|
108
99
|
"debug": "^4.4.3",
|
|
109
|
-
"dotenv": "^
|
|
100
|
+
"dotenv": "^17.4.2",
|
|
110
101
|
"execa": "^9.6.1",
|
|
111
102
|
"git-repo-info": "^2.1.1",
|
|
112
|
-
"glob": "^
|
|
113
|
-
"indent-string": "^
|
|
103
|
+
"glob": "^13.0.6",
|
|
104
|
+
"indent-string": "^5.0.0",
|
|
105
|
+
"jiti": "^2.7.0",
|
|
114
106
|
"json-stream-stringify": "^3.1.6",
|
|
115
107
|
"json5": "^2.2.3",
|
|
116
108
|
"jwt-decode": "^4.0.0",
|
|
117
|
-
"log-symbols": "^
|
|
109
|
+
"log-symbols": "^7.0.1",
|
|
118
110
|
"luxon": "^3.7.2",
|
|
119
|
-
"minimatch": "^
|
|
111
|
+
"minimatch": "^10.2.5",
|
|
120
112
|
"mqtt": "^5.15.1",
|
|
121
|
-
"open": "^
|
|
122
|
-
"p-queue": "^
|
|
113
|
+
"open": "^11.0.0",
|
|
114
|
+
"p-queue": "^9.3.0",
|
|
123
115
|
"prompts": "^2.4.2",
|
|
124
116
|
"proxy-from-env": "^2.1.0",
|
|
125
117
|
"recast": "^0.23.11",
|
|
126
|
-
"semver": "^7.
|
|
118
|
+
"semver": "^7.8.1",
|
|
119
|
+
"string-width": "^8.2.1",
|
|
127
120
|
"tunnel": "^0.0.6",
|
|
128
|
-
"uuid": "^
|
|
121
|
+
"uuid": "^14.0.0"
|
|
129
122
|
},
|
|
130
123
|
"devDependencies": {
|
|
131
|
-
"@playwright/test": "^1.
|
|
124
|
+
"@playwright/test": "^1.60.0",
|
|
132
125
|
"@types/archiver": "^7.0.0",
|
|
133
|
-
"@types/config": "^3.3.5",
|
|
134
126
|
"@types/debug": "^4.1.13",
|
|
135
127
|
"@types/luxon": "^3.7.1",
|
|
136
128
|
"@types/node": "^22.19.17",
|
|
137
129
|
"@types/prompts": "^2.4.9",
|
|
138
130
|
"@types/semver": "^7.7.1",
|
|
139
131
|
"@types/tunnel": "^0.0.7",
|
|
140
|
-
"@types/uuid": "^10.0.0",
|
|
141
132
|
"@types/ws": "^8.5.5",
|
|
142
|
-
"config": "^
|
|
133
|
+
"config": "^4.4.1",
|
|
143
134
|
"cross-env": "^10.1.0",
|
|
144
|
-
"
|
|
145
|
-
"
|
|
146
|
-
"
|
|
147
|
-
"
|
|
148
|
-
"tar": "^7.5.14",
|
|
149
|
-
"ts-node": "^10.9.2",
|
|
135
|
+
"nanoid": "^5.1.11",
|
|
136
|
+
"oclif": "^4.23.7",
|
|
137
|
+
"rimraf": "^6.1.3",
|
|
138
|
+
"tar": "^7.5.15",
|
|
150
139
|
"typescript": "^6.0.3",
|
|
151
140
|
"vitest": "^3.2.4"
|
|
152
141
|
},
|
|
153
|
-
"
|
|
154
|
-
"
|
|
155
|
-
"
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
"
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
"
|
|
162
|
-
|
|
163
|
-
}
|
|
142
|
+
"scripts": {
|
|
143
|
+
"clean:dist": "rimraf ./dist ./tsconfig.tsbuildinfo",
|
|
144
|
+
"clean:gen": "rimraf ./gen",
|
|
145
|
+
"clean": "pnpm run clean:dist && pnpm run clean:gen",
|
|
146
|
+
"prepare:ai-context": "cross-env CHECKLY_SKIP_AUTH=1 CHECKLY_CLI_VERSION=99.0.0 ./bin/run import plan --root gen --debug-import-plan-input-file ./src/ai-context/context.fixtures.json && jiti ./scripts/prepare-ai-context.ts",
|
|
147
|
+
"prepare:dist": "tsc --build",
|
|
148
|
+
"test": "pnpm pack && vitest --run",
|
|
149
|
+
"test:e2e": "pnpm pack && cross-env NODE_CONFIG_DIR=./e2e/config vitest --run -c ./vitest.config.e2e.mts",
|
|
150
|
+
"test:e2e:local": "cross-env CHECKLY_BASE_URL=http://localhost:3000 CHECKLY_ENV=local pnpm run test:e2e",
|
|
151
|
+
"watch": "tsc --watch"
|
|
164
152
|
}
|
|
165
|
-
}
|
|
153
|
+
}
|