Azure / azure-dev

A developer CLI that reduces the time it takes for you to get started on Azure. The Azure Developer CLI (azd) provides a set of developer-friendly commands that map to key stages in your workflow - code, build, deploy, monitor, repeat.
https://aka.ms/azd
MIT License
403 stars 195 forks source link

Establish design patterns for table formatted content #2056

Open savannahostrowski opened 1 year ago

savannahostrowski commented 1 year ago

Today, we don't have a standardized format for command output that looks like a table.

This comes up in: azd env list image

azd config list-alpha (we could make use of a table for better legibility) image

...and potentially in the upcoming user-readable azd show (see https://github.com/Azure/azure-dev/issues/1887)

rajeshkamal5050 commented 1 year ago

Add it to September iteration.