package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: May 30, 2024
License: BSD-3-Clause-Clear
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var CLI = &cli.App{
Name: "zonebackup",
Usage: "Export DNS zone files from DNS providers",
Flags: flags,
Action: func(ctx *cli.Context) error {
err := cflare.Collect(ctx.Context, cloudflareToken, outDir)
if err != nil {
return err
}
return nil
},
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.