Operational
Agent-first commands for checking auth, context, inboxes, and current focus.
These commands provide higher-level operational context for humans and agents.
wyrdos actions inbox
View and triage the current actions inbox
wyrdos actions inbox [options]
Example
# Human-readable output (default in TTY)
wyrdos actions inbox
# JSON output (stable for agents and scripts)
wyrdos actions inbox --output jsonRelated commands
wyrdos auth checkwyrdos auth loginwyrdos auth logoutwyrdos containers overviewwyrdos context
Note: This is a higher-level CLI convenience command built on top of WyrdOS data, not a 1:1 REST API endpoint.
wyrdos auth check
Check the current authentication status and scopes
wyrdos auth check [options]
Example
# Human-readable output (default in TTY)
wyrdos auth check
# JSON output (stable for agents and scripts)
wyrdos auth check --output jsonRelated commands
wyrdos actions inboxwyrdos auth loginwyrdos auth logoutwyrdos containers overviewwyrdos context
Note: This is a higher-level CLI convenience command built on top of WyrdOS data, not a 1:1 REST API endpoint.
wyrdos auth login
Log in to WyrdOS
wyrdos auth login [options]
Example
# Human-readable output (default in TTY)
wyrdos auth login
# JSON output (stable for agents and scripts)
wyrdos auth login --output jsonRelated commands
wyrdos actions inboxwyrdos auth checkwyrdos auth logoutwyrdos containers overviewwyrdos context
Note: This is a higher-level CLI convenience command built on top of WyrdOS data, not a 1:1 REST API endpoint.
wyrdos auth logout
Log out of WyrdOS
wyrdos auth logout [options]
Example
# Human-readable output (default in TTY)
wyrdos auth logout
# JSON output (stable for agents and scripts)
wyrdos auth logout --output jsonRelated commands
wyrdos actions inboxwyrdos auth checkwyrdos auth loginwyrdos containers overviewwyrdos context
Note: This is a higher-level CLI convenience command built on top of WyrdOS data, not a 1:1 REST API endpoint.
wyrdos containers overview
Summarise container state
wyrdos containers overview [options]
Options
| Flag | Description |
|---|---|
--container-id <id> | Container to summarise (defaults to primary) |
Example
# Human-readable output (default in TTY)
wyrdos containers overview
# JSON output (stable for agents and scripts)
wyrdos containers overview --output jsonRelated commands
wyrdos actions inboxwyrdos auth checkwyrdos auth loginwyrdos auth logoutwyrdos context
Note: This is a higher-level CLI convenience command built on top of WyrdOS data, not a 1:1 REST API endpoint.
wyrdos context
Show the current operational context: organisation, containers, zones, and actions
wyrdos context [options]
Example
# Human-readable output (default in TTY)
wyrdos context
# JSON output (stable for agents and scripts)
wyrdos context --output jsonRelated commands
wyrdos actions inboxwyrdos auth checkwyrdos auth loginwyrdos auth logoutwyrdos containers overview
Note: This is a higher-level CLI convenience command built on top of WyrdOS data, not a 1:1 REST API endpoint.
wyrdos export-context
Export the current operational context as JSON
wyrdos export-context [options]
Options
| Flag | Description |
|---|---|
--include-pages | Include related pages in the exported context |
Example
# Human-readable output (default in TTY)
wyrdos export-context
# JSON output (stable for agents and scripts)
wyrdos export-context --output jsonRelated commands
wyrdos actions inboxwyrdos auth checkwyrdos auth loginwyrdos auth logoutwyrdos containers overview
Note: This is a higher-level CLI convenience command built on top of WyrdOS data, not a 1:1 REST API endpoint.
wyrdos nav
Browse WyrdOS domains interactively or by navigator path
wyrdos nav [options]
Arguments
| Name | Description |
|---|---|
[path] | Navigator path: /sections (domain chooser), /engines, /pipelines, /stacks, /pages, … |
Example
# Human-readable output (default in TTY)
wyrdos nav
# JSON output (stable for agents and scripts)
wyrdos nav --output jsonRelated commands
wyrdos actions inboxwyrdos auth checkwyrdos auth loginwyrdos auth logoutwyrdos containers overview
Note: This is a higher-level CLI convenience command built on top of WyrdOS data, not a 1:1 REST API endpoint.
wyrdos plan today
Summarise what matters today
wyrdos plan today [options]
Example
# Human-readable output (default in TTY)
wyrdos plan today
# JSON output (stable for agents and scripts)
wyrdos plan today --output jsonRelated commands
wyrdos actions inboxwyrdos auth checkwyrdos auth loginwyrdos auth logoutwyrdos containers overview
Note: This is a higher-level CLI convenience command built on top of WyrdOS data, not a 1:1 REST API endpoint.
wyrdos resolve
Resolve a human-readable name to the corresponding WyrdOS ID
wyrdos resolve [options]
Arguments
| Name | Description |
|---|---|
<kind> | Kind of entity (container |
<query> | Name or partial match to resolve |
Example
# Human-readable output (default in TTY)
wyrdos resolve
# JSON output (stable for agents and scripts)
wyrdos resolve --output jsonRelated commands
wyrdos actions inboxwyrdos auth checkwyrdos auth loginwyrdos auth logoutwyrdos containers overview
Note: This is a higher-level CLI convenience command built on top of WyrdOS data, not a 1:1 REST API endpoint.
wyrdos zones status
Summarise zone status across containers
wyrdos zones status [options]
Example
# Human-readable output (default in TTY)
wyrdos zones status
# JSON output (stable for agents and scripts)
wyrdos zones status --output jsonRelated commands
wyrdos actions inboxwyrdos auth checkwyrdos auth loginwyrdos auth logoutwyrdos containers overview
Note: This is a higher-level CLI convenience command built on top of WyrdOS data, not a 1:1 REST API endpoint.
All rights reserved.