summaryrefslogtreecommitdiff
path: root/distsrc
diff options
context:
space:
mode:
authorAndrew Morrow <andrew.morrow@10gen.com>2020-01-15 19:51:39 +0000
committerevergreen <evergreen@mongodb.com>2020-01-15 19:51:39 +0000
commit3c0c136ecf80d60f512e96b9720af3845f401fd8 (patch)
treee8981c04b760b03bb623b2cfaf31d48ba84bc9a7 /distsrc
parentc9dbf657e1ef0fdda8a32d1080d4a7c3bb361c5e (diff)
downloadmongo-3c0c136ecf80d60f512e96b9720af3845f401fd8.tar.gz
SERVER-44763 Remove gotools from build and packaging
Diffstat (limited to 'distsrc')
-rw-r--r--distsrc/README9
1 files changed, 0 insertions, 9 deletions
diff --git a/distsrc/README b/distsrc/README
index 79d0ac481b5..3312c5e8e1b 100644
--- a/distsrc/README
+++ b/distsrc/README
@@ -10,15 +10,6 @@ COMPONENTS
UTILITIES
- mongodump - Create a binary dump of the contents of a database.
- mongorestore - Restore data from the output created by mongodump.
- mongoexport - Export the contents of a collection to JSON or CSV.
- mongoimport - Import data from JSON, CSV or TSV.
- mongofiles - Put, get and delete files from GridFS.
- mongostat - Show the status of a running mongod/mongos.
- bsondump - Convert BSON files into human-readable formats.
- mongoreplay - Traffic capture and replay tool.
- mongotop - Track time spent reading and writing data.
install_compass - Installs MongoDB Compass for your platform.
BUILDING