From eeb758f406f0cc27ab7863dc17eec00c24f2c0b6 Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Wed, 2 Apr 2025 21:41:13 -0500 Subject: T7302: add dry_run field and update branch --- data/vyconf.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'data') 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 { -- cgit v1.2.3