@argos-ci/cli 3.0.4 → 3.0.6
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/index.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -50,7 +50,7 @@ function uploadCommand(program2) {
|
|
|
50
50
|
).addOption(parallelNonce).addOption(
|
|
51
51
|
new Option2(
|
|
52
52
|
"--parallel-index <number>",
|
|
53
|
-
"The index of the parallel node being ran"
|
|
53
|
+
"The index of the parallel node being ran (must be at least 1)"
|
|
54
54
|
).env("ARGOS_PARALLEL_INDEX")
|
|
55
55
|
).addOption(
|
|
56
56
|
new Option2(
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@argos-ci/cli",
|
|
3
3
|
"description": "Command-line (CLI) for visual testing with Argos.",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.6",
|
|
5
5
|
"bin": {
|
|
6
6
|
"argos": "./bin/argos-cli.js"
|
|
7
7
|
},
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"access": "public"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@argos-ci/core": "4.1.
|
|
37
|
+
"@argos-ci/core": "4.1.2",
|
|
38
38
|
"commander": "^14.0.0",
|
|
39
39
|
"ora": "^8.2.0",
|
|
40
40
|
"update-notifier": "^7.3.1"
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"check-format": "prettier --check --ignore-unknown --ignore-path=../../.gitignore --ignore-path=../../.prettierignore .",
|
|
47
47
|
"lint": "eslint ."
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "c705285fa19c31ef0c071bc7bf5182f7a366e2c4"
|
|
50
50
|
}
|