Open App

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

FlagDescription
--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 json
  • wyrdos organisations delete
  • wyrdos organisations get
  • wyrdos organisations list
  • wyrdos organisations update
  • wyrdos containers create

wyrdos organisations delete

Delete a organisation

wyrdos organisations delete [options]

Arguments

NameDescription
<id>organisation ID

Example

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

# JSON output (stable for agents and scripts)
wyrdos organisations delete --output json
  • wyrdos organisations create
  • wyrdos organisations get
  • wyrdos organisations list
  • wyrdos organisations update
  • wyrdos containers create

wyrdos organisations get

Get a single organisation

wyrdos organisations get [options]

Arguments

NameDescription
<id>organisation ID

Example

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

# JSON output (stable for agents and scripts)
wyrdos organisations get --output json
  • wyrdos organisations create
  • wyrdos organisations delete
  • wyrdos organisations list
  • wyrdos organisations update
  • wyrdos containers create

wyrdos organisations list

List organisations

wyrdos organisations list [options]

Options

FlagDescription
--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 json
  • wyrdos organisations create
  • wyrdos organisations delete
  • wyrdos organisations get
  • wyrdos organisations update
  • wyrdos containers create

wyrdos organisations update

Update a organisation

wyrdos organisations update [options]

Arguments

NameDescription
<id>organisation ID

Options

FlagDescription
--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 json
  • wyrdos organisations create
  • wyrdos organisations delete
  • wyrdos organisations get
  • wyrdos organisations list
  • wyrdos containers create

wyrdos containers create

Create a container

wyrdos containers create [options]

Options

FlagDescription
--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 json
  • wyrdos organisations create
  • wyrdos organisations delete
  • wyrdos organisations get
  • wyrdos organisations list
  • wyrdos organisations update

wyrdos containers delete

Delete a container

wyrdos containers delete [options]

Arguments

NameDescription
<id>container ID

Example

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

# JSON output (stable for agents and scripts)
wyrdos containers delete --output json
  • wyrdos organisations create
  • wyrdos organisations delete
  • wyrdos organisations get
  • wyrdos organisations list
  • wyrdos organisations update

wyrdos containers get

Get a single container

wyrdos containers get [options]

Arguments

NameDescription
<id>container ID

Example

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

# JSON output (stable for agents and scripts)
wyrdos containers get --output json
  • wyrdos organisations create
  • wyrdos organisations delete
  • wyrdos organisations get
  • wyrdos organisations list
  • wyrdos organisations update

wyrdos containers list

List containers

wyrdos containers list [options]

Options

FlagDescription
--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 true
  • wyrdos organisations create
  • wyrdos organisations delete
  • wyrdos organisations get
  • wyrdos organisations list
  • wyrdos organisations update

wyrdos actions create

Create a action

wyrdos actions create [options]

Options

FlagDescription
--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 json
  • wyrdos organisations create
  • wyrdos organisations delete
  • wyrdos organisations get
  • wyrdos organisations list
  • wyrdos organisations update

wyrdos actions delete

Delete a action

wyrdos actions delete [options]

Arguments

NameDescription
<id>action ID

Example

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

# JSON output (stable for agents and scripts)
wyrdos actions delete --output json
  • wyrdos organisations create
  • wyrdos organisations delete
  • wyrdos organisations get
  • wyrdos organisations list
  • wyrdos organisations update

wyrdos actions get

Get a single action

wyrdos actions get [options]

Arguments

NameDescription
<id>action ID

Example

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

# JSON output (stable for agents and scripts)
wyrdos actions get --output json
  • wyrdos organisations create
  • wyrdos organisations delete
  • wyrdos organisations get
  • wyrdos organisations list
  • wyrdos organisations update

wyrdos actions list

List actions

wyrdos actions list [options]

Options

FlagDescription
--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 json
  • wyrdos organisations create
  • wyrdos organisations delete
  • wyrdos organisations get
  • wyrdos organisations list
  • wyrdos organisations update

wyrdos containers update

Update a container

wyrdos containers update [options]

Arguments

NameDescription
<id>container ID

Options

FlagDescription
--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 json
  • wyrdos organisations create
  • wyrdos organisations delete
  • wyrdos organisations get
  • wyrdos organisations list
  • wyrdos organisations update

wyrdos zones create

Create a zone

wyrdos zones create [options]

Options

FlagDescription
--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 json
  • wyrdos organisations create
  • wyrdos organisations delete
  • wyrdos organisations get
  • wyrdos organisations list
  • wyrdos organisations update

wyrdos zones delete

Delete a zone

wyrdos zones delete [options]

Arguments

NameDescription
<id>zone ID

Example

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

# JSON output (stable for agents and scripts)
wyrdos zones delete --output json
  • wyrdos organisations create
  • wyrdos organisations delete
  • wyrdos organisations get
  • wyrdos organisations list
  • wyrdos organisations update

wyrdos zones get

Get a single zone

wyrdos zones get [options]

Arguments

NameDescription
<id>zone ID

Example

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

# JSON output (stable for agents and scripts)
wyrdos zones get --output json
  • wyrdos organisations create
  • wyrdos organisations delete
  • wyrdos organisations get
  • wyrdos organisations list
  • wyrdos organisations update

wyrdos zones list

List zones

wyrdos zones list [options]

Options

FlagDescription
--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 json
  • wyrdos organisations create
  • wyrdos organisations delete
  • wyrdos organisations get
  • wyrdos organisations list
  • wyrdos organisations update

