genbox 1.0.156 → 1.0.157
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/attach.js +3 -2
- package/package.json +1 -1
package/dist/commands/attach.js
CHANGED
|
@@ -419,8 +419,9 @@ exports.attachCommand = new commander_1.Command('attach')
|
|
|
419
419
|
});
|
|
420
420
|
async function attachToSession(ipAddress, keyPath, sessionName, genboxName) {
|
|
421
421
|
console.log(chalk_1.default.dim(`\nAttaching to ${chalk_1.default.bold(sessionName)} on ${chalk_1.default.bold(genboxName)}...`));
|
|
422
|
-
console.log(chalk_1.default.dim('
|
|
423
|
-
console.log(
|
|
422
|
+
console.log(chalk_1.default.dim('Detach: Ctrl+b d'));
|
|
423
|
+
console.log('');
|
|
424
|
+
console.log(chalk_1.default.yellow('📋 Image Upload:') + chalk_1.default.dim(' Drag image → select path → Cmd+C → auto-uploads → Cmd+V\n'));
|
|
424
425
|
const sshArgs = [
|
|
425
426
|
'-t',
|
|
426
427
|
'-i', keyPath,
|