summaryrefslogtreecommitdiffstats
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-03-27 21:16:14 +0100
commit3eda6b34789f6f1841f2753950f3f11bb1abb27f (patch)
tree154ea351ec5c13d3e1631458213cefd9d32db214 /README.md
parentcccebf3ff7a53336b3f106cb96dddd5892d427ed (diff)
runShell/writeCommand: add allocateTTY argumentinteractive
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 6648fa0..9b1e2a8 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