--deployment | str | yes | | The deployment to run, in the format “<FLOW_NAME>/<DEPLOYMENT_NAME>”. |
--parameters | str | no | None | A JSON object of parameters to pass to the flow run, identical to the dict the flows client forwards. Value types are read from the JSON as-is (numbers, booleans, strings, lists, objects). |
--wait | bool | no | False | Wait for the flow run to reach a terminal state and render its final state. |
--timeout | float | no | None | When waiting, the maximum number of seconds to wait before giving up. If omitted, waits indefinitely. |
--poll-interval | float | no | 5.0 | When waiting, the number of seconds between polling attempts. |
--json | bool | no | False | Print machine-readable JSON to stdout instead of a table. Without —wait, prints {“id”: “<run-id>”}; with —wait, prints the full flow run. |
--env | str | no | 'prod' | Target environment. |