Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
2.8.0-rc2
-
None
Description
None of the tools (other than mongostat) include the usage or the description of the tool which was included in 2.6.
For example:
dan:(git)mongo-tools[master]/$ ../2.6-mongo/mongoimport --help
|
Import CSV, TSV or JSON data into MongoDB.
|
|
When importing JSON documents, each document must be a separate line of the input file.
|
|
Example:
|
mongoimport --host myhost --db my_cms --collection docs < mydocfile.json
|
.
|
.
|
.
|
or
dan:(git)mongo-tools[master]/$ ../2.6-mongo/mongorestore --help
|
Import BSON files into MongoDB.
|
|
usage: mongorestore [options] [directory or filename to restore from]
|
.
|
.
|
.
|