Document std(err|out)_file param.
This commit is contained in:
parent
fd845be260
commit
5966744e34
1 changed files with 2 additions and 0 deletions
|
@ -56,3 +56,5 @@ Push all configured files to the server and run the specified command afterwards
|
|||
|
||||
- workdir: *Optional*. *Default* `$HOME`. The remote directory to use as `cwd` when running commands.
|
||||
- command: *Optional*. *Default* `[true]`. A command to execute on the remote, given as list.
|
||||
- stderr_file: *Optional*. *Default* `-`. A file on the remote which should contain the stderr of the command. If `-` is given it will be redirected to stderr and available in concourse.
|
||||
- stdout_file: *Optional*. *Default* `-`. See `stderr_file` for more info. `stderr_file` and `stdout_file` can be the same.
|
||||
|
|
Loading…
Reference in a new issue