@magpiecloud/mags 1.8.7 → 1.8.8
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/bin/mags.js +4 -3
- package/package.json +1 -1
- package/python/dist/magpie_mags-1.3.4-py3-none-any.whl +0 -0
- package/python/dist/magpie_mags-1.3.4.tar.gz +0 -0
- package/python/src/magpie_mags.egg-info/PKG-INFO +1 -1
- package/python/dist/magpie_mags-1.3.2-py3-none-any.whl +0 -0
- package/python/dist/magpie_mags-1.3.2.tar.gz +0 -0
- package/python/dist/magpie_mags-1.3.3-py3-none-any.whl +0 -0
- package/python/dist/magpie_mags-1.3.3.tar.gz +0 -0
package/bin/mags.js
CHANGED
|
@@ -451,8 +451,9 @@ async function newVM(args) {
|
|
|
451
451
|
const status = await request('GET', `/api/v1/mags-jobs/${response.request_id}/status`);
|
|
452
452
|
|
|
453
453
|
if (status.status === 'running') {
|
|
454
|
-
|
|
455
|
-
console.log(response.request_id);
|
|
454
|
+
log('green', `VM '${name}' created successfully`);
|
|
455
|
+
console.log(` ID: ${response.request_id}`);
|
|
456
|
+
console.log(` SSH: mags ssh ${name}`);
|
|
456
457
|
return;
|
|
457
458
|
} else if (status.status === 'error') {
|
|
458
459
|
log('red', `VM creation failed: ${status.error_message || 'Unknown error'}`);
|
|
@@ -1671,7 +1672,7 @@ async function main() {
|
|
|
1671
1672
|
break;
|
|
1672
1673
|
case '--version':
|
|
1673
1674
|
case '-v':
|
|
1674
|
-
console.log('mags v1.8.
|
|
1675
|
+
console.log('mags v1.8.8');
|
|
1675
1676
|
process.exit(0);
|
|
1676
1677
|
break;
|
|
1677
1678
|
case 'new':
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|