Skip to content

Commit 5cce6d5

Browse files
(DOCSP-10481): Add callout to mongoimport and mongoexport
1 parent f23c162 commit 5cce6d5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@
141141
'product': ('http://www.mongodb.com/products/%s?tck=docs_compass',''),
142142
'dl': ('http://www.mongodb.com/download-center/%s?tck=docs_compass',''),
143143
'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', '')
145146
}
146147

147148
intersphinx_mapping = {}

source/import-export.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,3 +157,11 @@ Procedure
157157
.. include:: /includes/steps/export-filter.rst
158158

159159
.. 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>`.

0 commit comments

Comments
 (0)