No way to see long running API response
Open
- Dominant language
- Python
- Stars
- 27
- Forks
- 77
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 3
Description
The current CLI provides waiting by default for each command. When --no-wait option is used, the CLI immediately returns back without displaying anything to the customer. If this is a long running action, the customer has no ability to retrieve the status of async command. Each command would need to use --debug to see 'Azure-AsyncOperation' header returned. This creates poor customer experience.
The proposal is to enhance command behavior for --no-wait.
Specifically, when the customer asks not to wait for the final result, the CLI should print a header back.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.