aboutsummaryrefslogtreecommitdiff
path: root/interface
diff options
context:
space:
mode:
authornotgne22020-10-13 19:06:40 -0700
committernotgne22020-10-13 19:06:40 -0700
commitea717911bac5ff29d730d80d4b774fe17ed1e851 (patch)
tree560b1b66fe9109c5781ecf2ad5f2637939163922 /interface
parent3bd43f92e6c59f65b6120886c4ee75b6a9391522 (diff)
Clean up some CLI arguments, make magic rollback optional
Diffstat (limited to 'interface')
-rw-r--r--interface/deploy.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/interface/deploy.json b/interface/deploy.json
index 19da486..93bacb8 100644
--- a/interface/deploy.json
+++ b/interface/deploy.json
@@ -23,6 +23,15 @@
},
"autoRollback": {
"type": "boolean"
+ },
+ "magicRollback": {
+ "type": "boolean"
+ },
+ "confirmTimeout": {
+ "type": "int"
+ },
+ "tempPath": {
+ "type": "integer"
}
}
},