I'm looking for an 'az' --query syntax that just lists the json fields and not their values.
this will print a table:
az account list --query [*] -o --table
Name State IsDefault TenantId CloudName
---- ----- --------- -------- ---------
bob Enabled True nnn AzureCloud
but I don't want the values under the column names, I just want a list of the column names.