Resource
Spec-backed resource CRUD commands for organisations, containers, zones, actions, and pages.
These commands mirror public WyrdOS resources and are generally backed by REST API endpoints.
wyrdos organisations create
Create a organisation
wyrdos organisations create [options]
Options
| Flag | Description |
|---|---|
--file <path> | Path to JSON or YAML payload file |
Example
# Human-readable output (default in TTY)
wyrdos organisations create
# JSON output (stable for agents and scripts)
wyrdos organisations create --output jsonRelated commands
wyrdos organisations deletewyrdos organisations getwyrdos organisations listwyrdos organisations updatewyrdos containers create
wyrdos organisations delete
Delete a organisation
wyrdos organisations delete [options]
Arguments
| Name | Description |
|---|---|
<id> | organisation ID |
Example
# Human-readable output (default in TTY)
wyrdos organisations delete
# JSON output (stable for agents and scripts)
wyrdos organisations delete --output jsonRelated commands
wyrdos organisations createwyrdos organisations getwyrdos organisations listwyrdos organisations updatewyrdos containers create
wyrdos organisations get
Get a single organisation
wyrdos organisations get [options]
Arguments
| Name | Description |
|---|---|
<id> | organisation ID |
Example
# Human-readable output (default in TTY)
wyrdos organisations get
# JSON output (stable for agents and scripts)
wyrdos organisations get --output jsonRelated commands
wyrdos organisations createwyrdos organisations deletewyrdos organisations listwyrdos organisations updatewyrdos containers create
wyrdos organisations list
List organisations
wyrdos organisations list [options]
Options
| Flag | Description |
|---|---|
--limit <n> | Maximum number of items to list. Default: 50. |
--cursor <cursor> | Cursor for pagination |
Example
# Human-readable output (default in TTY)
wyrdos organisations list
# JSON output (stable for agents and scripts)
wyrdos organisations list --output jsonRelated commands
wyrdos organisations createwyrdos organisations deletewyrdos organisations getwyrdos organisations updatewyrdos containers create
wyrdos organisations update
Update a organisation
wyrdos organisations update [options]
Arguments
| Name | Description |
|---|---|
<id> | organisation ID |
Options
| Flag | Description |
|---|---|
--file <path> | Path to JSON or YAML payload file |
Example
# Human-readable output (default in TTY)
wyrdos organisations update
# JSON output (stable for agents and scripts)
wyrdos organisations update --output jsonRelated commands
wyrdos organisations createwyrdos organisations deletewyrdos organisations getwyrdos organisations listwyrdos containers create
wyrdos containers create
Create a container
wyrdos containers create [options]
Options
| Flag | Description |
|---|---|
--file <path> | Path to JSON or YAML payload file |
Example
# Human-readable output (default in TTY)
wyrdos containers create
# JSON output (stable for agents and scripts)
wyrdos containers create --output jsonRelated commands
wyrdos organisations createwyrdos organisations deletewyrdos organisations getwyrdos organisations listwyrdos organisations update
wyrdos containers delete
Delete a container
wyrdos containers delete [options]
Arguments
| Name | Description |
|---|---|
<id> | container ID |
Example
# Human-readable output (default in TTY)
wyrdos containers delete
# JSON output (stable for agents and scripts)
wyrdos containers delete --output jsonRelated commands
wyrdos organisations createwyrdos organisations deletewyrdos organisations getwyrdos organisations listwyrdos organisations update
wyrdos containers get
Get a single container
wyrdos containers get [options]
Arguments
| Name | Description |
|---|---|
<id> | container ID |
Example
# Human-readable output (default in TTY)
wyrdos containers get
# JSON output (stable for agents and scripts)
wyrdos containers get --output jsonRelated commands
wyrdos organisations createwyrdos organisations deletewyrdos organisations getwyrdos organisations listwyrdos organisations update
wyrdos containers list
List containers
wyrdos containers list [options]
Options
| Flag | Description |
|---|---|
--limit <n> | Maximum number of items to list. Default: 50. |
--cursor <cursor> | Cursor for pagination |
Example
# Human-readable output (default in TTY)
wyrdos containers list
# JSON output (stable for agents and scripts)
wyrdos containers list --output json
# Full Lexical bodies per container (verbose)
wyrdos containers list --include-content trueRelated commands
wyrdos organisations createwyrdos organisations deletewyrdos organisations getwyrdos organisations listwyrdos organisations update
wyrdos actions create
Create a action
wyrdos actions create [options]
Options
| Flag | Description |
|---|---|
--file <path> | Path to JSON or YAML payload file |
Example
# Human-readable output (default in TTY)
wyrdos actions create
# JSON output (stable for agents and scripts)
wyrdos actions create --output jsonRelated commands
wyrdos organisations createwyrdos organisations deletewyrdos organisations getwyrdos organisations listwyrdos organisations update
wyrdos actions delete
Delete a action
wyrdos actions delete [options]
Arguments
| Name | Description |
|---|---|
<id> | action ID |
Example
# Human-readable output (default in TTY)
wyrdos actions delete
# JSON output (stable for agents and scripts)
wyrdos actions delete --output jsonRelated commands
wyrdos organisations createwyrdos organisations deletewyrdos organisations getwyrdos organisations listwyrdos organisations update
wyrdos actions get
Get a single action
wyrdos actions get [options]
Arguments
| Name | Description |
|---|---|
<id> | action ID |
Example
# Human-readable output (default in TTY)
wyrdos actions get
# JSON output (stable for agents and scripts)
wyrdos actions get --output jsonRelated commands
wyrdos organisations createwyrdos organisations deletewyrdos organisations getwyrdos organisations listwyrdos organisations update
wyrdos actions list
List actions
wyrdos actions list [options]
Options
| Flag | Description |
|---|---|
--limit <n> | Maximum number of items to list. Default: 50. |
--cursor <cursor> | Cursor for pagination |
Example
# Human-readable output (default in TTY)
wyrdos actions list
# JSON output (stable for agents and scripts)
wyrdos actions list --output jsonRelated commands
wyrdos organisations createwyrdos organisations deletewyrdos organisations getwyrdos organisations listwyrdos organisations update
wyrdos containers update
Update a container
wyrdos containers update [options]
Arguments
| Name | Description |
|---|---|
<id> | container ID |
Options
| Flag | Description |
|---|---|
--file <path> | Path to JSON or YAML payload file |
Example
# Human-readable output (default in TTY)
wyrdos containers update
# JSON output (stable for agents and scripts)
wyrdos containers update --output jsonRelated commands
wyrdos organisations createwyrdos organisations deletewyrdos organisations getwyrdos organisations listwyrdos organisations update
wyrdos zones create
Create a zone
wyrdos zones create [options]
Options
| Flag | Description |
|---|---|
--file <path> | Path to JSON or YAML payload file |
Example
# Human-readable output (default in TTY)
wyrdos zones create
# JSON output (stable for agents and scripts)
wyrdos zones create --output jsonRelated commands
wyrdos organisations createwyrdos organisations deletewyrdos organisations getwyrdos organisations listwyrdos organisations update
wyrdos zones delete
Delete a zone
wyrdos zones delete [options]
Arguments
| Name | Description |
|---|---|
<id> | zone ID |
Example
# Human-readable output (default in TTY)
wyrdos zones delete
# JSON output (stable for agents and scripts)
wyrdos zones delete --output jsonRelated commands
wyrdos organisations createwyrdos organisations deletewyrdos organisations getwyrdos organisations listwyrdos organisations update
wyrdos zones get
Get a single zone
wyrdos zones get [options]
Arguments
| Name | Description |
|---|---|
<id> | zone ID |
Example
# Human-readable output (default in TTY)
wyrdos zones get
# JSON output (stable for agents and scripts)
wyrdos zones get --output jsonRelated commands
wyrdos organisations createwyrdos organisations deletewyrdos organisations getwyrdos organisations listwyrdos organisations update
wyrdos zones list
List zones
wyrdos zones list [options]
Options
| Flag | Description |
|---|---|
--limit <n> | Maximum number of items to list. Default: 50. |
--cursor <cursor> | Cursor for pagination |
Example
# Human-readable output (default in TTY)
wyrdos zones list
# JSON output (stable for agents and scripts)
wyrdos zones list --output jsonRelated commands
wyrdos organisations createwyrdos organisations deletewyrdos organisations getwyrdos organisations listwyrdos organisations update
wyrdos stacks create
Create a stack
wyrdos stacks create [options]
Options
| Flag | Description |
|---|---|
--file <path> | Path to JSON or YAML payload file |
Example
# Human-readable output (default in TTY)
wyrdos stacks create
# JSON output (stable for agents and scripts)
wyrdos stacks create --output jsonRelated commands
wyrdos organisations createwyrdos organisations deletewyrdos organisations getwyrdos organisations listwyrdos organisations update
wyrdos stacks delete
Delete a stack
wyrdos stacks delete [options]
Arguments
| Name | Description |
|---|---|
<id> | stack ID |
Example
# Human-readable output (default in TTY)
wyrdos stacks delete
# JSON output (stable for agents and scripts)
wyrdos stacks delete --output jsonRelated commands
wyrdos organisations createwyrdos organisations deletewyrdos organisations getwyrdos organisations listwyrdos organisations update
wyrdos stacks get
Get a single stack
wyrdos stacks get [options]
Arguments
| Name | Description |
|---|---|
<id> | stack ID |
Example
# Human-readable output (default in TTY)
wyrdos stacks get
# JSON output (stable for agents and scripts)
wyrdos stacks get --output jsonRelated commands
wyrdos organisations createwyrdos organisations deletewyrdos organisations getwyrdos organisations listwyrdos organisations update
wyrdos stacks list
List stacks
wyrdos stacks list [options]
Options
| Flag | Description |
|---|---|
--limit <n> | Maximum number of items to list. Default: 50. |
--cursor <cursor> | Cursor for pagination |
Example
# Human-readable output (default in TTY)
wyrdos stacks list
# JSON output (stable for agents and scripts)
wyrdos stacks list --output jsonRelated commands
wyrdos organisations createwyrdos organisations deletewyrdos organisations getwyrdos organisations listwyrdos organisations update
wyrdos stacks update
Update a stack
wyrdos stacks update [options]
Arguments
| Name | Description |
|---|---|
<id> | stack ID |
Options
| Flag | Description |
|---|---|
--data <json> | JSON request body |
--file <path> | Path to JSON or YAML payload file |
--container-ids <ids> | Comma-separated container IDs to replace stack links; pass an empty string to clear |
Example
# Human-readable output (default in TTY)
wyrdos stacks update
# JSON output (stable for agents and scripts)
wyrdos stacks update --output json
# Replace linked containers
wyrdos stacks update <id> --container-ids <containerId>
wyrdos stacks update <id> --container-ids id1,id2
# Clear linked containers
wyrdos stacks update <id> --container-ids ""Related commands
wyrdos organisations createwyrdos organisations deletewyrdos organisations getwyrdos organisations listwyrdos organisations update
wyrdos rolodex create
Create a rolode
wyrdos rolodex create [options]
Options
| Flag | Description |
|---|---|
--file <path> | Path to JSON or YAML payload file |
Example
# Human-readable output (default in TTY)
wyrdos rolodex create
# JSON output (stable for agents and scripts)
wyrdos rolodex create --output jsonRelated commands
wyrdos organisations createwyrdos organisations deletewyrdos organisations getwyrdos organisations listwyrdos organisations update
wyrdos rolodex delete
Delete a rolode
wyrdos rolodex delete [options]
Arguments
| Name | Description |
|---|---|
<id> | rolode ID |
Example
# Human-readable output (default in TTY)
wyrdos rolodex delete
# JSON output (stable for agents and scripts)
wyrdos rolodex delete --output jsonRelated commands
wyrdos organisations createwyrdos organisations deletewyrdos organisations getwyrdos organisations listwyrdos organisations update
wyrdos rolodex get
Get a single rolode
wyrdos rolodex get [options]
Arguments
| Name | Description |
|---|---|
<id> | rolode ID |
Example
# Human-readable output (default in TTY)
wyrdos rolodex get
# JSON output (stable for agents and scripts)
wyrdos rolodex get --output jsonRelated commands
wyrdos organisations createwyrdos organisations deletewyrdos organisations getwyrdos organisations listwyrdos organisations update
wyrdos rolodex update
Update a rolode
wyrdos rolodex update [options]
Arguments
| Name | Description |
|---|---|
<id> | rolode ID |
Options
| Flag | Description |
|---|---|
--file <path> | Path to JSON or YAML payload file |
Example
# Human-readable output (default in TTY)
wyrdos rolodex update
# JSON output (stable for agents and scripts)
wyrdos rolodex update --output jsonRelated commands
wyrdos organisations createwyrdos organisations deletewyrdos organisations getwyrdos organisations listwyrdos organisations update
wyrdos funding create
Create a fundin
wyrdos funding create [options]
Options
| Flag | Description |
|---|---|
--file <path> | Path to JSON or YAML payload file |
Example
# Human-readable output (default in TTY)
wyrdos funding create
# JSON output (stable for agents and scripts)
wyrdos funding create --output jsonRelated commands
wyrdos organisations createwyrdos organisations deletewyrdos organisations getwyrdos organisations listwyrdos organisations update
wyrdos funding delete
Delete a fundin
wyrdos funding delete [options]
Arguments
| Name | Description |
|---|---|
<id> | fundin ID |
Example
# Human-readable output (default in TTY)
wyrdos funding delete
# JSON output (stable for agents and scripts)
wyrdos funding delete --output jsonRelated commands
wyrdos organisations createwyrdos organisations deletewyrdos organisations getwyrdos organisations listwyrdos organisations update
wyrdos funding get
Get a single fundin
wyrdos funding get [options]
Arguments
| Name | Description |
|---|---|
<id> | fundin ID |
Example
# Human-readable output (default in TTY)
wyrdos funding get
# JSON output (stable for agents and scripts)
wyrdos funding get --output jsonRelated commands
wyrdos organisations createwyrdos organisations deletewyrdos organisations getwyrdos organisations listwyrdos organisations update
wyrdos funding list
List funding
wyrdos funding list [options]
Options
| Flag | Description |
|---|---|
--limit <n> | Maximum number of items to list. Default: 50. |
--cursor <cursor> | Cursor for pagination |
Example
# Human-readable output (default in TTY)
wyrdos funding list
# JSON output (stable for agents and scripts)
wyrdos funding list --output jsonRelated commands
wyrdos organisations createwyrdos organisations deletewyrdos organisations getwyrdos organisations listwyrdos organisations update
wyrdos zones update
Update a zone
wyrdos zones update [options]
Arguments
| Name | Description |
|---|---|
<id> | zone ID |
Options
| Flag | Description |
|---|---|
--file <path> | Path to JSON or YAML payload file |
Example
# Human-readable output (default in TTY)
wyrdos zones update
# JSON output (stable for agents and scripts)
wyrdos zones update --output jsonRelated commands
wyrdos organisations createwyrdos organisations deletewyrdos organisations getwyrdos organisations listwyrdos organisations update
wyrdos actions update
Update a action
wyrdos actions update [options]
Arguments
| Name | Description |
|---|---|
<id> | action ID |
Options
| Flag | Description |
|---|---|
--file <path> | Path to JSON or YAML payload file |
Example
# Human-readable output (default in TTY)
wyrdos actions update
# JSON output (stable for agents and scripts)
wyrdos actions update --output jsonRelated commands
wyrdos organisations createwyrdos organisations deletewyrdos organisations getwyrdos organisations listwyrdos organisations update
wyrdos rolodex list
List rolodex
wyrdos rolodex list [options]
Options
| Flag | Description |
|---|---|
--limit <n> | Maximum number of items to list. Default: 50. |
--cursor <cursor> | Cursor for pagination |
Example
# Human-readable output (default in TTY)
wyrdos rolodex list
# JSON output (stable for agents and scripts)
wyrdos rolodex list --output jsonRelated commands
wyrdos organisations createwyrdos organisations deletewyrdos organisations getwyrdos organisations listwyrdos organisations update
wyrdos funding update
Update a fundin
wyrdos funding update [options]
Arguments
| Name | Description |
|---|---|
<id> | fundin ID |
Options
| Flag | Description |
|---|---|
--file <path> | Path to JSON or YAML payload file |
Example
# Human-readable output (default in TTY)
wyrdos funding update
# JSON output (stable for agents and scripts)
wyrdos funding update --output jsonRelated commands
wyrdos organisations createwyrdos organisations deletewyrdos organisations getwyrdos organisations listwyrdos organisations update
All rights reserved.