zuppaclaude 1.3.18 → 1.3.20
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/assets/commands/zc/backup.md +4 -7
- package/assets/commands/zc/cloud.md +8 -33
- package/assets/commands/zc/help.md +2 -4
- package/assets/commands/zc/restore.md +4 -13
- package/assets/commands/zc/session.md +7 -28
- package/assets/commands/zc/settings.md +2 -4
- package/assets/commands/zc/update.md +3 -5
- package/package.json +1 -1
|
@@ -1,18 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: zc:backup
|
|
3
|
-
description: "
|
|
3
|
+
description: "Backup sessions and settings"
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
IMMEDIATELY run this bash command without asking questions or explaining:
|
|
7
7
|
|
|
8
8
|
```bash
|
|
9
9
|
npx zuppaclaude backup
|
|
10
10
|
```
|
|
11
11
|
|
|
12
|
-
If
|
|
13
|
-
|
|
12
|
+
If argument provided (e.g. `/zc:backup gdrive`), run:
|
|
14
13
|
```bash
|
|
15
|
-
npx zuppaclaude backup --cloud
|
|
14
|
+
npx zuppaclaude backup --cloud {argument}
|
|
16
15
|
```
|
|
17
|
-
|
|
18
|
-
Display the output to the user.
|
|
@@ -1,38 +1,13 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: zc:cloud
|
|
3
|
-
description: "Cloud backup management
|
|
3
|
+
description: "Cloud backup management"
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
IMMEDIATELY run based on argument:
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
npx zuppaclaude cloud
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
```bash
|
|
15
|
-
npx zuppaclaude cloud setup
|
|
16
|
-
```
|
|
17
|
-
|
|
18
|
-
**Upload to cloud:**
|
|
19
|
-
```bash
|
|
20
|
-
npx zuppaclaude cloud upload <remote>
|
|
21
|
-
```
|
|
22
|
-
|
|
23
|
-
**Download from cloud:**
|
|
24
|
-
```bash
|
|
25
|
-
npx zuppaclaude cloud download <remote>
|
|
26
|
-
```
|
|
27
|
-
|
|
28
|
-
**List cloud backups:**
|
|
29
|
-
```bash
|
|
30
|
-
npx zuppaclaude cloud backups <remote>
|
|
31
|
-
```
|
|
32
|
-
|
|
33
|
-
**Delete cloud backup:**
|
|
34
|
-
```bash
|
|
35
|
-
npx zuppaclaude cloud delete <remote>
|
|
36
|
-
```
|
|
37
|
-
|
|
38
|
-
Run the appropriate command immediately based on user input.
|
|
8
|
+
No argument → `npx zuppaclaude cloud remotes`
|
|
9
|
+
`setup` → `npx zuppaclaude cloud setup`
|
|
10
|
+
`upload <remote>` → `npx zuppaclaude cloud upload <remote>`
|
|
11
|
+
`download <remote>` → `npx zuppaclaude cloud download <remote>`
|
|
12
|
+
`backups <remote>` → `npx zuppaclaude cloud backups <remote>`
|
|
13
|
+
`delete <remote>` → `npx zuppaclaude cloud delete <remote>`
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: zc:help
|
|
3
|
-
description: "ZuppaClaude
|
|
3
|
+
description: "ZuppaClaude help"
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
IMMEDIATELY run this bash command without asking questions or explaining:
|
|
7
7
|
|
|
8
8
|
```bash
|
|
9
9
|
npx zuppaclaude help
|
|
10
10
|
```
|
|
11
|
-
|
|
12
|
-
Display the output to the user.
|
|
@@ -3,22 +3,13 @@ name: zc:restore
|
|
|
3
3
|
description: "Restore from backup"
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
If no backup ID
|
|
7
|
-
|
|
6
|
+
If no backup ID argument, first run:
|
|
8
7
|
```bash
|
|
9
8
|
npx zuppaclaude session backups
|
|
10
9
|
```
|
|
10
|
+
Then ask which one to restore.
|
|
11
11
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
To restore, execute:
|
|
15
|
-
|
|
16
|
-
```bash
|
|
17
|
-
npx zuppaclaude restore <backup-id>
|
|
18
|
-
```
|
|
19
|
-
|
|
20
|
-
For cloud restore:
|
|
21
|
-
|
|
12
|
+
With backup ID argument, IMMEDIATELY run:
|
|
22
13
|
```bash
|
|
23
|
-
npx zuppaclaude restore
|
|
14
|
+
npx zuppaclaude restore {backup-id}
|
|
24
15
|
```
|
|
@@ -1,33 +1,12 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: zc:session
|
|
3
|
-
description: "Session management
|
|
3
|
+
description: "Session management"
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
IMMEDIATELY run based on argument:
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
npx zuppaclaude session
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
**Backup sessions:**
|
|
14
|
-
```bash
|
|
15
|
-
npx zuppaclaude session backup
|
|
16
|
-
```
|
|
17
|
-
|
|
18
|
-
**List backups:**
|
|
19
|
-
```bash
|
|
20
|
-
npx zuppaclaude session backups
|
|
21
|
-
```
|
|
22
|
-
|
|
23
|
-
**Restore:**
|
|
24
|
-
```bash
|
|
25
|
-
npx zuppaclaude session restore <backup-id>
|
|
26
|
-
```
|
|
27
|
-
|
|
28
|
-
**Export session:**
|
|
29
|
-
```bash
|
|
30
|
-
npx zuppaclaude session export <session-id> [output-file]
|
|
31
|
-
```
|
|
32
|
-
|
|
33
|
-
Run the appropriate command immediately based on user input.
|
|
8
|
+
No argument → `npx zuppaclaude session list`
|
|
9
|
+
`backup` → `npx zuppaclaude session backup`
|
|
10
|
+
`backups` → `npx zuppaclaude session backups`
|
|
11
|
+
`restore <id>` → `npx zuppaclaude session restore <id>`
|
|
12
|
+
`export <id>` → `npx zuppaclaude session export <id>`
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: zc:settings
|
|
3
|
-
description: "ZuppaClaude settings
|
|
3
|
+
description: "Show ZuppaClaude settings"
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
IMMEDIATELY run this bash command without asking questions or explaining:
|
|
7
7
|
|
|
8
8
|
```bash
|
|
9
9
|
npx zuppaclaude settings show
|
|
10
10
|
```
|
|
11
|
-
|
|
12
|
-
Then display the output to the user.
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: zc:update
|
|
3
|
-
description: "Update ZuppaClaude
|
|
3
|
+
description: "Update ZuppaClaude"
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
IMMEDIATELY run this bash command without asking questions or explaining:
|
|
7
7
|
|
|
8
8
|
```bash
|
|
9
|
-
npx zuppaclaude update now
|
|
9
|
+
npx zuppaclaude@latest update now
|
|
10
10
|
```
|
|
11
|
-
|
|
12
|
-
This will check for updates and install if available.
|