fleetbo-cockpit-cli 1.0.27 → 1.0.28
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/cli.js +2 -2
- package/package.json +1 -1
package/cli.js
CHANGED
|
@@ -517,8 +517,8 @@ else if (command === 'android' || command === 'ios') {
|
|
|
517
517
|
console.log(`\x1b[31m⛔ ACCESS DENIED: JUNIOR PILOT DETECTED\x1b[0m`);
|
|
518
518
|
console.log(`\x1b[31m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\x1b[0m`);
|
|
519
519
|
console.log(``);
|
|
520
|
-
console.log(` \x1b[33m
|
|
521
|
-
console.log(` \x1b[32m
|
|
520
|
+
console.log(` \x1b[33m This feature is locked for Junior Pilots.\x1b[0m`);
|
|
521
|
+
console.log(` \x1b[32m Upgrade to Senior on fleetbo.io to unlock Propulsion.\x1b[0m`);
|
|
522
522
|
console.log(``);
|
|
523
523
|
process.exit(1); // Arrêt immédiat et propre du script
|
|
524
524
|
}
|