@gobi-ai/cli 0.6.16 → 0.6.17

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gobi-ai/cli",
3
- "version": "0.6.16",
3
+ "version": "0.6.17",
4
4
  "description": "CLI client for the Gobi collaborative knowledge platform",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -10,12 +10,12 @@ description: >-
10
10
  allowed-tools: Bash(gobi:*)
11
11
  metadata:
12
12
  author: gobi-ai
13
- version: "0.6.16"
13
+ version: "0.6.17"
14
14
  ---
15
15
 
16
16
  # gobi-cli
17
17
 
18
- A CLI client for the Gobi collaborative knowledge platform (v0.6.16).
18
+ A CLI client for the Gobi collaborative knowledge platform (v0.6.17).
19
19
 
20
20
  ## Prerequisites
21
21
 
@@ -171,6 +171,7 @@ Note: `--space-slug` is not available on other `brain` subcommands or on `sessio
171
171
  - `gobi sense activities` — Fetch activity records within a time range.
172
172
  - `gobi sense transcriptions` — Fetch transcription records within a time range.
173
173
  - `gobi sync` — Sync local vault files with Gobi Webdrive.
174
+ - `gobi update` — Update gobi-cli to the latest version.
174
175
 
175
176
  ## Reference Documentation
176
177
 
@@ -181,6 +182,7 @@ Note: `--space-slug` is not available on other `brain` subcommands or on `sessio
181
182
  - [gobi session](references/session.md)
182
183
  - [gobi sense](references/sense.md)
183
184
  - [gobi sync](references/sync.md)
185
+ - [gobi update](references/update.md)
184
186
 
185
187
  ## Discovering Options
186
188
 
@@ -0,0 +1,11 @@
1
+ # gobi update
2
+
3
+ ```
4
+ Usage: gobi update [options]
5
+
6
+ Update gobi-cli to the latest version.
7
+
8
+ Options:
9
+ --check Only check for updates without installing
10
+ -h, --help display help for command
11
+ ```