wrench help says project, instance and database can be specified by command line args. For example, in the description of the arg for database, (optional. if not set, will use $SPANNER_DATABASE_ID value) seems to mean command line args have higher priority than environment variables.
Expected Behavior
When specifying project, instance and database by command line args, I want wrench to use the values instead of environment variables.
Current Behavior
wrench use environment variables even if I pass project, instance and database by the command line args.
Steps to Reproduce
Context (Environment)
wrench help
says project, instance and database can be specified by command line args. For example, in the description of the arg for database,(optional. if not set, will use $SPANNER_DATABASE_ID value)
seems to mean command line args have higher priority than environment variables.