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
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,7 @@ Shellflow also recognizes bounded block directives at the top of a block body:
91
91
-`# @TIMEOUT <seconds>`
92
92
-`# @RETRY <count>`
93
93
-`# @EXPORT NAME=stdout|stderr|output|exit_code`
94
+
-`# @SHELL <shell>` - Specify the shell to use (e.g., `zsh`, `bash`)
94
95
95
96
`<ssh-host>` must match a `Host` entry in your SSH config. Shellflow then connects using that SSH host definition, which means the actual machine can be resolved through the configured `HostName`, `User`, `Port`, and `IdentityFile` values.
0 commit comments