Add --output option to get output when using --no-wait
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
**Related command**
All `az aks` commands that support `--no-wait` option.
**Is your feature request related to a problem? Please describe.**
When using `--no-wait` option with an `az aks` command, I'm not able to see the command output/errors.
**Describe the solution you'd like**
add support for an `--output` option to all `az aks` commands that would write any stdout/stderr that's normally seen in the terminal when `--no-wait` is not used.
**Describe alternatives you've considered**
Currently, I have to use multiple terminal sessions to fire off each `az aks` command I want to execute concurrently without `--no-wait` so I can see the output and any errors for each command.
**Additional context**
Contributor guide
Assessment
This issue has not been assessed yet.