dnsdomains

package
v1.2.43-rc3 Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Cmd = &cobra.Command{
	Use:     "dns-domain ID",
	Aliases: []string{"dnsdomain"},
	Short:   "Delete DNS domain",
	Long:    "Delete a specific DNS domain.",
	Example: `  # Delete a DNS domain with ID github-1
  rosa delete dns-domain github-1`,
	Run: run,
	Args: func(_ *cobra.Command, argv []string) error {
		if len(argv) != 1 {
			return fmt.Errorf(
				"Expected exactly one command line parameter containing the ID of the DNS domain",
			)
		}
		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