Pages
Commands for working with pages and container-page relationships.
Use these commands to search, inspect, and connect pages to containers.
wyrdos containers pages link
Link a page to a container
wyrdos containers pages link [options]
Arguments
| Name | Description |
|---|---|
<containerId> | Container ID |
<pageId> | Page ID |
Example
# Human-readable output (default in TTY)
wyrdos containers pages link
# JSON output (stable for agents and scripts)
wyrdos containers pages link --output jsonRelated commands
wyrdos containers pages listwyrdos containers pages unlinkwyrdos pages createwyrdos pages deletewyrdos pages get
Note: This is a higher-level CLI convenience command built on top of WyrdOS data, not a 1:1 REST API endpoint.
wyrdos containers pages list
List pages linked to a container
wyrdos containers pages list [options]
Arguments
| Name | Description |
|---|---|
<containerId> | Container ID |
Example
# Human-readable output (default in TTY)
wyrdos containers pages list
# JSON output (stable for agents and scripts)
wyrdos containers pages list --output jsonRelated commands
wyrdos containers pages linkwyrdos containers pages unlinkwyrdos pages createwyrdos pages deletewyrdos pages get
Note: This is a higher-level CLI convenience command built on top of WyrdOS data, not a 1:1 REST API endpoint.
wyrdos containers pages unlink
Unlink a page from a container
wyrdos containers pages unlink [options]
Arguments
| Name | Description |
|---|---|
<containerId> | Container ID |
<pageId> | Page ID |
Example
# Human-readable output (default in TTY)
wyrdos containers pages unlink
# JSON output (stable for agents and scripts)
wyrdos containers pages unlink --output jsonRelated commands
wyrdos containers pages linkwyrdos containers pages listwyrdos pages createwyrdos pages deletewyrdos pages get
Note: This is a higher-level CLI convenience command built on top of WyrdOS data, not a 1:1 REST API endpoint.
wyrdos pages create
Create a page
wyrdos pages create [options]
Options
| Flag | Description |
|---|---|
--title <title> | Title of the page |
--container-id <id> | Container to attach to |
Example
# Human-readable output (default in TTY)
wyrdos pages create
# JSON output (stable for agents and scripts)
wyrdos pages create --output jsonRelated commands
wyrdos containers pages linkwyrdos containers pages listwyrdos containers pages unlinkwyrdos pages deletewyrdos pages get
wyrdos pages delete
Delete a page
wyrdos pages delete [options]
Arguments
| Name | Description |
|---|---|
<id> | Page ID |
Example
# Human-readable output (default in TTY)
wyrdos pages delete
# JSON output (stable for agents and scripts)
wyrdos pages delete --output jsonRelated commands
wyrdos containers pages linkwyrdos containers pages listwyrdos containers pages unlinkwyrdos pages createwyrdos pages get
wyrdos pages get
Get a page by ID
wyrdos pages get [options]
Arguments
| Name | Description |
|---|---|
<id> | Page ID |
Example
# Human-readable output (default in TTY)
wyrdos pages get
# JSON output (stable for agents and scripts)
wyrdos pages get --output jsonRelated commands
wyrdos containers pages linkwyrdos containers pages listwyrdos containers pages unlinkwyrdos pages createwyrdos pages delete
wyrdos pages list
List pages
wyrdos pages list [options]
Options
| Flag | Description |
|---|---|
--container-id <id> | Filter by container ID |
--query <q> | Full-text query |
Example
# Human-readable output (default in TTY)
wyrdos pages list
# JSON output (stable for agents and scripts)
wyrdos pages list --output jsonRelated commands
wyrdos containers pages linkwyrdos containers pages listwyrdos containers pages unlinkwyrdos pages createwyrdos pages delete
wyrdos pages related-to-container
Find pages related to a specific container
wyrdos pages related-to-container [options]
Arguments
| Name | Description |
|---|---|
<containerId> | Container ID |
Example
# Human-readable output (default in TTY)
wyrdos pages related-to-container
# JSON output (stable for agents and scripts)
wyrdos pages related-to-container --output jsonRelated commands
wyrdos containers pages linkwyrdos containers pages listwyrdos containers pages unlinkwyrdos pages createwyrdos pages delete
Note: This is a higher-level CLI convenience command built on top of WyrdOS data, not a 1:1 REST API endpoint.
wyrdos pages search
Search pages by content and metadata
wyrdos pages search [options]
Options
| Flag | Description |
|---|---|
--query <q> | Search query |
--container-id <id> | Limit search to a specific container |
Example
# Human-readable output (default in TTY)
wyrdos pages search
# JSON output (stable for agents and scripts)
wyrdos pages search --output jsonRelated commands
wyrdos containers pages linkwyrdos containers pages listwyrdos containers pages unlinkwyrdos pages createwyrdos pages delete
Note: This is a higher-level CLI convenience command built on top of WyrdOS data, not a 1:1 REST API endpoint.
wyrdos pages update
Update a page
wyrdos pages update [options]
Arguments
| Name | Description |
|---|---|
<id> | Page ID |
Options
| Flag | Description |
|---|---|
--title <title> | New title |
Example
# Human-readable output (default in TTY)
wyrdos pages update
# JSON output (stable for agents and scripts)
wyrdos pages update --output jsonRelated commands
wyrdos containers pages linkwyrdos containers pages listwyrdos containers pages unlinkwyrdos pages createwyrdos pages delete
All rights reserved.