You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was playing with azure-cli and there's a nice command az feedback with the following output
We appreciate your feedback!
For more information on getting started, visit: aka.ms/azcli/get-started
If you have questions, visit our Stack Overflow page: aka.ms/azcli/questions
Recent commands:
[0] create a generic issue.
[1] az login : SUCCESS. Ran: 1 mins ago.
[2] Unknown (help) : SUCCESS. Ran: 39 secs ago.
Enter the number of the command you would like to create an issue for. Enter q to quit: q
It's an interactive way of submitting a bug or a feature request for a specific command or a generic issue.
I believe it's a nice feature to add to our own cli
@ppapapetrou76 commented on Tue Aug 27 2019
I was playing with azure-cli and there's a nice command
az feedback
with the following outputIt's an interactive way of submitting a bug or a feature request for a specific command or a generic issue.
I believe it's a nice feature to add to our own cli
@marclop commented on Fri Jan 03 2020
This is pretty cool, I think we can accomplish something similar with what we already have, we need to record execution:
ecctl feedback
.The text was updated successfully, but these errors were encountered: