dispatch
dispatch copied to clipboard
--output not work for dispatch run
Bug Report
When do dispatch run, if add --output yaml, it still return json format.
Expected behavior
The result show in yaml format.
Current behavior
The result show in json format.
Steps to reproduce
- Follow the quickstart guild
- run
dispatch exec hello-py --input '{"name": "Jon", "place": "Winterfell"}' --wait --output yaml
Impact
- [x] Low - Annoyance, but does not impact business or functionality
- [ ] Medium - Issue can be worked around, but is causing pain
- [ ] High - Blocker