mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2026-01-01 22:04:55 +08:00
# Issue The "fmt" command doesn't work like Terraform fmt, gofmt, and others. It should: * Default should DTRT: Format the existing dnsconfig.js file in place * Not output a filename if no changes were made * Don't modify the file's timestamp if no changes were made * Accept stdin and stdout # Resolution All that. # Potential breaking change The default for '-o' is now dnsconfig.js instead of stdout. This may break shell scripts that redirect stdout instead of using '-o' to specify an output filename. If you use ">" instead of "-o", please switch to "-o". |
||
|---|---|---|
| .. | ||
| check-creds.md | ||
| colors.md | ||
| creds-json.md | ||
| fmt.md | ||
| get-certs.md | ||
| get-zones.md | ||
| globalflags.md | ||
| preview-push.md | ||