diff options
author | Daniil Baturin <daniil@vyos.io> | 2025-04-08 15:09:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-08 15:09:45 +0100 |
commit | 61566db58d2b5f8eacbd1564ba1ae0690ac4b1f6 (patch) | |
tree | 47ccceb8e72c4a02ceb282a0c5db7e06c93baaf8 /data | |
parent | 0fb5e2f781725196ae010cf64e4d185a8f5ce721 (diff) | |
parent | eeb758f406f0cc27ab7863dc17eec00c24f2c0b6 (diff) | |
download | vyconf-61566db58d2b5f8eacbd1564ba1ae0690ac4b1f6.tar.gz vyconf-61566db58d2b5f8eacbd1564ba1ae0690ac4b1f6.zip |
Merge pull request #19 from jestabro/commit-dry-run
T7302: add backend support for commit dry-run
Diffstat (limited to 'data')
-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 { |