dnscontrol/commands
Miguel Bernabeu Diaz d4947fce23 Add --expect-no-changes flag to preview (#449)
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.
2019-02-13 20:11:26 -05:00
..
commands.go Verbose debug logging via the ConsolePrinter and printer package. (#404) 2018-10-08 16:10:44 -04:00
createDomains.go Refactor: Prelink providers to domains (#305) 2018-02-01 11:45:53 -05:00
getCerts.go Abstraction for Certificate Storage (+ vault storage) (#406) 2018-10-08 16:11:19 -04:00
previewPush.go Add --expect-no-changes flag to preview (#449) 2019-02-13 20:11:26 -05:00
printIR.go require() should handle paths as relative (like nodeJS) (#443) 2019-01-29 10:29:00 -05:00