You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/docs/content/docs/cli/audit-logs.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Every command below also accepts the [global options](/cli/commands#global-optio
15
15
sim audit-logs get <auditLogId> [options]
16
16
```
17
17
18
-
Get Audit Log (personal API key required)
18
+
Get Audit Log (OAuth login or personal API key required)
19
19
20
20
**Arguments**
21
21
@@ -33,7 +33,7 @@ Get Audit Log (personal API key required)
33
33
34
34
| Option | Required | Description |
35
35
| --- | --- | --- |
36
-
|`--organization <value>`| No | Organization ID; defaults to your only organization, and is required when your account belongs to more than one (personal API key required). |
36
+
|`--organization <value>`| No | Organization ID; defaults to your only organization, and is required when your account belongs to more than one (OAuth login or personal API key required). |
37
37
38
38
</CommandTable>
39
39
@@ -43,7 +43,7 @@ Get Audit Log (personal API key required)
43
43
sim audit-logs list [options]
44
44
```
45
45
46
-
List Audit Logs (personal API key required)
46
+
List Audit Logs (OAuth login or personal API key required)
47
47
48
48
**Options**
49
49
@@ -59,8 +59,8 @@ List Audit Logs (personal API key required)
59
59
|`--include-departed`| No | Include actions by users who have left the organization. |
60
60
|`--no-include-departed`| No | Send --include-departed as false. |
61
61
|`--limit <n>`| No | Maximum items to return (0 for everything). Defaults to `100`. |
62
-
|`--organization <value>`| No | Organization ID; defaults to your only organization, and is required when your account belongs to more than one (personal API key required). |
62
+
|`--organization <value>`| No | Organization ID; defaults to your only organization, and is required when your account belongs to more than one (OAuth login or personal API key required). |
63
63
|`--actor-email <value>`| No | Filter by actor email address. |
64
-
|`--all-workspaces`| No | Do not filter to the configured workspace (personal API key required for account-wide access). |
64
+
|`--all-workspaces`| No | Do not filter to the configured workspace (OAuth login or personal API key required for account-wide access). |
Copy file name to clipboardExpand all lines: apps/docs/content/docs/cli/billing.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,15 +13,15 @@ Every command below also accepts the [global options](/cli/commands#global-optio
13
13
sim billing status [options]
14
14
```
15
15
16
-
Show billing status and current-period credit usage (credits and storage require a personal API key)
16
+
Show billing status and current-period credit usage (credits and storage require an OAuth login or personal API key)
17
17
18
18
**Options**
19
19
20
20
<CommandTable>
21
21
22
22
| Option | Required | Description |
23
23
| --- | --- | --- |
24
-
|`--all-workspaces`| No | Do not filter to the configured workspace (personal API key required for account-wide access). |
24
+
|`--all-workspaces`| No | Do not filter to the configured workspace (OAuth login or personal API key required for account-wide access). |
25
25
26
26
</CommandTable>
27
27
@@ -31,7 +31,7 @@ Show billing status and current-period credit usage (credits and storage require
31
31
sim billing logs [options]
32
32
```
33
33
34
-
List credit usage events (a personal API key reports only your own events; a workspace API key reports every member's in aggregate, unattributed)
34
+
List credit usage events (an OAuth login or personal API key reports only your events; a workspace API key reports every member's in aggregate, unattributed)
35
35
36
36
**Options**
37
37
@@ -44,6 +44,6 @@ List credit usage events (a personal API key reports only your own events; a wor
44
44
|`--start-date <value>`| No | Custom period start (ISO 8601). |
45
45
|`--end-date <value>`| No | Custom period end (ISO 8601). |
46
46
|`--limit <n>`| No | Maximum items to return (0 for everything). Defaults to `100`. |
47
-
|`--all-workspaces`| No | Do not filter to the configured workspace (personal API key required for account-wide access). |
47
+
|`--all-workspaces`| No | Do not filter to the configured workspace (OAuth login or personal API key required for account-wide access). |
0 commit comments