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
377 stars 173 forks source link

Feature request: azd env get-value #3906

Open pamelafox opened 1 month ago

pamelafox commented 1 month ago

I would like an easier version of this:

azd env get-values | grep POSTGRES_HOST | sed 's/="/=/' | sed 's/"$//' | sed 's/^POSTGRES_HOST=//'

like:

azd env get-value POSTGRES_HOST

Sometimes I just need one value. Thanks!