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: docs/reference/workflows.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ specify workflow run <source>
13
13
|`-i` / `--input`| Pass workflow inputs/parameters as `key=value` (repeatable); use `key=@path` to read text files |
14
14
|`--input-file`| Load workflow inputs/parameters from a JSON object file; repeatable `--input` values override file values |
15
15
16
-
Runs a workflow from a catalog ID, URL, or local file path. Inputs/parameters declared by the workflow can be provided via `--input` or will be prompted interactively.
16
+
Runs a workflow from an installed workflow ID or a local`.yml`/`.yaml` file path. Inputs/parameters declared by the workflow can be provided via `--input` or will be prompted interactively.
0 commit comments