-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: CLI Module, Tech debt
-
None
-
3
-
Iteration Xochimilco
-
Not Needed
Currently, command line flags (e.g. --host, --port, --tls, etc.) are being translated to driver options by the mongosh CLI.
We’ve made some good experiences with standardizing on connection string options as much as possible in the new Compass connection form, and doing the same in mongosh would clean up the code there and make it more consistent across devtools.
It would also be helpful because mongosh displays the connection string that it uses, meaning that people who are used to the command line flag would get a connection string as output that they could easily paste into Compass/VSCode/their driver code/etc.
- is related to
-
MONGOSH-1236 --tls etc. don’t work with --nodb
- Ready for Work