File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 141
141
'product' : ('http://www.mongodb.com/products/%s?tck=docs_compass' ,'' ),
142
142
'dl' : ('http://www.mongodb.com/download-center/%s?tck=docs_compass' ,'' ),
143
143
'atlas' : ('http://docs.atlas.mongodb.com%s' , '' ),
144
- 'guides' : ('https://docs.mongodb.com/guides%s' , '' )
144
+ 'guides' : ('https://docs.mongodb.com/guides%s' , '' ),
145
+ 'db-tools' : ('https://docs.mongodb.com/database-tools%s' , '' )
145
146
}
146
147
147
148
intersphinx_mapping = {}
Original file line number Diff line number Diff line change @@ -157,3 +157,11 @@ Procedure
157
157
.. include:: /includes/steps/export-filter.rst
158
158
159
159
.. include:: /includes/fact-export-progress-bar.rst
160
+
161
+ Import and Export Data from the Command Line
162
+ --------------------------------------------
163
+
164
+ To import and export data from the command line, you can use MongoDB's
165
+ :db-tools:`Database Tools </>`. See
166
+ :db-tools:`mongoimport </mongoimport>` and
167
+ :db-tools:`mongoexport </mongoexport>`.
You can’t perform that action at this time.
0 commit comments