Rename catalog-zone-gen to catz across codebase
Update binary name, usage strings, generated file headers, tests, and README. The generated BIND config header now includes the install path: go install go.askask.com/catz@latest
This commit is contained in:
10
README.md
10
README.md
@@ -1,4 +1,4 @@
|
||||
# catalog-zone-gen
|
||||
# catz
|
||||
|
||||
Generate RFC 9432 DNS catalog zone files from a declarative input file.
|
||||
|
||||
@@ -10,19 +10,19 @@ serial bump, no file write).
|
||||
## Installation
|
||||
|
||||
```
|
||||
go install catalog-zone-gen@latest
|
||||
go install go.askask.com/catz@latest
|
||||
```
|
||||
|
||||
Or build from source:
|
||||
|
||||
```
|
||||
go build -o catalog-zone-gen .
|
||||
go build -o catz .
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
```
|
||||
catalog-zone-gen [--config path] [--output-dir path] [--bind-conf path] <input-file>
|
||||
catz [--config path] [--output-dir path] [--bind-conf path] <input-file>
|
||||
```
|
||||
|
||||
**Flags:**
|
||||
@@ -180,7 +180,7 @@ master` with their `file` paths from the `file=` input property.
|
||||
**Example output:**
|
||||
|
||||
```
|
||||
# THIS FILE IS GENERATED BY catalog-zone-gen
|
||||
# THIS FILE IS GENERATED BY catz (go install go.askask.com/catz@latest)
|
||||
#=============================================
|
||||
#
|
||||
zone "askask.com" {
|
||||
|
||||
Reference in New Issue
Block a user