@qzhuli/qzhuli-cli 0.2.1 → 0.3.0-rc.1
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/README.md +2 -1
- package/dist/cmd.js +1119 -52
- package/package.json +5 -1
- package/scripts/postinstall.mjs +226 -0
- package/skills/qzhuli-cli/SKILL.md +56 -4
package/README.md
CHANGED
|
@@ -50,7 +50,8 @@ qz relation set <uid> --remark <name> # Update friend remark
|
|
|
50
50
|
qz relation set <uid> --type <type> # Update relation type: 0 stranger, 1 friend, 2 family, 3 colleague
|
|
51
51
|
|
|
52
52
|
# Conversations
|
|
53
|
-
qz conversation list [--limit <n>]
|
|
53
|
+
qz conversation list [--limit <n>] [--offset <n>] # List conversations, default limit 50
|
|
54
|
+
qz conversation profile <conversation-id> [--type <n>] # Get conversation details with user profiles
|
|
54
55
|
|
|
55
56
|
# Messages
|
|
56
57
|
qz message send <conversation-id> <target-cid> <content>
|