summaryrefslogtreecommitdiff
path: root/src/commands/sentinel-config.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/sentinel-config.json')
-rw-r--r--src/commands/sentinel-config.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/commands/sentinel-config.json b/src/commands/sentinel-config.json
index 02a1f3730..74bcdbd50 100644
--- a/src/commands/sentinel-config.json
+++ b/src/commands/sentinel-config.json
@@ -11,6 +11,36 @@
"ADMIN",
"SENTINEL",
"ONLY_SENTINEL"
+ ],
+ "arguments": [
+ {
+ "name":"set_or_get",
+ "type":"oneof",
+ "arguments":[
+ {
+ "name":"set_param_value",
+ "token":"SET",
+ "type":"block",
+ "multiple":true,
+ "arguments":[
+ {
+ "name":"parameter",
+ "type":"string"
+ },
+ {
+ "name":"value",
+ "type":"string"
+ }
+ ]
+ },
+ {
+ "token":"GET",
+ "multiple":true,
+ "name":"parameter",
+ "type":"string"
+ }
+ ]
+ }
]
}
}