[FEATURE] allow all configuration via command args (and not force env for some) #204
Labels
enhancement
New feature or request
pending-decision
Decision if implementation will happen is pending
What area do you want to see improved?
CLI commands
Is your feature request related to a problem? Please describe.
I want to get started with Terraform/BTP and am trying out this tool. To make it simple, I would like to have a single command to run the export (that I can reuse / share with colleagues / ...). Right now, I need to set several values via env first (e.g., global account). On Windows/cmd this is not persisted for the next session. While I could generally also concatenate setting the env and the command itself, it feels somewhat arbitrary to have certain values via env and others via CLI arg.
Describe the solution you would like
I see the value of setting some general settings via env. Therefore I would suggest to use command line arguments as an override and fall back to env if none provided.
Describe alternatives you have considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: