Open App

Pages

Commands for working with pages and container-page relationships.

Use these commands to search, inspect, and connect pages to containers.

Link a page to a container

wyrdos containers pages link [options]

Arguments

NameDescription
<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 json
  • wyrdos containers pages list
  • wyrdos containers pages unlink
  • wyrdos pages create
  • wyrdos pages delete
  • wyrdos 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

NameDescription
<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 json
  • wyrdos containers pages link
  • wyrdos containers pages unlink
  • wyrdos pages create
  • wyrdos pages delete
  • wyrdos pages get

Note: This is a higher-level CLI convenience command built on top of WyrdOS data, not a 1:1 REST API endpoint.

Unlink a page from a container

wyrdos containers pages unlink [options]

Arguments

NameDescription
<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 json
  • wyrdos containers pages link
  • wyrdos containers pages list
  • wyrdos pages create
  • wyrdos pages delete
  • wyrdos 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

FlagDescription
--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 json
  • wyrdos containers pages link
  • wyrdos containers pages list
  • wyrdos containers pages unlink
  • wyrdos pages delete
  • wyrdos pages get

wyrdos pages delete

Delete a page

wyrdos pages delete [options]

Arguments

NameDescription
<id>Page ID

Example

# Human-readable output (default in TTY)
wyrdos pages delete

# JSON output (stable for agents and scripts)
wyrdos pages delete --output json
  • wyrdos containers pages link
  • wyrdos containers pages list
  • wyrdos containers pages unlink
  • wyrdos pages create
  • wyrdos pages get

wyrdos pages get

Get a page by ID

wyrdos pages get [options]

Arguments

NameDescription
<id>Page ID

Example

# Human-readable output (default in TTY)
wyrdos pages get

# JSON output (stable for agents and scripts)
wyrdos pages get --output json
  • wyrdos containers pages link
  • wyrdos containers pages list
  • wyrdos containers pages unlink
  • wyrdos pages create
  • wyrdos pages delete

wyrdos pages list

List pages

wyrdos pages list [options]

Options

FlagDescription
--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 json
  • wyrdos containers pages link
  • wyrdos containers pages list
  • wyrdos containers pages unlink
  • wyrdos pages create
  • wyrdos pages delete

Find pages related to a specific container

wyrdos pages related-to-container [options]

Arguments

NameDescription
<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 json
  • wyrdos containers pages link
  • wyrdos containers pages list
  • wyrdos containers pages unlink
  • wyrdos pages create
  • wyrdos pages delete

Note: This is a higher-level CLI convenience command built on top of WyrdOS data, not a 1:1 REST API endpoint.

Search pages by content and metadata

wyrdos pages search [options]

Options

FlagDescription
--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 json
  • wyrdos containers pages link
  • wyrdos containers pages list
  • wyrdos containers pages unlink
  • wyrdos pages create
  • wyrdos 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

NameDescription
<id>Page ID

Options

FlagDescription
--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 json
  • wyrdos containers pages link
  • wyrdos containers pages list
  • wyrdos containers pages unlink
  • wyrdos pages create
  • wyrdos pages delete