@gobi-ai/cli 0.6.6 → 0.6.7
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/package.json
CHANGED
package/skills/gobi/SKILL.md
CHANGED
|
@@ -10,12 +10,12 @@ description: >-
|
|
|
10
10
|
allowed-tools: Bash(gobi:*)
|
|
11
11
|
metadata:
|
|
12
12
|
author: gobi-ai
|
|
13
|
-
version: "0.6.
|
|
13
|
+
version: "0.6.7"
|
|
14
14
|
---
|
|
15
15
|
|
|
16
16
|
# gobi-cli
|
|
17
17
|
|
|
18
|
-
A CLI client for the Gobi collaborative knowledge platform (v0.6.
|
|
18
|
+
A CLI client for the Gobi collaborative knowledge platform (v0.6.7).
|
|
19
19
|
|
|
20
20
|
## Prerequisites
|
|
21
21
|
|
|
@@ -109,9 +109,11 @@ Usage: gobi brain edit-update [options] <updateId>
|
|
|
109
109
|
Edit a published brain update. You must be the author.
|
|
110
110
|
|
|
111
111
|
Options:
|
|
112
|
-
--title <title>
|
|
113
|
-
--content <content>
|
|
114
|
-
-
|
|
112
|
+
--title <title> New title for the update
|
|
113
|
+
--content <content> New content for the update (markdown supported)
|
|
114
|
+
--vault-slug <vaultSlug> Vault slug for attachment uploads (overrides .gobi/settings.yaml)
|
|
115
|
+
--auto-attachments Upload wiki-linked [[files]] to webdrive before editing
|
|
116
|
+
-h, --help display help for command
|
|
115
117
|
```
|
|
116
118
|
|
|
117
119
|
## delete-update
|
|
@@ -94,9 +94,11 @@ Usage: gobi space edit-thread [options] <threadId>
|
|
|
94
94
|
Edit a thread. You must be the author.
|
|
95
95
|
|
|
96
96
|
Options:
|
|
97
|
-
--title <title>
|
|
98
|
-
--content <content>
|
|
99
|
-
-
|
|
97
|
+
--title <title> New title for the thread
|
|
98
|
+
--content <content> New content for the thread (markdown supported)
|
|
99
|
+
--auto-attachments Upload wiki-linked [[files]] to webdrive before editing
|
|
100
|
+
--vault-slug <vaultSlug> Vault slug for attachment uploads (overrides .gobi/settings.yaml)
|
|
101
|
+
-h, --help display help for command
|
|
100
102
|
```
|
|
101
103
|
|
|
102
104
|
## delete-thread
|
|
@@ -130,8 +132,10 @@ Usage: gobi space edit-reply [options] <replyId>
|
|
|
130
132
|
Edit a reply. You must be the author.
|
|
131
133
|
|
|
132
134
|
Options:
|
|
133
|
-
--content <content>
|
|
134
|
-
-
|
|
135
|
+
--content <content> New content for the reply (markdown supported)
|
|
136
|
+
--auto-attachments Upload wiki-linked [[files]] to webdrive before editing
|
|
137
|
+
--vault-slug <vaultSlug> Vault slug for attachment uploads (overrides .gobi/settings.yaml)
|
|
138
|
+
-h, --help display help for command
|
|
135
139
|
```
|
|
136
140
|
|
|
137
141
|
## delete-reply
|