-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Labels
commandletrelated to commandlets (scripts/command/*)related to commandlets (scripts/command/*)enhancementNew feature or requestNew feature or requestscriptsrelated to shell scripts (bash and CMD)related to shell scripts (bash and CMD)
Description
As a devonfw-ide user, I want to user az
(azure-cli) seamlessly so that I can work efficiently with azure cloud.
However, when I install az
via devonfw-ide and run it, the output somehow arrives asynchronous in my shell:
$ az vm
hohwille@CE49454 MSYS /d/projects/devonfw/workspaces/main/ide/scripts/target/integration-test/test-setup (alfeilex-azure-python-integration)
$ the following arguments are required: _subcommand
Examples from AI knowledge base:
az vm list
List all VMs.
az vm list-ip-addresses --resource-group MyResourceGroup --name MyVm
Get the IP addresses for a VM.
https://docs.microsoft.com/en-US/cli/azure/vm#az_vm_list
Read more about the command in reference docs
Further, my shell then hangs and I have to hit [Return]
to being able to continue typing the next command.
Metadata
Metadata
Assignees
Labels
commandletrelated to commandlets (scripts/command/*)related to commandlets (scripts/command/*)enhancementNew feature or requestNew feature or requestscriptsrelated to shell scripts (bash and CMD)related to shell scripts (bash and CMD)