fleetbo-cockpit-cli 1.0.76 → 1.0.78
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 +3 -3
- package/package.json +1 -1
package/cli.js
CHANGED
|
@@ -238,7 +238,7 @@ if (command === 'alex') {
|
|
|
238
238
|
return;
|
|
239
239
|
}
|
|
240
240
|
|
|
241
|
-
console.log('\x1b[33m🧠
|
|
241
|
+
console.log('\x1b[33m🧠 Alex is thinking...\x1b[0m');
|
|
242
242
|
|
|
243
243
|
try {
|
|
244
244
|
// --- MEMORY SYSTEM (SMART CACHE SCANNER V3 - SOUVERAINETÉ DU MÉTAL) ---
|
|
@@ -260,7 +260,7 @@ if (command === 'alex') {
|
|
|
260
260
|
modName = modName.replace('Schema', '');
|
|
261
261
|
}
|
|
262
262
|
|
|
263
|
-
process.stdout.write(` \x1b[90m🔍
|
|
263
|
+
process.stdout.write(` \x1b[90m🔍 Checking OS cache for ${modName}...\x1b[0m`);
|
|
264
264
|
const cache = await getModuleCache({ projectId, moduleName: modName });
|
|
265
265
|
|
|
266
266
|
if (cache.found) {
|
|
@@ -863,7 +863,7 @@ else {
|
|
|
863
863
|
try {
|
|
864
864
|
await axios.post(UPDATE_NETWORK_URL, { keyApp, networkUrl, tester: testerEmail });
|
|
865
865
|
console.log('\n\x1b[32mEngine started successfully\x1b[0m');
|
|
866
|
-
console.log(`\x1b[32mFleetbo OS ❯\x1b[0m -------------------------------------------------------------`);
|
|
866
|
+
console.log(`\n\x1b[32mFleetbo OS ❯\x1b[0m -------------------------------------------------------------`);
|
|
867
867
|
console.log('\x1b[32mFleetbo OS ❯\x1b[0m \x1b[1mGO GO GO ! OS IS READY\x1b[0m');
|
|
868
868
|
console.log('\x1b[32mFleetbo OS ❯\x1b[0m You can now start coding and previewing. 🚀');
|
|
869
869
|
console.log(`\x1b[32mFleetbo OS ❯\x1b[0m -------------------------------------------------------------`);
|