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: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ Parameters can be supplied two ways: as a single JSON document via `--json`, or
98
98
99
99
### Two ways to pass parameters
100
100
101
-
**1. Individual flags (recommended for humans)** — every parameter in the operation's schema is exposed as a `--<param>`flag, with snake_case keys converted to kebab-case (e.g. `select_fields` → `--select-fields`):
101
+
**1. Individual flags (recommended for humans)** — scalar and array parameters in the operation's schema are exposed as `--<param>`flags, with snake_case keys converted to kebab-case (e.g. `select_fields` → `--select-fields`):
Use `@filename` to load JSON from a file: `--json @params.json`. `--json` is the only way to pass nested objects (e.g. the `params` field on `connectors execute`).
125
125
126
-
### Global flags
126
+
### Common flags
127
127
128
128
| Flag | Description | Default |
129
129
| --- | --- | --- |
130
-
|`--json`|Inline JSON parameters (or `@filename` to load from a file). Cannot be combined with per-parameter flags. | -- |
130
+
|`--json`|Operation flag for inline JSON parameters (or `@filename` to load from a file). Cannot be combined with per-parameter flags. | -- |
131
131
|`--format`| Output format: `json` or `table`|`json`|
132
132
|`--describe`| Print the operation's parameter schema and exit |`false`|
133
133
|`--output, -o`| Write output to a file instead of stdout | -- |
0 commit comments