@devicecloud.dev/dcd 4.3.2 → 4.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/commands/cloud.js
CHANGED
|
@@ -170,7 +170,7 @@ class Cloud extends core_1.Command {
|
|
|
170
170
|
`${styling_1.colors.warning('⚠')} ${styling_1.colors.bold('Deprecation Warning')}\n` +
|
|
171
171
|
styling_1.colors.dim(`Maestro version ${resolvedMaestroVersion} is deprecated and will be removed soon. `) +
|
|
172
172
|
styling_1.colors.dim(`Please upgrade to a newer version. See: `) +
|
|
173
|
-
styling_1.colors.info('https://docs.devicecloud.dev/
|
|
173
|
+
styling_1.colors.info('https://docs.devicecloud.dev/configuration/maestro-versions') + `\n` +
|
|
174
174
|
`${styling_1.dividers.light}\n`);
|
|
175
175
|
}
|
|
176
176
|
if (retry && retry > 2) {
|
|
@@ -41,7 +41,7 @@ exports.deviceFlags = {
|
|
|
41
41
|
}),
|
|
42
42
|
'maestro-chrome-onboarding': core_1.Flags.boolean({
|
|
43
43
|
default: false,
|
|
44
|
-
description: '[Android only] Force Maestro-based Chrome onboarding - note: this will slow your tests but can fix browser related crashes. See https://docs.devicecloud.dev/
|
|
44
|
+
description: '[Android only] Force Maestro-based Chrome onboarding - note: this will slow your tests but can fix browser related crashes. See https://docs.devicecloud.dev/advanced/chrome-onboarding for more information.',
|
|
45
45
|
}),
|
|
46
46
|
'android-no-snapshot': core_1.Flags.boolean({
|
|
47
47
|
default: false,
|
|
@@ -37,14 +37,14 @@ exports.executionFlags = {
|
|
|
37
37
|
}),
|
|
38
38
|
'maestro-version': core_1.Flags.string({
|
|
39
39
|
aliases: ['maestroVersion'],
|
|
40
|
-
description: 'Maestro version to run your flow against. Use "latest" for the most recent version. See https://docs.devicecloud.dev/
|
|
40
|
+
description: 'Maestro version to run your flow against. Use "latest" for the most recent version. See https://docs.devicecloud.dev/configuration/maestro-versions for supported versions.',
|
|
41
41
|
}),
|
|
42
42
|
retry: core_1.Flags.integer({
|
|
43
43
|
description: 'Automatically retry the run up to the number of times specified (same as pressing retry in the UI) - this is free of charge',
|
|
44
44
|
}),
|
|
45
45
|
'runner-type': core_1.Flags.string({
|
|
46
46
|
default: 'default',
|
|
47
|
-
description: '[experimental] The type of runner to use - note: anything other than default or cpu1 will incur premium pricing tiers, see https://docs.devicecloud.dev/
|
|
47
|
+
description: '[experimental] The type of runner to use - note: anything other than default or cpu1 will incur premium pricing tiers, see https://docs.devicecloud.dev/configuration/runner-type for more information.',
|
|
48
48
|
options: ['default', 'm4', 'm1', 'gpu1', 'cpu1'],
|
|
49
49
|
}),
|
|
50
50
|
};
|
package/oclif.manifest.json
CHANGED
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
"type": "boolean"
|
|
171
171
|
},
|
|
172
172
|
"maestro-chrome-onboarding": {
|
|
173
|
-
"description": "[Android only] Force Maestro-based Chrome onboarding - note: this will slow your tests but can fix browser related crashes. See https://docs.devicecloud.dev/
|
|
173
|
+
"description": "[Android only] Force Maestro-based Chrome onboarding - note: this will slow your tests but can fix browser related crashes. See https://docs.devicecloud.dev/advanced/chrome-onboarding for more information.",
|
|
174
174
|
"name": "maestro-chrome-onboarding",
|
|
175
175
|
"allowNo": false,
|
|
176
176
|
"type": "boolean"
|
|
@@ -285,7 +285,7 @@
|
|
|
285
285
|
"aliases": [
|
|
286
286
|
"maestroVersion"
|
|
287
287
|
],
|
|
288
|
-
"description": "Maestro version to run your flow against. Use \"latest\" for the most recent version. See https://docs.devicecloud.dev/
|
|
288
|
+
"description": "Maestro version to run your flow against. Use \"latest\" for the most recent version. See https://docs.devicecloud.dev/configuration/maestro-versions for supported versions.",
|
|
289
289
|
"name": "maestro-version",
|
|
290
290
|
"hasDynamicHelp": false,
|
|
291
291
|
"multiple": false,
|
|
@@ -299,7 +299,7 @@
|
|
|
299
299
|
"type": "option"
|
|
300
300
|
},
|
|
301
301
|
"runner-type": {
|
|
302
|
-
"description": "[experimental] The type of runner to use - note: anything other than default or cpu1 will incur premium pricing tiers, see https://docs.devicecloud.dev/
|
|
302
|
+
"description": "[experimental] The type of runner to use - note: anything other than default or cpu1 will incur premium pricing tiers, see https://docs.devicecloud.dev/configuration/runner-type for more information.",
|
|
303
303
|
"name": "runner-type",
|
|
304
304
|
"default": "default",
|
|
305
305
|
"hasDynamicHelp": false,
|
|
@@ -680,5 +680,5 @@
|
|
|
680
680
|
]
|
|
681
681
|
}
|
|
682
682
|
},
|
|
683
|
-
"version": "4.3.
|
|
683
|
+
"version": "4.3.3"
|
|
684
684
|
}
|