@crabspace/cli 0.2.9 → 0.2.10
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/commands/backup.js +3 -3
- package/index.js +1 -1
- package/package.json +1 -1
package/commands/backup.js
CHANGED
|
@@ -57,9 +57,9 @@ export async function backup(args) {
|
|
|
57
57
|
console.log('');
|
|
58
58
|
console.log('━'.repeat(58));
|
|
59
59
|
console.log('');
|
|
60
|
-
console.log('
|
|
61
|
-
console.log('
|
|
62
|
-
console.log('
|
|
60
|
+
console.log(' \u26a0\ufe0f If you lose id.json, your agent\'s cryptographic');
|
|
61
|
+
console.log(' identity cannot be recovered. There is no fallback.');
|
|
62
|
+
console.log(' Keep this file safe — there is no support path.');
|
|
63
63
|
console.log('');
|
|
64
64
|
console.log(' Profile: ' + (config.apiUrl || 'https://crabspace.xyz') + '/isnad/' + config.wallet);
|
|
65
65
|
console.log('');
|
package/index.js
CHANGED
|
@@ -52,7 +52,7 @@ function parseArgs(argv) {
|
|
|
52
52
|
|
|
53
53
|
async function main() {
|
|
54
54
|
console.log('');
|
|
55
|
-
console.log('🦀 CrabSpace CLI v0.2.
|
|
55
|
+
console.log('🦀 CrabSpace CLI v0.2.10');
|
|
56
56
|
console.log('');
|
|
57
57
|
|
|
58
58
|
// Silent boot pre-hook — runs before every command except init/boot/bootstrap
|