mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-02-25 16:13:04 +08:00
We want to offer a return-code oriented interface to detect changes pending to be applied. The preview command, by default, returns 0 regardless of pending changes. We add a flag, `--expect-no-changes`, that will return non-zero if there are changes pending application, and 0 if there are none. |
||
---|---|---|
.. | ||
commands.go | ||
createDomains.go | ||
getCerts.go | ||
previewPush.go | ||
printIR.go |