aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2021-03-27 20:25:31 +0100
committerlassulus <lassulus@lassul.us>2021-10-26 13:51:18 +0200
commitd80cb74c7400962b08e77ff06153ace419693505 (patch)
tree85fec82204487da81f34c94cc62f4bce0403318e /README.md
parentc1b24328c42adc64983c18a718fd0a4cb0b9aeee (diff)
runShell/writeCommand: add allocateTTY argument
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index d11e315..a412ee1 100644
--- a/README.md
+++ b/README.md
@@ -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