Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/docs/content/docs/en/cli/billing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Show billing status and current-period credit usage (credits and storage require
sim billing logs [options]
```

List credit usage events (a personal API key reports only your own events; a workspace API key reports every member's)
List credit usage events (a personal API key reports only your own events; a workspace API key reports every member's in aggregate, unattributed)

**Options**

Expand Down
2 changes: 1 addition & 1 deletion apps/docs/content/docs/en/cli/credentials.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Disconnect Credential (personal API key required)

| Option | Required | Description |
| --- | --- | --- |
| `-y, --yes` | Yes | Confirm this destructive operation. |
| `-y, --yes` | Yes | Confirm this operation. |

</CommandTable>

Expand Down
2 changes: 1 addition & 1 deletion apps/docs/content/docs/en/cli/custom-tools.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ sim custom-tools delete <customToolId> [options]

| Option | Required | Description |
| --- | --- | --- |
| `-y, --yes` | Yes | Confirm this destructive operation. |
| `-y, --yes` | Yes | Confirm this operation. |

</CommandTable>

Expand Down
8 changes: 4 additions & 4 deletions apps/docs/content/docs/en/cli/files.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ sim files batch-delete [options]
| Option | Required | Description |
| --- | --- | --- |
| `--file-ids <value...>` | Yes | File identifiers to update. (space-separated, or @path / @- with one value per line; @@value for a literal leading @). |
| `-y, --yes` | Yes | Confirm this destructive operation. |
| `-y, --yes` | Yes | Confirm this operation. |

</CommandTable>

Expand Down Expand Up @@ -85,7 +85,7 @@ sim files folders delete <path> [options]
| Option | Required | Description |
| --- | --- | --- |
| `--recursive` | No | Delete the folder and its descendants. |
| `-y, --yes` | Yes | Confirm this destructive operation. |
| `-y, --yes` | Yes | Confirm this operation. |

</CommandTable>

Expand Down Expand Up @@ -168,7 +168,7 @@ sim files delete <fileId> [options]

| Option | Required | Description |
| --- | --- | --- |
| `-y, --yes` | Yes | Confirm this destructive operation. |
| `-y, --yes` | Yes | Confirm this operation. |

</CommandTable>

Expand Down Expand Up @@ -377,7 +377,7 @@ sim files unzip <fileId> [options]

| Option | Required | Description |
| --- | --- | --- |
| `-y, --yes` | Yes | Confirm this destructive operation. |
| `-y, --yes` | Yes | Confirm this operation. |

</CommandTable>

Expand Down
22 changes: 11 additions & 11 deletions apps/docs/content/docs/en/cli/knowledge.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Delete Tag (personal API key required)

| Option | Required | Description |
| --- | --- | --- |
| `-y, --yes` | Yes | Confirm this destructive operation. |
| `-y, --yes` | Yes | Confirm this operation. |

</CommandTable>

Expand Down Expand Up @@ -150,7 +150,7 @@ Remove tag definitions no document still uses (personal API key required)
| --- | --- | --- |
| `--unused` | No | Whether to remove only the tag definitions no document in the knowledge base still carries a value for. Defaults to true. Pass --no-unused to delete every definition on the knowledge base, which also clears its slot on every document and chunk and is not recoverable. |
| `--no-unused` | No | Send --unused as false. |
| `-y, --yes` | Yes | Confirm this destructive operation. |
| `-y, --yes` | Yes | Confirm this operation. |

</CommandTable>

Expand Down Expand Up @@ -273,7 +273,7 @@ Enable, disable, or delete many chunks at once (personal API key required)
| --- | --- | --- |
| `--operation <value>` | Yes | What to do with the selected chunks. Accepted values: `enable`, `disable`, `delete`. |
| `--chunk <value...>` | Yes | Chunks to operate on, by identifier. An id naming no chunk in the document is reported in errors and does not fail the request. (space-separated, or @path / @- with one value per line; @@value for a literal leading @). |
| `-y, --yes` | Yes | Confirm this destructive operation. |
| `-y, --yes` | Yes | Confirm this operation. |

</CommandTable>

Expand Down Expand Up @@ -334,7 +334,7 @@ Delete Chunk (personal API key required)

| Option | Required | Description |
| --- | --- | --- |
| `-y, --yes` | Yes | Confirm this destructive operation. |
| `-y, --yes` | Yes | Confirm this operation. |

</CommandTable>

Expand Down Expand Up @@ -477,7 +477,7 @@ sim knowledge documents delete <knowledgeBaseId> <documentId> [options]

| Option | Required | Description |
| --- | --- | --- |
| `-y, --yes` | Yes | Confirm this destructive operation. |
| `-y, --yes` | Yes | Confirm this operation. |

</CommandTable>

Expand Down Expand Up @@ -606,8 +606,8 @@ sim knowledge documents upload <knowledgeBaseId> <path> [options]
| --- | --- | --- |
| `--name <name>` | No | Store it under a different name. |
| `--tag <value...>` | No | Document tags, in tag1 through tag7 order. |
| `--recipe <name>` | No | Document processing recipe. |
| `--lang <code>` | No | Document language code. |
| `--recipe <name>` | No | Document processing recipe. Accepted values: `default`, `plain`, `markdown`, `code`. |
| `--lang <code>` | No | Document language tag: hyphen-separated letter and digit subtags, for example en or en-US. |

</CommandTable>

Expand Down Expand Up @@ -689,7 +689,7 @@ Delete Knowledge Connector (personal API key required)
| --- | --- | --- |
| `--delete-documents` | No | Also permanently delete documents produced by this connector. |
| `--no-delete-documents` | No | Send --delete-documents as false. |
| `-y, --yes` | Yes | Confirm this destructive operation. |
| `-y, --yes` | Yes | Confirm this operation. |

</CommandTable>

Expand Down Expand Up @@ -903,11 +903,11 @@ sim knowledge folders delete <path> [options]
| Option | Required | Description |
| --- | --- | --- |
| `--recursive` | No | Delete the folder and its descendants. |
| `-y, --yes` | Yes | Confirm this destructive operation. |
| `-y, --yes` | Yes | Confirm this operation. |

</CommandTable>

## List folders
## List knowledge folders

```bash
sim knowledge folders list [options]
Expand Down Expand Up @@ -969,7 +969,7 @@ sim knowledge delete <knowledgeBaseId> [options]

| Option | Required | Description |
| --- | --- | --- |
| `-y, --yes` | Yes | Confirm this destructive operation. |
| `-y, --yes` | Yes | Confirm this operation. |

</CommandTable>

Expand Down
2 changes: 1 addition & 1 deletion apps/docs/content/docs/en/cli/logs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ sim logs get <runId> [options]

</CommandTable>

## Summarize run counts, failures, and cost over a window
## Summarize run counts, failures and latency over a window

```bash
sim logs stats [options]
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/content/docs/en/cli/mcp-servers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ sim mcp-servers delete <mcpServerId> [options]

| Option | Required | Description |
| --- | --- | --- |
| `-y, --yes` | Yes | Confirm this destructive operation. |
| `-y, --yes` | Yes | Confirm this operation. |

</CommandTable>

Expand Down
Loading
Loading