@devicecloud.dev/dcd 1.0.0 → 1.0.1
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 +3 -0
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/dist/commands/cloud.js
CHANGED
|
@@ -235,6 +235,9 @@ class Cloud extends core_1.Command {
|
|
|
235
235
|
test: { get: (row) => row.test_file_name },
|
|
236
236
|
}, { printLine: this.log.bind(this) });
|
|
237
237
|
(0, cli_ux_1.info)('\n');
|
|
238
|
+
(0, cli_ux_1.info)('Run completed, you can access the results at:');
|
|
239
|
+
core_1.ux.url(url, url);
|
|
240
|
+
(0, cli_ux_1.info)('\n');
|
|
238
241
|
clearInterval(intervalId);
|
|
239
242
|
if (updatedResults.some((result) => result.status === 'FAILED')) {
|
|
240
243
|
// eslint-disable-next-line no-process-exit, unicorn/no-process-exit
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
|
|
74
74
|
"version": "oclif readme && git add README.md"
|
|
75
75
|
},
|
|
76
|
-
"version": "1.0.
|
|
76
|
+
"version": "1.0.1",
|
|
77
77
|
"bugs": {
|
|
78
78
|
"url": "https://discord.gg/gm3mJwcNw8"
|
|
79
79
|
},
|
|
@@ -86,4 +86,4 @@
|
|
|
86
86
|
"testing"
|
|
87
87
|
],
|
|
88
88
|
"types": "dist/index.d.ts"
|
|
89
|
-
}
|
|
89
|
+
}
|