Skip to main content

Synopsis

Get a deployment from a specified flow. EXPRESSION can be specified as follows:
  • flowName
    • the latest deployment to flowName, at the time of the request
    • e.g., dashboard
  • flowName#N
    • the Nth deployment, counting from 1
    • e.g., dashboard#453
  • flowName~N
    • the Nth deployment behind the latest, at the time of the request
    • e.g., dashboard~56

Flags

Flags inherited from parent commands

Examples Use Cases

These examples all assume that the flags --api-token, --org, --host, (and --flow, --trail when required), are set/provided.
Last modified on March 10, 2026