Skip to content

Commit db23c3e

Browse files
committed
chore: add flag to docs
1 parent 2e50593 commit db23c3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/cli/flow_exec.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ flow exec EXECUTABLE_ID [args...] [flags]
5050
### Options
5151

5252
```
53-
-h, --help help for exec
53+
-h, --help help for exec
54+
-p, --param stringArray Set a parameter value by env key. (i.e. KEY=value) Use multiple times to set multiple parameters.This will override any existing parameter values defined for the executable.
5455
```
5556

5657
### Options inherited from parent commands

0 commit comments

Comments
 (0)