Skip to content

Commit bc8fe1b

Browse files
DOCSP-19112: In step 3 for all 3 services, changes "organizations" to "o… (#648)
* DOCSP-19112: In step 3 for all 3 services, changes organizations to organization. Removes comments in 3a about selecting and filtering on organization list. Removes comment in code block about selecting and filtering * Adds [Use arrows to move, type to filter] comment back into code block after confirming that it does appear in test * Update source/includes/steps-configure-mcli.yaml Co-authored-by: John Williams <[email protected]> * Removes substeps in step 3 and consolidates text. * Creates step 3 copy for OM and CM that accounts for the fact that you can see multiple orgs when you enter API keys. Should show different step 3 based on which service selected (if what I did in the step file is allowed by snooty :D * Fixes build error by adding correct refs to the config quick start stepfiles for each service * Updates instructions to account for fact that Atlas and CM Api keys are only scoped to one org, but OM can be scoped to multiple Co-authored-by: John Williams <[email protected]>
1 parent a1b84d6 commit bc8fe1b

7 files changed

+26
-14
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ replacement:
1616
stepnum: 3
1717
source:
1818
file: steps-configure-mcli.yaml
19-
ref: enter-orgid
19+
ref: enter-orgid-atlas-cm
2020
---
2121
stepnum: 4
2222
source:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ replacement:
1616
stepnum: 3
1717
source:
1818
file: steps-configure-mcli.yaml
19-
ref: enter-orgid
19+
ref: enter-orgid-atlas-cm
2020
---
2121
stepnum: 4
2222
source:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ replacement:
2121
stepnum: 4
2222
source:
2323
file: steps-configure-mcli.yaml
24-
ref: enter-orgid
24+
ref: enter-orgid-om
2525
---
2626
stepnum: 5
2727
source:

source/includes/steps-configure-mcli.yaml

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -87,17 +87,29 @@ content: |
8787
title: "Choose your default organization."
8888
stepnum: 0
8989
level: 4
90-
ref: enter-orgid
90+
ref: enter-orgid-atlas-cm
9191
content: |
9292
93-
If you entered |api| keys, the command displays the name and ID of organizations that your |api| key can access.
93+
If you entered |api| keys,
94+
the command displays the name and ID of the
95+
organization that your |api| key can access.
96+
Press :kbd:`Enter` to confirm your organization.
9497
95-
a. Select your organization:
96-
97-
- Press the :kbd:`Down Arrow` and :kbd:`Up Arrow`
98-
keys to highlight the desired organization, or
99-
- Type the organization name to filter the available
100-
organizations.
98+
If you didn't enter |api| keys, the command prompts you to enter your
99+
``Default Organization ID``.
100+
101+
---
102+
title: "Choose your default organization."
103+
stepnum: 0
104+
level: 4
105+
ref: enter-orgid-om
106+
content: |
107+
108+
If you entered |api| keys,
109+
the command displays the name and ID of the
110+
organizations that your |api| key can access.
111+
112+
a. Select your organization.
101113
102114
.. code-block:: sh
103115
:copyable: false

source/includes/steps-quick-start-atlas-config-mcli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ replacement:
1717
stepnum: 3
1818
source:
1919
file: steps-configure-mcli.yaml
20-
ref: enter-orgid
20+
ref: enter-orgid-atlas-cm
2121
---
2222
stepnum: 4
2323
source:

source/includes/steps-quick-start-cm-config-mcli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ replacement:
1717
stepnum: 3
1818
source:
1919
file: steps-configure-mcli.yaml
20-
ref: enter-orgid
20+
ref: enter-orgid-atlas-cm
2121
---
2222
stepnum: 4
2323
source:

source/includes/steps-quick-start-om-config-mcli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ replacement:
2222
stepnum: 4
2323
source:
2424
file: steps-configure-mcli.yaml
25-
ref: enter-orgid
25+
ref: enter-orgid-om
2626
---
2727
stepnum: 5
2828
source:

0 commit comments

Comments
 (0)