File: add-namespaces-to-cli-9d20e7fcb07c223f.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 (10 lines) | stat: -rw-r--r-- 535 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
---
features:
  - |
    Using namespaces is now supported from the client. It is possible to use
    the namespace flag with all workflows commands and when creating a workflow
    execution. Namespace feature allows a user to add two workflows with the
    same name to Mistral as long as they are within two different namespaces.
    Namespace will also be visible in the table printed when using the CLI to
    get info about workflows. Plus, the CLI will print the workflow namespace
    along with the workflow name where needed.