Is it possible to open connection via command line?

Hello,

Could we open connection via CLI as we did in mongo shell?

mongo shell syntax:

mongosh.exe mongodb://: -u -p

studio 3T.exe mongodb:// --username --password --database --port

Something like that would be appreciated.

Thank you for your time and attention to this matter.

1 Like

Welcome to the 3T Community! :slight_smile:

Unfortunately, as of right now, that’s not supported. However, depending on your use case, there may be a workaround.

If there’s just one connection (or a set of connections) you would always like to be connected to when Studio 3T starts, you could enable Session Restore, which would restore all previously connected-to connections on startup.

Alternatively there are also our Quick Connect shortcuts: In the Connect dialog, right click on a connection (or a set of connections) and then assign one of the nine Quick Connect shortcuts. You can then hit Alt + 1-9 to quickly connect to your chosen connections from anywhere within the application. :slight_smile:

1 Like