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
|`-i` / `--input`| Pass workflow inputs/parameters as `key=value` (repeatable); use `key=@path`to read text files |
13
+
|`-i` / `--input`| Pass workflow inputs/parameters as `key=value` (repeatable); `key=@path`reads an existing text file, otherwise `@` values stay literal|
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 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.
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 `--input-file`, or will be prompted interactively.
0 commit comments