Skip to content

Commit b5a0584

Browse files
Project import generated by Copybara. (#759)
GitOrigin-RevId: b2369f7b224af0528da36ca3213b8ffedce37bc5 Co-authored-by: apix-bot[bot] <168195273+apix-bot[bot]@users.noreply.github.com>
1 parent 145cf79 commit b5a0584

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

source/command/atlas-deployments-search-indexes-create.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,6 @@ Options
101101
-
102102
- false
103103
- Flag that indicates whether to watch the command until it completes its execution or the watch times out. To set the time that the watch times out, use the --watchTimeout option.
104-
* - --watchTimeout
105-
- int
106-
- false
107-
- Time in seconds until a watch times out. After a watch times out, the CLI no longer watches the command.
108104

109105
Inherited Options
110106
-----------------

source/command/atlas-kubernetes-config-generate.txt

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,14 @@ Options
5353
-
5454
- false
5555
- Flag that generates kubernetes secrets with data for projects, users, deployments entities.
56+
* - --independentResources
57+
-
58+
- false
59+
- Flag that makes the generated resources that support independent usage, to use external IDs rather than Kubernetes references.
5660
* - --operatorVersion
5761
- string
5862
- false
59-
- Version of Atlas Kubernetes Operator to generate resources for. This value defaults to "2.4.0".
63+
- Version of Atlas Kubernetes Operator to generate resources for. This value defaults to "2.5.0".
6064
* - --orgId
6165
- string
6266
- false
@@ -96,6 +100,13 @@ Examples
96100
atlas kubernetes config generate --projectId=<projectId>
97101

98102

103+
.. code-block::
104+
:copyable: false
105+
106+
# Export Project, DatabaseUsers, Deployments resources for a specific project, but use external IDs where supported:
107+
atlas kubernetes config generate --projectId=<projectId> --independentResources
108+
109+
99110
.. code-block::
100111
:copyable: false
101112

source/command/atlas-organizations-list.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Options
4444
* - --includeDeleted
4545
-
4646
- false
47-
- Flag that indictaes whether to include deleted organizations in the list. This option applies only to Ops Manager organizations. You can't return deleted Atlas or Cloud Manager organizations.
47+
- Flag that indicates whether to include deleted organizations in the list. This option applies only to Ops Manager organizations. You can't return deleted Atlas or Cloud Manager organizations.
4848
* - --limit
4949
- int
5050
- false

0 commit comments

Comments
 (0)