cmd

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 30, 2024 License: BSD-3-Clause-Clear Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

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
	},
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL