summaryrefslogtreecommitdiff
path: root/data/vyconf.proto
diff options
context:
space:
mode:
Diffstat (limited to 'data/vyconf.proto')
-rw-r--r--data/vyconf.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/vyconf.proto b/data/vyconf.proto
index a09d84a..56875a3 100644
--- a/data/vyconf.proto
+++ b/data/vyconf.proto
@@ -28,7 +28,6 @@ message Request {
message Set {
repeated string Path = 1;
- optional bool Ephemeral = 3;
}
message Delete {
@@ -56,6 +55,7 @@ message Request {
optional bool Confirm = 1;
optional int32 ConfirmTimeout = 2;
optional string Comment = 3;
+ optional bool DryRun = 4;
}
message Rollback {