@magpiecloud/mags 1.4.0 → 1.4.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/bin/mags.js +3 -3
- package/package.json +1 -1
package/bin/mags.js
CHANGED
|
@@ -219,10 +219,10 @@ ${colors.cyan}${colors.bold}Mags Login${colors.reset}
|
|
|
219
219
|
To authenticate, you need an API token from Magpie.
|
|
220
220
|
`);
|
|
221
221
|
|
|
222
|
-
log('blue', 'Opening
|
|
222
|
+
log('blue', 'Opening Mags to create an API token...');
|
|
223
223
|
console.log('');
|
|
224
224
|
|
|
225
|
-
const tokenUrl = 'https://
|
|
225
|
+
const tokenUrl = 'https://mags.run/tokens';
|
|
226
226
|
openBrowser(tokenUrl);
|
|
227
227
|
|
|
228
228
|
await sleep(1000);
|
|
@@ -811,7 +811,7 @@ async function main() {
|
|
|
811
811
|
break;
|
|
812
812
|
case '--version':
|
|
813
813
|
case '-v':
|
|
814
|
-
console.log('mags v1.4.
|
|
814
|
+
console.log('mags v1.4.1');
|
|
815
815
|
process.exit(0);
|
|
816
816
|
break;
|
|
817
817
|
case 'new':
|