-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Add --output option to get output when using --no-wait #25411
Copy link
Copy link
Open
Labels
AKSaz aks/acs/openshiftaz aks/acs/openshiftAuto-AssignAuto assign by botAuto assign by botService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-observability-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.feature-requestneeds-team-attentionThis issue needs attention from Azure service team or SDK teamThis issue needs attention from Azure service team or SDK team
Metadata
Metadata
Assignees
Labels
AKSaz aks/acs/openshiftaz aks/acs/openshiftAuto-AssignAuto assign by botAuto assign by botService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-observability-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.feature-requestneeds-team-attentionThis issue needs attention from Azure service team or SDK teamThis issue needs attention from Azure service team or SDK team
Related command
All
az akscommands that support--no-waitoption.Is your feature request related to a problem? Please describe.
When using
--no-waitoption with anaz akscommand, I'm not able to see the command output/errors.Describe the solution you'd like
add support for an
--outputoption to allaz akscommands that would write any stdout/stderr that's normally seen in the terminal when--no-waitis not used.Describe alternatives you've considered
Currently, I have to use multiple terminal sessions to fire off each
az akscommand I want to execute concurrently without--no-waitso I can see the output and any errors for each command.Additional context