@tryghost/ghst 0.6.0 → 0.7.0
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 +5 -5
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# ghst cli
|
|
1
|
+
# ghst cli (beta)
|
|
2
2
|
|
|
3
3
|
`ghst` is a CLI tool for managing Ghost instances from the terminal. Anything you can do with the Ghost Admin API, you can do with `ghst`. (And a bit more)
|
|
4
4
|
|
|
@@ -145,7 +145,7 @@ Interactive destructive confirmations also emit `GHST_AGENT_NOTICE:` lines on st
|
|
|
145
145
|
| `config` | `show`, `path`, `list`, `get`, `set` |
|
|
146
146
|
| `api` | raw Ghost request command (`ghst api [endpointPath]`) |
|
|
147
147
|
| `mcp` | `stdio`, `http` |
|
|
148
|
-
| `completion` |
|
|
148
|
+
| `completion` | `bash`, `zsh`, `fish`, or `powershell` |
|
|
149
149
|
|
|
150
150
|
## Global Options
|
|
151
151
|
|
|
@@ -354,9 +354,9 @@ The `stats` MCP tools mirror the CLI analytics surface, including `ghst stats ov
|
|
|
354
354
|
and `ghst stats post <post-id> referrers`. The same Ghost analytics filter and range semantics
|
|
355
355
|
shown above apply to both the CLI and MCP stats tooling.
|
|
356
356
|
|
|
357
|
-
The `socialweb` MCP tools mirror the
|
|
358
|
-
|
|
359
|
-
|
|
357
|
+
The `socialweb` MCP tools mirror the `ghst socialweb` CLI surface for status, profile,
|
|
358
|
+
feeds, interactions, moderation, and uploads. They use the same Owner/Admin auth flow as
|
|
359
|
+
the CLI.
|
|
360
360
|
|
|
361
361
|
## Safe Operation
|
|
362
362
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tryghost/ghst",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.0",
|
|
4
4
|
"description": "A modern Ghost CMS CLI",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -45,22 +45,22 @@
|
|
|
45
45
|
"@tryghost/mg-medium-export": "0.17.28",
|
|
46
46
|
"@tryghost/mg-substack": "0.9.1",
|
|
47
47
|
"@tryghost/mg-wp-xml": "0.6.1",
|
|
48
|
-
"@tryghost/string": "0.3.
|
|
48
|
+
"@tryghost/string": "0.3.2",
|
|
49
49
|
"chalk": "5.6.2",
|
|
50
50
|
"cli-table3": "0.6.5",
|
|
51
51
|
"commander": "14.0.3",
|
|
52
52
|
"conf": "15.1.0",
|
|
53
|
-
"csv-parse": "6.
|
|
54
|
-
"gscan": "5.
|
|
53
|
+
"csv-parse": "6.2.0",
|
|
54
|
+
"gscan": "5.4.0",
|
|
55
55
|
"ink": "6.8.0",
|
|
56
|
-
"jose": "6.2.
|
|
56
|
+
"jose": "6.2.2",
|
|
57
57
|
"markdown-it": "14.1.1",
|
|
58
58
|
"ora": "9.3.0",
|
|
59
59
|
"react": "19.2.4",
|
|
60
60
|
"zod": "4.3.6"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@biomejs/biome": "2.4.
|
|
63
|
+
"@biomejs/biome": "2.4.8",
|
|
64
64
|
"@types/markdown-it": "14.1.2",
|
|
65
65
|
"@types/node": "25.5.0",
|
|
66
66
|
"@types/react": "19.2.14",
|