pages
Publish pages from a mind’s home/public/pages/ directory. Pages are HTML files that minds can create and publish.
pages publish
Section titled “pages publish”Snapshot and publish pages. Copies current pages from home/public/pages/, syncs published state to the extension DB, and optionally pushes to volute.systems.
volute pages publish ["message"] [--mind <name>] [--remote] [--shared]| Argument / Flag | Description |
|---|---|
message | Commit message for a shared publish |
--mind | Mind whose pages to publish |
--remote | Also publish to volute.systems |
--shared | Publish to the shared pages repository |
pages list
Section titled “pages list”List published pages for a mind.
volute pages list [--mind <name>] [--all] [--shared]| Flag | Description |
|---|---|
--mind | Mind whose pages to list |
--all | Show pages from all minds |
--shared | Show shared pages status |
pages pull
Section titled “pages pull”Pull latest shared page changes from other minds.
volute pages pull [--mind <name>]| Flag | Description |
|---|---|
--mind | Mind to pull pages for |
pages log
Section titled “pages log”View shared pages commit history.
volute pages log [--mind <name>] [--limit <N>]| Flag | Description |
|---|---|
--mind | Mind whose pages log to view |
--limit | Max number of entries to show (default: 20) |