cdsctl experimental workflow history

Display the run history for the given workflow

Synopsis

Display the run history for the given workflow

cdsctl experimental workflow history PROJ_KEY VCS_IDENTIFIER REPO_IDENTIFIER WORKFLOW_NAME [flags]

Examples

cdsctl experimental workflow history <proj_key> <vcs_identifier> <repo_identifier> <workflow_name>

Options

      --fields string   Only display specified object fields. 'empty' will display all fields, 'all' will display all object fields, 'field1,field2' to select multiple fields
      --filter string   Filter output based on conditions provided
      --format string   Output format: table|json|yaml (default "table")
  -q, --quiet           Only display object's key
      --verbose         Display all object fields

Options inherited from parent commands

  -c, --context string   cdsctl context name
  -f, --file string      set configuration file
      --insecure         (SSL) This option explicitly allows curl to perform "insecure" SSL connections and transfers.
  -n, --no-interactive   Set to disable interaction with ctl

SEE ALSO