From 0e52b51de144115283cc9fddbd56bfba73fbb8f2 Mon Sep 17 00:00:00 2001 From: Gabriel Horner Date: Sat, 18 Apr 2026 00:52:49 -0400 Subject: [PATCH] fix(cli): update cli skill Update outdated commands and remove references section which has a misleading command and a nonexistent file --- skills/logseq-cli/SKILL.md | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/skills/logseq-cli/SKILL.md b/skills/logseq-cli/SKILL.md index 5533054c4c..51536dcf31 100644 --- a/skills/logseq-cli/SKILL.md +++ b/skills/logseq-cli/SKILL.md @@ -19,13 +19,13 @@ Use `logseq` to inspect and edit graph entities, run Datascript queries, and con ## Command groups (from `logseq --help`) - Graph inspect/edit: -- `list page`, `list tag`, `list property` -- `upsert block`, `upsert page`, `upsert tag`, `upsert property` +- `list node`, `list page`, `list tag`, `list property`, `list task`, `list asset` +- `upsert block`, `upsert page`, `upsert tag`, `upsert property`, `upsert task`, `upsert assert` - `remove block`, `remove page`, `remove tag`, `remove property` -- `query`, `query list`, `show` -- Graph management: `graph list|create|switch|remove|validate|info|export|import` -- Server management: `server list|status|start|stop|restart` -- Diagnostics: `doctor` +- `query`, `query list`, `show`, `search` +- Graph management: `graph list|create|switch|remove|validate|info|export|import|backup` +- Server management: `server list|cleanup|start|stop|restart` +- Diagnostics: `doctor`, `debug` ## Global options @@ -84,8 +84,4 @@ Use `logseq` to inspect and edit graph entities, run Datascript queries, and con - `upsert block` enters update mode when `--id` or `--uuid` is provided. - Always verify command flags with `logseq --help` and `logseq <...> --help` before execution. - If `logseq` reports that it doesn’t have read/write permission for data-dir, then add read/write permission for data-dir in the agent’s config. -- In sandboxed environments, `graph create` may print a process-scan warning to stderr; if command status is `ok`, the graph is still created. - -## References - -- Built-in tags and properties: See `references/logseq-builtins.md` when you need canonical built-ins for `list ... --include-built-in` or for tag/property upsert fields. +- In sandboxed environments, `graph create` may print a process-scan warning to stderr; if command status is `ok`, the graph is still created. \ No newline at end of file