Releases: danielmeint/netcup-cli
Releases · danielmeint/netcup-cli
netcup DNS CLI v0.1.2
🎉 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-cliQuick 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.1API Setup
Follow the official guide: Applying for an API password and API keys
Links
- PyPI Package: https://pypi.org/project/netcup-dns-cli/
- GitHub Repository: https://github.com/danielmeint/netcup-cli