microsoft / azure-container-apps

Roadmap and issues for Azure Container Apps
MIT License
365 stars 29 forks source link

Feature Request: Improve AZ CLI docs - remove env vars #1322

Open dfberry opened 4 days ago

dfberry commented 4 days ago

Is your feature request related to a problem? Please describe.
The two switches to remote env vars have the same description. Can the text be improved to differentiate the two switches?

Image

Describe the solution you'd like.
The separated vars need an example.

Describe alternatives you've considered.
A clear and concise description of any alternative solutions or features you've considered.

Additional context.
Add any other context or screenshots about the feature request here.

anthonychu commented 2 days ago

--remove-all-env-vars removes all the env vars, and --remove-env-vars removes one or more env vars that you supply. We can review how we can improve the help text, but is there a certain part that's causing the confusion?