Skip to content

Releases: danielmeint/netcup-cli

netcup DNS CLI v0.1.2

29 Jun 17:55

Choose a tag to compare

🎉 netcup DNS CLI - Clean Release

A Python command-line interface for managing DNS records via the netcup DNS API.

Features

Authentication Management: Secure credential storage using system keyring
DNS Zone Info: View zone details, TTL, serial, DNSSEC status
DNS Records: List, add, update, and delete DNS records
Rich Output: Beautiful formatted tables and clear status messages
Debug Mode: Comprehensive debugging for troubleshooting

Installation

pip install netcup-dns-cli

Quick Start

# Authenticate
netcup auth login

# List DNS records
netcup dns records list example.com

# Add a record
netcup dns record add example.com subdomain A 192.168.1.1

API Setup

Follow the official guide: Applying for an API password and API keys

Links