dns

package
v0.18.3-0...-c90ca1e Latest Latest
Warning

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

Go to latest
Published: Oct 21, 2019 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AddCmd = &cobra.Command{
	Use:   "add [local|dry-run] <hostname>",
	Short: "Adds dns entries",
	Long:  ``,

	Run: addFn,
}

AddCmd ...

View Source
var ListCmd = &cobra.Command{
	Use:   "ls [local|dry-run]",
	Short: "list dns entries",
	Long:  ``,

	Run: listFn,
}

ListCmd ...

View Source
var RemoveAllCmd = &cobra.Command{
	Use:    "rm-all [local|dry-run]",
	Short:  "remove all dns entries",
	Long:   ``,
	Run:    removeAllFn,
	Hidden: true,
}

RemoveAllCmd ...

View Source
var RemoveCmd = &cobra.Command{
	Use:   "rm [local|dry-run] <hostname>",
	Short: "Remove dns entries",
	Long:  ``,

	Run: removeFn,
}

RemoveCmd ...

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