Skip to content

az acr task list -o table should be more condensed #150

@SteveLasker

Description

@SteveLasker

BUG REPORT:

What happened?:
When running:
az acr task list -o table we get a fairly wide listing, that wraps.
The intention of -o table is simple, human readable form. To have wide columns included by default makes the default not very human readable

Name                         PLATFORM    STATUS    COMMIT TRIGGER    SOURCE REPOSITORY                             BRANCH    BASE IMAGE TRIGGER    IMAGE       NAMES                                                      PUSH ENABLED
---------------------------  ----------  --------  ----------------  --------------------------------------------  --------  --------------------  -----      ----------------------------------------------------------  --------------
sql-server                   Linux       Enabled   Enabled           https://github.com/stevelasker/foo master    Runtime               ['mss      ql/server:{{.Build.ID}}', 'mssql/server:2017-CU12-ubuntu']  True

What did you expect to happen?:
Shorter Column List to include:

Name                         PLATFORM    STATUS    COMMIT TRIGGER    BASE IMAGE TRIGGER  

Users that want more detail can use the -o json --query to cherry pick columns

How do you reproduce it (as minimally and precisely as possible)?:

Anything else we need to know?:

Environment (if applicable to the issue):

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions