Skip to content

Commit a181ea5

Browse files
Project import generated by Copybara. (#674)
GitOrigin-RevId: 770df13ee49ee446adb3089576f3116ed49844ab Co-authored-by: apix-bot[bot] <168195273+apix-bot[bot]@users.noreply.github.com>
1 parent 3394197 commit a181ea5

12 files changed

+15
-590
lines changed

source/command/atlas-deployments-logs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Options
4242
* - --end
4343
- int
4444
- false
45-
- UNIX Epoch-formatted ending date and time for the range of log messages to retrieve. This value defaults to the current timestamp.
45+
- Ending date and time for the range of log messages to retrieve, given in UNIX time. Defaults to the start date plus 24 hours, if the start date is set. If start date is not provided, ending time defaults to the current time.
4646
* - --force
4747
-
4848
- false

source/command/atlas-logs-download.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Options
6868
* - --end
6969
- int
7070
- false
71-
- UNIX Epoch-formatted ending date and time for the range of log messages to retrieve. This value defaults to the current timestamp.
71+
- Ending date and time for the range of log messages to retrieve, given in UNIX time. Defaults to the start date plus 24 hours, if the start date is set. If start date is not provided, ending time defaults to the current time.
7272
* - --force
7373
-
7474
- false

source/command/atlas-organizations-invitations-invite.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ Options
5353
- Type
5454
- Required
5555
- Description
56+
* - -f, --file
57+
- string
58+
- false
59+
- Path to an optional JSON configuration file that defines invitation settings. To learn more about invitation configuration files for the Atlas CLI, see https://XXX.
60+
61+
Mutually exclusive with --role, --teamId.
5662
* - -h, --help
5763
-
5864
- false
@@ -67,13 +73,17 @@ Options
6773
- Output format. Valid values are json, json-path, go-template, or go-template-file. To see the full output, use the -o json option.
6874
* - --role
6975
- strings
70-
- true
76+
- false
7177
- User's roles for the associated organization. Valid values include ORG_OWNER, ORG_MEMBER, ORG_GROUP_CREATOR, ORG_BILLING_ADMIN, and ORG_READ_ONLY.
78+
79+
Mutually exclusive with --file.
7280
* - --teamId
7381
- strings
7482
- false
7583
- Unique 24-digit string that identifies the team.
7684

85+
Mutually exclusive with --file.
86+
7787
Inherited Options
7888
-----------------
7989

source/command/atlas-performanceAdvisor-slowQueryLogs-list.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Options
5252
* - --nLog
5353
- int
5454
- false
55-
- Maximum number of log lines to return, up to a maximum of 20000. This value defaults to 20000.
55+
- Maximum number of log lines to return. This value defaults to 20000.
5656
* - --namespaces
5757
- strings
5858
- false

source/command/atlas-projects-invitations-delete.txt

Lines changed: 0 additions & 102 deletions
This file was deleted.

source/command/atlas-projects-invitations-describe.txt

Lines changed: 0 additions & 103 deletions
This file was deleted.

source/command/atlas-projects-invitations-invite.txt

Lines changed: 0 additions & 110 deletions
This file was deleted.

0 commit comments

Comments
 (0)