diff options
author | lassulus <lassulus@lassul.us> | 2021-03-27 20:25:31 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2021-10-26 13:51:18 +0200 |
commit | d80cb74c7400962b08e77ff06153ace419693505 (patch) | |
tree | 85fec82204487da81f34c94cc62f4bce0403318e /README.md | |
parent | c1b24328c42adc64983c18a718fd0a4cb0b9aeee (diff) |
runShell/writeCommand: add allocateTTY argument
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -185,6 +185,10 @@ pkgs.krops.writeCommand "deploy-with-swap" { [see `writeDeploy`](#writeDeploy) +### `allocateTTY` (optional, defaults to false) + +whether the ssh session should do a pseudo-terminal allocation. +sets `-t` on the ssh command. ## Source Types |