Azure-cli: --debug on Interactive mode doesn't work

Created on 19 May 2017  路  3Comments  路  Source: Azure/azure-cli

Interactive

Most helpful comment

Currently, since you have to run 'interactive' through az, if you add run the intial command with --debug or --verbose then all the commands will pick that up eg:

az interactive --debug
az>>vm list

will output vm list --debug

All 3 comments

As a thought, should these be configurable in interactive? i.e. you want ALL commands to run with --debug or --verbose? Since an interactive experience would be expected to be "chattier", having to add --verbose to each invocation seems very inconvenient.

Currently, since you have to run 'interactive' through az, if you add run the intial command with --debug or --verbose then all the commands will pick that up eg:

az interactive --debug
az>>vm list

will output vm list --debug

@oakeyc the one action item I might add is to then remove the --debug and --verbose options from the completions provided by the shell.

Was this page helpful?
0 / 5 - 0 ratings