What problem does your feature solve?
We should consider making CLI config values (stellar network/keys/fees use) take precedence over env values.
Currently, it goes as follows:
- args
- env
- CLI config
Context: #2321 (comment)
What would you like to see?
For precedence to be:
- args
- CLI config
- env
What alternatives are there?
Leave it as is.