Skip to content

Commit da6d91b

Browse files
committed
(DOCSP-20687): Backport DOCSP-20657 to v1.20. (#660)
1 parent 32cbb43 commit da6d91b

File tree

4 files changed

+53
-4
lines changed

4 files changed

+53
-4
lines changed

source/includes/steps-configure-mcli-atlas.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,14 @@ source:
2626
stepnum: 5
2727
source:
2828
file: steps-configure-mcli.yaml
29-
ref: enter-mongo-shell-path
29+
ref: enter-fileformat
3030
---
3131
stepnum: 6
32+
source:
33+
file: steps-configure-mcli.yaml
34+
ref: enter-mongo-shell-path
35+
---
36+
stepnum: 7
3237
source:
3338
file: steps-configure-mcli.yaml
3439
ref: verify-profile

source/includes/steps-configure-mcli-cm.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,14 @@ source:
2626
stepnum: 5
2727
source:
2828
file: steps-configure-mcli.yaml
29-
ref: enter-mongo-shell-path
29+
ref: enter-fileformat
3030
---
3131
stepnum: 6
32+
source:
33+
file: steps-configure-mcli.yaml
34+
ref: enter-mongo-shell-path
35+
---
36+
stepnum: 7
3237
source:
3338
file: steps-configure-mcli.yaml
3439
ref: verify-profile

source/includes/steps-configure-mcli-om.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,17 @@ source:
2828
file: steps-configure-mcli.yaml
2929
ref: enter-projectid
3030
---
31-
stepnum: 5
31+
stepnum: 6
32+
source:
33+
file: steps-configure-mcli.yaml
34+
ref: enter-fileformat
35+
---
36+
stepnum: 7
3237
source:
3338
file: steps-configure-mcli.yaml
3439
ref: enter-mongo-shell-path
3540
---
36-
stepnum: 6
41+
stepnum: 8
3742
source:
3843
file: steps-configure-mcli.yaml
3944
ref: verify-profile

source/includes/steps-configure-mcli.yaml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,40 @@ content: |
140140
141141
If you didn't enter |api| keys, the command prompts you to enter your
142142
``Default Project ID``.
143+
144+
---
145+
title: "Choose your default output format."
146+
stepnum: 0
147+
level: 4
148+
ref: enter-fileformat
149+
content: |
150+
151+
a. Press the :kbd:`Down Arrow` and :kbd:`Up Arrow`
152+
keys to highlight the desired default output format:
153+
154+
.. code-block:: sh
155+
:copyable: false
156+
157+
? Default Output Format: [Use arrows to move, type to filter]
158+
plaintext
159+
json
160+
161+
.. list-table::
162+
:header-rows: 1
163+
:widths: 30 70
164+
165+
* - Option
166+
- Description
167+
168+
* - ``plaintext``
169+
- Human-readable output that includes all fields that
170+
{+mcli+} returns.
171+
172+
* - ``json``
173+
- JSON output that includes all fields that {+mcli+} returns.
174+
175+
#. Press :kbd:`Enter`.
176+
143177
---
144178
title: "Specify the path to the MongoDB Shell, {+mongosh+}, on your system."
145179
stepnum: 0

0 commit comments

Comments
 (0)