File: add_sub_executions_new_commands.yaml

package info (click to toggle)
python-mistralclient 1%3A5.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,092 kB
  • sloc: python: 10,820; sh: 125; makefile: 25
file content (9 lines) | stat: -rw-r--r-- 403 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
---
features:
  - |
    Added 2 new CLI commands, "execution-get-sub-executions" returns
    sub-executions of a given execution id and "task-get-sub-executions"
    returns the sub-executions of a given task execution id.
    Both commands have the options "--max-depth" which is the max depth of a
    sub-execution, and "--errors-only" that allows to find only ERROR paths of
    the execution tree.