diff options
Diffstat (limited to 'data/vyconf.proto')
-rw-r--r-- | data/vyconf.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/vyconf.proto b/data/vyconf.proto index 09ee685..56875a3 100644 --- a/data/vyconf.proto +++ b/data/vyconf.proto @@ -55,6 +55,7 @@ message Request { optional bool Confirm = 1; optional int32 ConfirmTimeout = 2; optional string Comment = 3; + optional bool DryRun = 4; } message Rollback { |