fix(cli): update cli skill

Update outdated commands and remove references section which has a
misleading command and a nonexistent file
This commit is contained in:
Gabriel Horner
2026-04-18 00:52:49 -04:00
parent 6c9b6ed6cc
commit 0e52b51de1

View File

@@ -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 doesnt have read/write permission for data-dir, then add read/write permission for data-dir in the agents 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.