summaryrefslogtreecommitdiff
path: root/src/commands/sentinel-simulate-failure.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/sentinel-simulate-failure.json')
-rw-r--r--src/commands/sentinel-simulate-failure.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/commands/sentinel-simulate-failure.json b/src/commands/sentinel-simulate-failure.json
index 85423a2f5..4912a8b70 100644
--- a/src/commands/sentinel-simulate-failure.json
+++ b/src/commands/sentinel-simulate-failure.json
@@ -10,6 +10,28 @@
"ADMIN",
"SENTINEL",
"ONLY_SENTINEL"
+ ],
+ "arguments": [
+ {
+ "name": "mode",
+ "type": "oneof",
+ "optional":true,
+ "multiple":true,
+ "arguments": [
+ {
+ "name": "crash-after-election",
+ "type": "pure-token"
+ },
+ {
+ "name": "crash-after-promotion",
+ "type": "pure-token"
+ },
+ {
+ "name": "help",
+ "type": "pure-token"
+ }
+ ]
+ }
]
}
}