Skip to content

Commit fa4d187

Browse files
corryrootjwilliams-mongo
authored andcommitted
(DOCSP-18883): Release notes, source constant updates for 1.20.2 (#640)
* (DOCSP-18883): Release notes, source constant updates for 1.20.2 * Set submodule to v1.20.2 * (DOCSP-18883): Updated toc to point to submodule
1 parent 978b28d commit fa4d187

File tree

2 files changed

+94
-1
lines changed

2 files changed

+94
-1
lines changed
Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
.. _mongocli-atlas-accessLists-create:
2+
3+
=================================
4+
mongocli atlas accessLists create
5+
=================================
6+
7+
.. default-domain:: mongodb
8+
9+
.. contents:: On this page
10+
:local:
11+
:backlinks: none
12+
:depth: 1
13+
:class: singlecol
14+
15+
Create an IP access list for your project.
16+
17+
Syntax
18+
------
19+
20+
.. code-block::
21+
22+
mongocli atlas accessLists create <entry> [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+
* - entry
36+
- string
37+
- false
38+
- The IP address, CIDR address, or AWS security group ID of the access list entry to create.
39+
40+
Options
41+
-------
42+
43+
.. list-table::
44+
:header-rows: 1
45+
:widths: 20 10 10 60
46+
47+
* - Name
48+
- Type
49+
- Required
50+
- Description
51+
* - --comment
52+
- string
53+
- false
54+
- Optional description or comment for the entry.
55+
* - --deleteAfter
56+
- string
57+
- false
58+
- ISO-8601-formatted UTC date after which Atlas removes the entry from the entry.
59+
* - -h, --help
60+
-
61+
- false
62+
- help for create
63+
* - -o, --output
64+
- string
65+
- false
66+
- Output format.
67+
Valid values: json|json-path|go-template|go-template-file
68+
* - --projectId
69+
- string
70+
- false
71+
- Project ID to use. Overrides configuration file or environment variable settings.
72+
* - --type
73+
- string
74+
- false
75+
- Type of access list entry.
76+
Valid values: cidrBlock|ipAddress|awsSecurityGroup (default "ipAddress")
77+
78+
Inherited Options
79+
-----------------
80+
81+
.. list-table::
82+
:header-rows: 1
83+
:widths: 20 10 10 60
84+
85+
* - Name
86+
- Type
87+
- Required
88+
- Description
89+
* - -P, --profile
90+
- string
91+
- false
92+
- Profile to use from your configuration file.
93+

submodules/mongocli

0 commit comments

Comments
 (0)