Skip to content

Commit 85d4308

Browse files
committed
chore: regenerate the API reference and CLI surface
1 parent 50853b2 commit 85d4308

7 files changed

Lines changed: 38 additions & 14 deletions

File tree

apps/docs/content/docs/en/cli/reference.mdx

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4615,7 +4615,7 @@ Also spelled `sim workflow`.
46154615
Activate Workflow Version (personal API key required)
46164616

46174617
```bash
4618-
sim workflows activate create <workflowId> <version>
4618+
sim workflows activate create <workflowId> <version> [options]
46194619
```
46204620

46214621
**Arguments**
@@ -4629,6 +4629,16 @@ sim workflows activate create <workflowId> <version>
46294629

46304630
</CommandTable>
46314631

4632+
**Options**
4633+
4634+
<CommandTable>
4635+
4636+
| Option | Required | Description |
4637+
| --- | --- | --- |
4638+
| `-y, --yes` | Yes | Confirm this operation. |
4639+
4640+
</CommandTable>
4641+
46324642
### sim workflows operations apply
46334643

46344644
Apply Workflow Operations (personal API key required)

apps/docs/content/docs/en/cli/workflows.mdx

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Every command below also accepts the [global options](/cli/commands#global-optio
1212
## Activate workflow version
1313

1414
```bash
15-
sim workflows activate create <workflowId> <version>
15+
sim workflows activate create <workflowId> <version> [options]
1616
```
1717

1818
Activate Workflow Version (personal API key required)
@@ -28,6 +28,16 @@ Activate Workflow Version (personal API key required)
2828

2929
</CommandTable>
3030

31+
**Options**
32+
33+
<CommandTable>
34+
35+
| Option | Required | Description |
36+
| --- | --- | --- |
37+
| `-y, --yes` | Yes | Confirm this operation. |
38+
39+
</CommandTable>
40+
3141
## Apply workflow operations
3242

3343
```bash

apps/docs/openapi-v2-files-audit.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2098,9 +2098,9 @@
20982098
"name": "parentPath",
20992099
"in": "query",
21002100
"required": false,
2101-
"description": "Restrict results to direct children of this parent path.",
2101+
"description": "Restrict results to direct children of this parent path. A path that names no folder narrows the result to nothing, so the response is an empty page rather than an error.",
21022102
"schema": {
2103-
"description": "Restrict results to direct children of this parent path.",
2103+
"description": "Restrict results to direct children of this parent path. A path that names no folder narrows the result to nothing, so the response is an empty page rather than an error.",
21042104
"$ref": "#/components/schemas/FolderPathInput"
21052105
}
21062106
},

apps/docs/openapi-v2-knowledge.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2718,9 +2718,9 @@
27182718
"name": "parentPath",
27192719
"in": "query",
27202720
"required": false,
2721-
"description": "Restrict results to direct children of this parent path.",
2721+
"description": "Restrict results to direct children of this parent path. A path that names no folder narrows the result to nothing, so the response is an empty page rather than an error.",
27222722
"schema": {
2723-
"description": "Restrict results to direct children of this parent path.",
2723+
"description": "Restrict results to direct children of this parent path. A path that names no folder narrows the result to nothing, so the response is an empty page rather than an error.",
27242724
"$ref": "#/components/schemas/FolderPathInput"
27252725
}
27262726
},

apps/docs/openapi-v2-tables.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3726,9 +3726,9 @@
37263726
"name": "parentPath",
37273727
"in": "query",
37283728
"required": false,
3729-
"description": "Restrict results to direct children of this parent path.",
3729+
"description": "Restrict results to direct children of this parent path. A path that names no folder narrows the result to nothing, so the response is an empty page rather than an error.",
37303730
"schema": {
3731-
"description": "Restrict results to direct children of this parent path.",
3731+
"description": "Restrict results to direct children of this parent path. A path that names no folder narrows the result to nothing, so the response is an empty page rather than an error.",
37323732
"$ref": "#/components/schemas/FolderPathInput"
37333733
}
37343734
},

apps/docs/openapi-v2-workflows.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3206,9 +3206,9 @@
32063206
"name": "parentPath",
32073207
"in": "query",
32083208
"required": false,
3209-
"description": "Restrict results to direct children of this parent path.",
3209+
"description": "Restrict results to direct children of this parent path. A path that names no folder narrows the result to nothing, so the response is an empty page rather than an error.",
32103210
"schema": {
3211-
"description": "Restrict results to direct children of this parent path.",
3211+
"description": "Restrict results to direct children of this parent path. A path that names no folder narrows the result to nothing, so the response is an empty page rather than an error.",
32123212
"$ref": "#/components/schemas/FolderPathInput"
32133213
}
32143214
},

packages/sim-cli/src/generated/v2-api.ts

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11702,7 +11702,8 @@ export const V2_OPERATIONS = {
1170211702
},
1170311703
parentPath: {
1170411704
kind: 'string',
11705-
describe: 'Restrict results to direct children of this parent path.',
11705+
describe:
11706+
'Restrict results to direct children of this parent path. A path that names no folder narrows the result to nothing, so the response is an empty page rather than an error.',
1170611707
},
1170711708
search: {
1170811709
kind: 'string',
@@ -12058,7 +12059,8 @@ export const V2_OPERATIONS = {
1205812059
},
1205912060
parentPath: {
1206012061
kind: 'string',
12061-
describe: 'Restrict results to direct children of this parent path.',
12062+
describe:
12063+
'Restrict results to direct children of this parent path. A path that names no folder narrows the result to nothing, so the response is an empty page rather than an error.',
1206212064
},
1206312065
search: {
1206412066
kind: 'string',
@@ -12444,7 +12446,8 @@ export const V2_OPERATIONS = {
1244412446
},
1244512447
parentPath: {
1244612448
kind: 'string',
12447-
describe: 'Restrict results to direct children of this parent path.',
12449+
describe:
12450+
'Restrict results to direct children of this parent path. A path that names no folder narrows the result to nothing, so the response is an empty page rather than an error.',
1244812451
},
1244912452
search: {
1245012453
kind: 'string',
@@ -12623,7 +12626,8 @@ export const V2_OPERATIONS = {
1262312626
},
1262412627
parentPath: {
1262512628
kind: 'string',
12626-
describe: 'Restrict results to direct children of this parent path.',
12629+
describe:
12630+
'Restrict results to direct children of this parent path. A path that names no folder narrows the result to nothing, so the response is an empty page rather than an error.',
1262712631
},
1262812632
search: {
1262912633
kind: 'string',

0 commit comments

Comments
 (0)