Commit graph

8 commits

Author SHA1 Message Date
Tom Limoncelli
9076f405fd
NEW FEATURE: Make "fmt" more like other formatters (warning: New default for -o) (#3927)
# 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".
2025-12-18 06:41:05 -05:00
Eli Heady
8b73de0765
DOCS: Fix many minor typos (#3752)
Co-authored-by: Tom Limoncelli <6293917+tlimoncelli@users.noreply.github.com>
2025-09-02 11:00:25 -04:00
Tom Limoncelli
a0d04a181a
CHORE: Remove "get-certs" command (#3657) 2025-07-09 14:01:23 -04:00
Tom Limoncelli
c5e9cd1cb4 Revert "Remove docs"
This reverts commit e0e610c6ca.
2025-07-09 13:07:46 -04:00
Tom Limoncelli
50e4bfb4e0 Revert "Remove docs"
This reverts commit 81a916cd5c.
2025-07-09 13:07:31 -04:00
Tom Limoncelli
81a916cd5c Remove docs 2025-07-09 12:58:54 -04:00
Tom Limoncelli
e0e610c6ca Remove docs 2025-07-09 12:55:50 -04:00
Jeffrey Cafferata
e5f4d97950
DOCS: [GitBook] Refactor structure to match URL paths and fix missing page links (#3613) 2025-06-11 16:20:23 -04:00