@alwaysmeticulous/cli 2.299.0 → 2.303.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/dist/command-utils/detect-upload-mode.d.ts +12 -0
- package/dist/command-utils/detect-upload-mode.d.ts.map +1 -0
- package/dist/command-utils/detect-upload-mode.js +27 -0
- package/dist/command-utils/detect-upload-mode.js.map +1 -0
- package/dist/command-utils/detect-upload-mode.spec.d.ts +2 -0
- package/dist/command-utils/detect-upload-mode.spec.d.ts.map +1 -0
- package/dist/command-utils/detect-upload-mode.spec.js +30 -0
- package/dist/command-utils/detect-upload-mode.spec.js.map +1 -0
- package/dist/command-utils/parse-container-env.d.ts +9 -0
- package/dist/command-utils/parse-container-env.d.ts.map +1 -0
- package/dist/command-utils/parse-container-env.js +23 -0
- package/dist/command-utils/parse-container-env.js.map +1 -0
- package/dist/command-utils/parse-rewrites.d.ts +2 -2
- package/dist/command-utils/parse-rewrites.d.ts.map +1 -1
- package/dist/command-utils/parse-rewrites.js +11 -16
- package/dist/command-utils/parse-rewrites.js.map +1 -1
- package/dist/command-utils/sentry.utils.js +3 -4
- package/dist/command-utils/sentry.utils.js.map +1 -1
- package/dist/commands/agent/build-git-options.d.ts +69 -0
- package/dist/commands/agent/build-git-options.d.ts.map +1 -0
- package/dist/commands/agent/build-git-options.js +148 -0
- package/dist/commands/agent/build-git-options.js.map +1 -0
- package/dist/commands/agent/build-git-options.spec.d.ts +2 -0
- package/dist/commands/agent/build-git-options.spec.d.ts.map +1 -0
- package/dist/commands/agent/build-git-options.spec.js +226 -0
- package/dist/commands/agent/build-git-options.spec.js.map +1 -0
- package/dist/commands/agent/index.d.ts.map +1 -1
- package/dist/commands/agent/index.js +12 -3
- package/dist/commands/agent/index.js.map +1 -1
- package/dist/commands/agent/js-coverage-diff.command.d.ts +2 -0
- package/dist/commands/agent/js-coverage-diff.command.d.ts.map +1 -1
- package/dist/commands/agent/js-coverage-diff.command.js +16 -4
- package/dist/commands/agent/js-coverage-diff.command.js.map +1 -1
- package/dist/commands/agent/js-coverage.command.d.ts +13 -1
- package/dist/commands/agent/js-coverage.command.d.ts.map +1 -1
- package/dist/commands/agent/js-coverage.command.js +187 -38
- package/dist/commands/agent/js-coverage.command.js.map +1 -1
- package/dist/commands/agent/js-coverage.command.spec.d.ts +2 -0
- package/dist/commands/agent/js-coverage.command.spec.d.ts.map +1 -0
- package/dist/commands/agent/js-coverage.command.spec.js +89 -0
- package/dist/commands/agent/js-coverage.command.spec.js.map +1 -0
- package/dist/commands/agent/test-run-diffs.command.d.ts +1 -2
- package/dist/commands/agent/test-run-diffs.command.d.ts.map +1 -1
- package/dist/commands/agent/test-run-diffs.command.js +27 -34
- package/dist/commands/agent/test-run-diffs.command.js.map +1 -1
- package/dist/commands/agent/test-run-for-commit.command.d.ts +1 -0
- package/dist/commands/agent/test-run-for-commit.command.d.ts.map +1 -1
- package/dist/commands/agent/test-run-for-commit.command.js +40 -15
- package/dist/commands/agent/test-run-for-commit.command.js.map +1 -1
- package/dist/commands/agent/trigger-test-run.command.d.ts +16 -0
- package/dist/commands/agent/trigger-test-run.command.d.ts.map +1 -0
- package/dist/commands/agent/trigger-test-run.command.js +209 -0
- package/dist/commands/agent/trigger-test-run.command.js.map +1 -0
- package/dist/commands/agent/upload-build.command.d.ts +19 -0
- package/dist/commands/agent/upload-build.command.d.ts.map +1 -0
- package/dist/commands/agent/upload-build.command.js +134 -0
- package/dist/commands/agent/upload-build.command.js.map +1 -0
- package/dist/commands/auth/__tests__/login.command.spec.js +39 -2
- package/dist/commands/auth/__tests__/login.command.spec.js.map +1 -1
- package/dist/commands/auth/login.command.d.ts +1 -0
- package/dist/commands/auth/login.command.d.ts.map +1 -1
- package/dist/commands/auth/login.command.js +40 -10
- package/dist/commands/auth/login.command.js.map +1 -1
- package/dist/commands/auth/set-project.command.d.ts.map +1 -1
- package/dist/commands/auth/set-project.command.js +10 -4
- package/dist/commands/auth/set-project.command.js.map +1 -1
- package/dist/commands/ci/deprecated-trigger-options.d.ts +19 -0
- package/dist/commands/ci/deprecated-trigger-options.d.ts.map +1 -0
- package/dist/commands/ci/deprecated-trigger-options.js +37 -0
- package/dist/commands/ci/deprecated-trigger-options.js.map +1 -0
- package/dist/commands/ci/resolve-git-options.d.ts +0 -1
- package/dist/commands/ci/resolve-git-options.d.ts.map +1 -1
- package/dist/commands/ci/resolve-git-options.js +3 -4
- package/dist/commands/ci/resolve-git-options.js.map +1 -1
- package/dist/commands/ci/run-with-uploaded-asset-chunks.command.d.ts.map +1 -1
- package/dist/commands/ci/run-with-uploaded-asset-chunks.command.js +3 -4
- package/dist/commands/ci/run-with-uploaded-asset-chunks.command.js.map +1 -1
- package/dist/commands/ci/trigger-test-run.core.d.ts +16 -0
- package/dist/commands/ci/trigger-test-run.core.d.ts.map +1 -0
- package/dist/commands/ci/trigger-test-run.core.js +194 -0
- package/dist/commands/ci/trigger-test-run.core.js.map +1 -0
- package/dist/commands/ci/trigger-test-run.types.d.ts +31 -0
- package/dist/commands/ci/trigger-test-run.types.d.ts.map +1 -0
- package/dist/commands/ci/trigger-test-run.types.js +6 -0
- package/dist/commands/ci/trigger-test-run.types.js.map +1 -0
- package/dist/commands/ci/upload-assets.command.d.ts +0 -1
- package/dist/commands/ci/upload-assets.command.d.ts.map +1 -1
- package/dist/commands/ci/upload-assets.command.js +16 -124
- package/dist/commands/ci/upload-assets.command.js.map +1 -1
- package/dist/commands/ci/upload-container.command.d.ts +0 -1
- package/dist/commands/ci/upload-container.command.d.ts.map +1 -1
- package/dist/commands/ci/upload-container.command.js +18 -131
- package/dist/commands/ci/upload-container.command.js.map +1 -1
- package/dist/main.d.ts.map +1 -1
- package/dist/main.js +5 -3
- package/dist/main.js.map +1 -1
- package/dist/utils/__tests__/select-project.spec.js +47 -2
- package/dist/utils/__tests__/select-project.spec.js.map +1 -1
- package/dist/utils/cli-user-error.d.ts +3 -1
- package/dist/utils/cli-user-error.d.ts.map +1 -1
- package/dist/utils/cli-user-error.js +5 -14
- package/dist/utils/cli-user-error.js.map +1 -1
- package/dist/utils/resolve-test-run-from-commit.d.ts +31 -5
- package/dist/utils/resolve-test-run-from-commit.d.ts.map +1 -1
- package/dist/utils/resolve-test-run-from-commit.js +59 -19
- package/dist/utils/resolve-test-run-from-commit.js.map +1 -1
- package/dist/utils/select-project.d.ts +9 -3
- package/dist/utils/select-project.d.ts.map +1 -1
- package/dist/utils/select-project.js +30 -7
- package/dist/utils/select-project.js.map +1 -1
- package/package.json +12 -12
|
@@ -13,13 +13,19 @@ export declare const fetchAccessibleProjects: (client: MeticulousClient) => Prom
|
|
|
13
13
|
* project non-interactively, erroring with the available list if it does
|
|
14
14
|
* not match.
|
|
15
15
|
* - Otherwise auto-selects the only project, or prompts interactively when
|
|
16
|
-
* there are several.
|
|
16
|
+
* there are several — unless `allowInteractivePrompt` is `false` (e.g. a
|
|
17
|
+
* headless login), in which case it keeps `fallbackToProject` if that is
|
|
18
|
+
* still accessible, and otherwise throws with guidance rather than blocking
|
|
19
|
+
* on a prompt that no terminal can answer.
|
|
17
20
|
*
|
|
18
|
-
* Throws `CliUserError` when the caller has no accessible projects
|
|
21
|
+
* Throws `CliUserError` when the caller has no accessible projects, or when a
|
|
22
|
+
* project cannot be resolved without an interactive prompt.
|
|
19
23
|
*/
|
|
20
|
-
export declare const selectAndStoreProject: ({ client, logger, project, }: {
|
|
24
|
+
export declare const selectAndStoreProject: ({ client, logger, project, allowInteractivePrompt, fallbackToProject, }: {
|
|
21
25
|
client: MeticulousClient;
|
|
22
26
|
logger: log.Logger;
|
|
23
27
|
project?: string | undefined;
|
|
28
|
+
allowInteractivePrompt?: boolean;
|
|
29
|
+
fallbackToProject?: string | undefined;
|
|
24
30
|
}) => Promise<string>;
|
|
25
31
|
//# sourceMappingURL=select-project.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"select-project.d.ts","sourceRoot":"","sources":["../../src/utils/select-project.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAE/E,OAAO,KAAK,GAAG,MAAM,UAAU,CAAC;AAIhC;;;GAGG;AACH,eAAO,MAAM,uBAAuB,WAC1B,gBAAgB,KACvB,OAAO,CAAC,YAAY,EAAE,CAOxB,CAAC;AAEF
|
|
1
|
+
{"version":3,"file":"select-project.d.ts","sourceRoot":"","sources":["../../src/utils/select-project.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAE/E,OAAO,KAAK,GAAG,MAAM,UAAU,CAAC;AAIhC;;;GAGG;AACH,eAAO,MAAM,uBAAuB,WAC1B,gBAAgB,KACvB,OAAO,CAAC,YAAY,EAAE,CAOxB,CAAC;AAEF;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,qBAAqB,4EAM/B;IACD,MAAM,EAAE,gBAAgB,CAAC;IACzB,MAAM,EAAE,GAAG,CAAC,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,iBAAiB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACxC,KAAG,OAAO,CAAC,MAAM,CA0DjB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="
|
|
2
|
+
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="696a354d-e3c5-5eea-a98c-80200220c5dc")}catch(e){}}();
|
|
3
3
|
|
|
4
4
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
5
5
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -32,11 +32,15 @@ exports.fetchAccessibleProjects = fetchAccessibleProjects;
|
|
|
32
32
|
* project non-interactively, erroring with the available list if it does
|
|
33
33
|
* not match.
|
|
34
34
|
* - Otherwise auto-selects the only project, or prompts interactively when
|
|
35
|
-
* there are several.
|
|
35
|
+
* there are several — unless `allowInteractivePrompt` is `false` (e.g. a
|
|
36
|
+
* headless login), in which case it keeps `fallbackToProject` if that is
|
|
37
|
+
* still accessible, and otherwise throws with guidance rather than blocking
|
|
38
|
+
* on a prompt that no terminal can answer.
|
|
36
39
|
*
|
|
37
|
-
* Throws `CliUserError` when the caller has no accessible projects
|
|
40
|
+
* Throws `CliUserError` when the caller has no accessible projects, or when a
|
|
41
|
+
* project cannot be resolved without an interactive prompt.
|
|
38
42
|
*/
|
|
39
|
-
const selectAndStoreProject = async ({ client, logger, project, }) => {
|
|
43
|
+
const selectAndStoreProject = async ({ client, logger, project, allowInteractivePrompt = true, fallbackToProject, }) => {
|
|
40
44
|
const projects = await (0, exports.fetchAccessibleProjects)(client);
|
|
41
45
|
if (projects.length === 0) {
|
|
42
46
|
throw new cli_user_error_1.CliUserError("No projects are accessible to your account. Ask an organization " +
|
|
@@ -55,9 +59,28 @@ const selectAndStoreProject = async ({ client, logger, project, }) => {
|
|
|
55
59
|
}
|
|
56
60
|
selected = match;
|
|
57
61
|
}
|
|
62
|
+
else if (projects.length === 1) {
|
|
63
|
+
selected = projects[0];
|
|
64
|
+
}
|
|
65
|
+
else if (allowInteractivePrompt) {
|
|
66
|
+
selected = await promptForProject(projects);
|
|
67
|
+
}
|
|
58
68
|
else {
|
|
59
|
-
|
|
60
|
-
|
|
69
|
+
// No interactive terminal to answer the picker. Keep the previously
|
|
70
|
+
// selected project if it's still accessible; otherwise fail with guidance
|
|
71
|
+
// on how to choose one, so callers (and scripts) know no project is set.
|
|
72
|
+
const fallback = fallbackToProject
|
|
73
|
+
? projects.find((p) => `${p.organization.name}/${p.name}` === fallbackToProject)
|
|
74
|
+
: undefined;
|
|
75
|
+
if (fallback) {
|
|
76
|
+
const fallbackSlug = `${fallback.organization.name}/${fallback.name}`;
|
|
77
|
+
(0, client_1.setStoredProject)({ project: fallbackSlug, projectId: fallback.id });
|
|
78
|
+
logger.info(`Kept previously selected project: ${fallbackSlug}`);
|
|
79
|
+
return fallbackSlug;
|
|
80
|
+
}
|
|
81
|
+
throw new cli_user_error_1.CliUserError("Multiple projects are accessible but none was selected (no interactive " +
|
|
82
|
+
"terminal). Pass `--project` or run `meticulous auth set-project` to " +
|
|
83
|
+
"choose one.", 1, "warn");
|
|
61
84
|
}
|
|
62
85
|
const projectSlug = `${selected.organization.name}/${selected.name}`;
|
|
63
86
|
(0, client_1.setStoredProject)({ project: projectSlug, projectId: selected.id });
|
|
@@ -85,4 +108,4 @@ const promptForProject = async (projects) => {
|
|
|
85
108
|
};
|
|
86
109
|
const formatProjectList = (projects) => projects.map((p) => ` - ${p.organization.name}/${p.name}`).join("\n");
|
|
87
110
|
//# sourceMappingURL=select-project.js.map
|
|
88
|
-
//# debugId=
|
|
111
|
+
//# debugId=696a354d-e3c5-5eea-a98c-80200220c5dc
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"select-project.js","sources":["../../src/utils/select-project.ts"],"sourceRoot":"","names":[],"mappings":";;;;;;;;AAAA,qDAA8E;AAE9E,wDAAgC;AAEhC,qDAAgD;AAChD,+DAA0D;AAE1D;;;GAGG;AACI,MAAM,uBAAuB,GAAG,KAAK,EAC1C,MAAwB,EACC,EAAE;IAC3B,IAAI,CAAC;QACH,OAAO,MAAM,IAAA,yBAAgB,EAAC,MAAM,CAAC,CAAC;IACxC,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,IAAA,uCAAiB,EAAC,KAAK,CAAC,CAAC;QACzB,MAAM,KAAK,CAAC;IACd,CAAC;AACH,CAAC,CAAC;AATW,QAAA,uBAAuB,2BASlC;AAEF
|
|
1
|
+
{"version":3,"file":"select-project.js","sources":["../../src/utils/select-project.ts"],"sourceRoot":"","names":[],"mappings":"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","debugId":"696a354d-e3c5-5eea-a98c-80200220c5dc"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alwaysmeticulous/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.303.0",
|
|
4
4
|
"description": "The Meticulous CLI",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -23,18 +23,18 @@
|
|
|
23
23
|
"puppeteer-core": "24.14.0",
|
|
24
24
|
"tar": "^7.5.8",
|
|
25
25
|
"yargs": "^17.5.1",
|
|
26
|
-
"@alwaysmeticulous/api": "2.
|
|
27
|
-
"@alwaysmeticulous/client": "2.
|
|
28
|
-
"@alwaysmeticulous/common": "2.
|
|
29
|
-
"@alwaysmeticulous/debug-workspace": "2.
|
|
30
|
-
"@alwaysmeticulous/downloading-helpers": "2.
|
|
31
|
-
"@alwaysmeticulous/record": "2.
|
|
32
|
-
"@alwaysmeticulous/remote-replay-launcher": "2.
|
|
26
|
+
"@alwaysmeticulous/api": "2.301.0",
|
|
27
|
+
"@alwaysmeticulous/client": "2.302.0",
|
|
28
|
+
"@alwaysmeticulous/common": "2.301.0",
|
|
29
|
+
"@alwaysmeticulous/debug-workspace": "2.302.0",
|
|
30
|
+
"@alwaysmeticulous/downloading-helpers": "2.302.0",
|
|
31
|
+
"@alwaysmeticulous/record": "2.301.0",
|
|
32
|
+
"@alwaysmeticulous/remote-replay-launcher": "2.302.0",
|
|
33
33
|
"@alwaysmeticulous/replay-debugger-ui": "2.283.1",
|
|
34
|
-
"@alwaysmeticulous/replay-orchestrator-launcher": "2.
|
|
35
|
-
"@alwaysmeticulous/sdk-bundles-api": "2.
|
|
36
|
-
"@alwaysmeticulous/sentry": "2.
|
|
37
|
-
"@alwaysmeticulous/tunnels-client": "2.
|
|
34
|
+
"@alwaysmeticulous/replay-orchestrator-launcher": "2.303.0",
|
|
35
|
+
"@alwaysmeticulous/sdk-bundles-api": "2.303.0",
|
|
36
|
+
"@alwaysmeticulous/sentry": "2.301.0",
|
|
37
|
+
"@alwaysmeticulous/tunnels-client": "2.301.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@types/cli-progress": "^3.11.5",
|