add role diff (#26)

This commit is contained in:
T. von Dein
2026-06-03 08:47:54 +02:00
parent 0696095bb0
commit 18af1b6073
5 changed files with 425 additions and 7 deletions

View File

@@ -34,7 +34,7 @@ import (
)
const (
Version string = `v0.0.15`
Version string = `v0.0.16`
)
var (
@@ -76,6 +76,10 @@ type Config struct {
Force bool // ccr follower renew: -f
HaveJQ bool // determined at runtime by ourselfes
DebugHTTP bool // root: --debug-http
Separator string // role diff: -s
NotDeployed bool // role diff: -n
Undefined bool // role diff: -u
Diff bool // role diff: -D
}
func NewConfig() *Config {