wyrdos stacks create

Create a stack

wyrdos stacks create [options]

Options

FlagDescription
--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 json
  • wyrdos organisations create
  • wyrdos organisations delete
  • wyrdos organisations get
  • wyrdos organisations list
  • wyrdos organisations update

wyrdos stacks delete

Delete a stack

wyrdos stacks delete [options]

Arguments

NameDescription
<id>stack ID

Example

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

# JSON output (stable for agents and scripts)
wyrdos stacks delete --output json
  • wyrdos organisations create
  • wyrdos organisations delete
  • wyrdos organisations get
  • wyrdos organisations list
  • wyrdos organisations update

wyrdos stacks get

Get a single stack

wyrdos stacks get [options]

Arguments

NameDescription
<id>stack ID

Example

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

# JSON output (stable for agents and scripts)
wyrdos stacks get --output json
  • wyrdos organisations create
  • wyrdos organisations delete
  • wyrdos organisations get
  • wyrdos organisations list
  • wyrdos organisations update

wyrdos stacks list

List stacks

wyrdos stacks list [options]

Options

FlagDescription
--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 json
  • wyrdos organisations create
  • wyrdos organisations delete
  • wyrdos organisations get
  • wyrdos organisations list
  • wyrdos organisations update

wyrdos stacks update

Update a stack

wyrdos stacks update [options]

Arguments

NameDescription
<id>stack ID

Options

FlagDescription
--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 ""
  • wyrdos organisations create
  • wyrdos organisations delete
  • wyrdos organisations get
  • wyrdos organisations list
  • wyrdos organisations update

wyrdos rolodex create

Create a rolode

wyrdos rolodex create [options]

Options

FlagDescription
--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 json
  • wyrdos organisations create
  • wyrdos organisations delete
  • wyrdos organisations get
  • wyrdos organisations list
  • wyrdos organisations update

wyrdos rolodex delete

Delete a rolode

wyrdos rolodex delete [options]

Arguments

NameDescription
<id>rolode ID

Example

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

# JSON output (stable for agents and scripts)
wyrdos rolodex delete --output json
  • wyrdos organisations create
  • wyrdos organisations delete
  • wyrdos organisations get
  • wyrdos organisations list
  • wyrdos organisations update

wyrdos rolodex get

Get a single rolode

wyrdos rolodex get [options]

Arguments

NameDescription
<id>rolode ID

Example

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

# JSON output (stable for agents and scripts)
wyrdos rolodex get --output json
  • wyrdos organisations create
  • wyrdos organisations delete
  • wyrdos organisations get
  • wyrdos organisations list
  • wyrdos organisations update

wyrdos rolodex update

Update a rolode

wyrdos rolodex update [options]

Arguments

NameDescription
<id>rolode ID

Options

FlagDescription
--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 json
  • wyrdos organisations create
  • wyrdos organisations delete
  • wyrdos organisations get
  • wyrdos organisations list
  • wyrdos organisations update

wyrdos funding create

Create a fundin

wyrdos funding create [options]

Options

FlagDescription
--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 json
  • wyrdos organisations create
  • wyrdos organisations delete
  • wyrdos organisations get
  • wyrdos organisations list
  • wyrdos organisations update

wyrdos funding delete

Delete a fundin

wyrdos funding delete [options]

Arguments

NameDescription
<id>fundin ID

Example

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

# JSON output (stable for agents and scripts)
wyrdos funding delete --output json
  • wyrdos organisations create
  • wyrdos organisations delete
  • wyrdos organisations get
  • wyrdos organisations list
  • wyrdos organisations update

wyrdos funding get

Get a single fundin

wyrdos funding get [options]

Arguments

NameDescription
<id>fundin ID

Example

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

# JSON output (stable for agents and scripts)
wyrdos funding get --output json
  • wyrdos organisations create
  • wyrdos organisations delete
  • wyrdos organisations get
  • wyrdos organisations list
  • wyrdos organisations update

wyrdos funding list

List funding

wyrdos funding list [options]

Options

FlagDescription
--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 json
  • wyrdos organisations create
  • wyrdos organisations delete
  • wyrdos organisations get
  • wyrdos organisations list
  • wyrdos organisations update

wyrdos zones update

Update a zone

wyrdos zones update [options]

Arguments

NameDescription
<id>zone ID

Options

FlagDescription
--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 json
  • wyrdos organisations create
  • wyrdos organisations delete
  • wyrdos organisations get
  • wyrdos organisations list
  • wyrdos organisations update

wyrdos actions update

Update a action

wyrdos actions update [options]

Arguments

NameDescription
<id>action ID

Options

FlagDescription
--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 json
  • wyrdos organisations create
  • wyrdos organisations delete
  • wyrdos organisations get
  • wyrdos organisations list
  • wyrdos organisations update

wyrdos rolodex list

List rolodex

wyrdos rolodex list [options]

Options

FlagDescription
--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 json
  • wyrdos organisations create
  • wyrdos organisations delete
  • wyrdos organisations get
  • wyrdos organisations list
  • wyrdos organisations update

wyrdos funding update

Update a fundin

wyrdos funding update [options]

Arguments

NameDescription
<id>fundin ID

Options

FlagDescription
--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 json
  • wyrdos organisations create
  • wyrdos organisations delete
  • wyrdos organisations get
  • wyrdos organisations list
  • wyrdos organisations update