Skip to content

waldur-cli marketplace order set-state-executing

Set state executing marketplace orders (check status of a submitted provision/terminate). Batch-capable: pass several UUIDs, or omit them and pipe UUIDs in on stdin (one per line -- a bare UUID or a JSON object with a uuid field, so list --format ndjson composes directly). One failure doesn't stop the rest; the command exits non-zero afterward if any item failed.

Usage

1
waldur-cli marketplace order set-state-executing [UUID]...
Flag Type Description
[UUID]... positional, 0 or more uuid(s) of the resource. Reads from stdin if omitted.

Examples

1
waldur-cli marketplace order set-state-executing <uuid>

Several at once:

1
waldur-cli marketplace order set-state-executing <uuid-1> <uuid-2>

(sends a bodyless POST to /api/marketplace-orders/{uuid}/set_state_executing/ for each)

Global options

Every command also accepts --api-url, --token, --profile, --format, and --debug; mutating commands additionally accept --dry-run. See Getting started for what each does.