Skip to content

Commit ee267dd

Browse files
(DOCSP-17454): Release v1.18.0 (#540)
* (DOCSP-17454): Release Notes v1.18.0 * Update generated files * Add refs to command pages * Update breaking change to be more specific * copy review
1 parent 3de9e9f commit ee267dd

File tree

529 files changed

+1770
-611
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

529 files changed

+1770
-611
lines changed

config/build_conf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ system:
2929
- 'sphinx_local.yaml'
3030
- htaccess: ['htaccess.yaml']
3131
version:
32-
release: '1.17.1'
32+
release: '1.18.0'
3333
branch: 'master'
3434
assets:
3535
- branch: master

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ data-lake-store = "data store"
174174
default-profile = ":ref:`default profile <mcli-profiles>`"
175175
mcli = "MongoDB CLI"
176176
mcli-long = "MongoDB Command Line Interface (``mongocli``)"
177-
mcli-version = "1.17.0"
177+
mcli-version = "1.18.0"
178178
mdbagent = "MongoDB Agent"
179179
mdbVersion = "4.4"
180180

source/command/mongocli-atlas-accessLists-create.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ Inherited Options
7575
- false
7676
- Profile to use from your configuration file.
7777

78-
*Auto generated by MongoDB CLI on 29-Jun-2021*
78+
*Auto generated by MongoDB CLI on 8-Jul-2021*

source/command/mongocli-atlas-accessLists-delete.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ Inherited Options
6161
- false
6262
- Profile to use from your configuration file.
6363

64-
*Auto generated by MongoDB CLI on 29-Jun-2021*
64+
*Auto generated by MongoDB CLI on 8-Jul-2021*

source/command/mongocli-atlas-accessLists-describe.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ Inherited Options
6262
- false
6363
- Profile to use from your configuration file.
6464

65-
*Auto generated by MongoDB CLI on 29-Jun-2021*
65+
*Auto generated by MongoDB CLI on 8-Jul-2021*

source/command/mongocli-atlas-accessLists-list.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ Inherited Options
7070
- false
7171
- Profile to use from your configuration file.
7272

73-
*Auto generated by MongoDB CLI on 29-Jun-2021*
73+
*Auto generated by MongoDB CLI on 8-Jul-2021*

source/command/mongocli-atlas-accessLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ Related Commands
6363
describe </command/mongocli-atlas-accessLists-describe>
6464
list </command/mongocli-atlas-accessLists-list>
6565

66-
*Auto generated by MongoDB CLI on 29-Jun-2021*
66+
*Auto generated by MongoDB CLI on 8-Jul-2021*

source/command/mongocli-atlas-alerts-acknowledge.txt

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,30 @@ mongocli atlas alerts acknowledge
1212
:depth: 1
1313
:class: singlecol
1414

15-
Acknowledge an alert for your project.
15+
Acknowledges one alert for the specified project.
1616

1717
Syntax
1818
------
1919

2020
.. code-block::
2121

22-
mongocli atlas alerts acknowledge <ID> [options]
22+
mongocli atlas alerts acknowledge <alertID> [options]
23+
24+
Arguments
25+
---------
26+
27+
.. list-table::
28+
:header-rows: 1
29+
:widths: 20 10 10 60
30+
31+
* - Name
32+
- Type
33+
- Required
34+
- Description
35+
* - alertID
36+
- string
37+
- false
38+
-
2339

2440
Options
2541
-------
@@ -74,4 +90,4 @@ Inherited Options
7490
- false
7591
- Profile to use from your configuration file.
7692

77-
*Auto generated by MongoDB CLI on 29-Jun-2021*
93+
*Auto generated by MongoDB CLI on 8-Jul-2021*

source/command/mongocli-atlas-alerts-describe.txt

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,30 @@ mongocli atlas alerts describe
1212
:depth: 1
1313
:class: singlecol
1414

15-
Describe an alert for your project.
15+
Retrieves one alert for the specified project.
1616

1717
Syntax
1818
------
1919

2020
.. code-block::
2121

22-
mongocli atlas alerts describe <ID> [options]
22+
mongocli atlas alerts describe <alertID> [options]
23+
24+
Arguments
25+
---------
26+
27+
.. list-table::
28+
:header-rows: 1
29+
:widths: 20 10 10 60
30+
31+
* - Name
32+
- Type
33+
- Required
34+
- Description
35+
* - alertID
36+
- string
37+
- false
38+
-
2339

2440
Options
2541
-------
@@ -62,4 +78,4 @@ Inherited Options
6278
- false
6379
- Profile to use from your configuration file.
6480

65-
*Auto generated by MongoDB CLI on 29-Jun-2021*
81+
*Auto generated by MongoDB CLI on 8-Jul-2021*

source/command/mongocli-atlas-alerts-global-list.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ mongocli atlas alerts global list
1212
:depth: 1
1313
:class: singlecol
1414

15-
List Ops Manager global alerts.
15+
Retrieves all the global alerts for the specified Ops Manager project.
1616

1717
Syntax
1818
------
@@ -70,4 +70,4 @@ Inherited Options
7070
- false
7171
- Profile to use from your configuration file.
7272

73-
*Auto generated by MongoDB CLI on 29-Jun-2021*
73+
*Auto generated by MongoDB CLI on 8-Jul-2021*

0 commit comments

Comments
 (0)