File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,16 @@ General Options
43
43
Prevents the shell from sourcing and evaluating ``~/.mongoshrc.js``
44
44
on startup.
45
45
46
+ .. option:: --quiet
47
+
48
+ Skips all messages during startup (such as welcome messages and startup
49
+ warnings) and goes directly to the prompt.
50
+
51
+ .. option:: --verbose
52
+
53
+ Increases the verbosity of the shell output during the connection
54
+ process and when running commands.
55
+
46
56
.. option:: --version
47
57
48
58
Returns the |mdb-shell| release number.
@@ -398,7 +408,10 @@ Authentication Options
398
408
Specifies a username with which to authenticate to a MongoDB database
399
409
that uses authentication. Use in conjunction with the
400
410
:option:`--password <--password>` and
401
- :option:`--authenticationDatabase <--authenticationDatabase>` options.
411
+ :option:`--authenticationDatabase <--authenticationDatabase>`
412
+ options.
413
+
414
+
402
415
403
416
Session Options
404
417
---------------
You can’t perform that action at this time.
0 commit comments