dns-cli

command module
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: May 24, 2023 License: MIT Imports: 1 Imported by: 0

README

STACKIT DNS CLI Client

Community Client to interact with the STACKIT DNS API. For early adopters who want to use the Service without the Portal integration yet avaliable.

Feature List

  • Create
    • Create new DNS Zones
    • Create Record Set
  • Get
    • List single DNS Zone by ID
    • List all DNS Zone
    • List all Records
  • Delete
    • Delete DNS Zones
    • Delete Record Set

Options Overview

A command line interface for interacting with the DNS API.

Usage:
  dns [command]

Available Commands:
  completion  Generate the autocompletion script for the specified shell
  configure   Creates the configuration file needed to interact with the DNS API.
  create      Creates, updates and deletes resources for DNS.
  delete      Deletes DNS resources.
  get         Returns resources from DNS Zones.
  help        Help about any command

Flags:
      --authentication-token string   The JWT token for authenticating with the DNS API.
      --dns-api-url string            The url to the DNS API. (default "https://dns.api.stackit.cloud")
  -h, --help                          help for dns
      --project-id string             The project UUID the DNS resources are contained.

Use "dns [command] --help" for more information about a command.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
api
Package api provides primitives to interact with the openapi HTTP API.
Package api provides primitives to interact with the openapi HTTP API.

Jump to

Keyboard shortcuts

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