infomaniak-cli Updates & Release Notes
8 updates curated from 1 source by the Releasebot Team. Last updated: Aug 7, 2026
- Mar 15, 2026
- Date parsed from source:Mar 15, 2026
- First seen by Releasebot:Aug 7, 2026
infomaniak-cli by peaktwilight
v0.7.0 — DNS Audit, Domain Expiry, Zone Export, Propagation Check
infomaniak-cli adds DNS Audit, domain expiry tracking, BIND zone file export, and DNS propagation checks, with 30+ commands across 10 service groups and 115 tests. It brings stronger DNS diagnostics and domain management tools for everyday admin work.
What's new
DNS Audit — scan for misconfigurations
infomaniak dns auditChecks all domains for: missing SPF, DMARC, DKIM, MX records, multiple SPF records (RFC violation), CNAME at root, and extremely low TTLs. Groups findings by issue type.
Domain expiry tracking
infomaniak domains infomaniak domains --warn 60Lists all domains sorted by expiry date with color-coded warnings for domains expiring soon.
BIND zone file export
infomaniak dns zone example.com infomaniak dns zone example.com -o example.com.zoneGenerates a standard BIND-format zone file — useful for migrations to/from other providers.
DNS propagation check
infomaniak dns propagation example.com infomaniak dns propagation example.com -n www -t CNAMEQueries Google, Cloudflare, Quad9, and OpenDNS to verify DNS propagation. Shows whether all resolvers agree.
Stats
30+ commands across 10 service groups
115 tests (unit + integration)
Install / upgrade
Original sourcepip install --upgrade infomaniak - Mar 15, 2026
- Date parsed from source:Mar 15, 2026
- First seen by Releasebot:Aug 7, 2026
infomaniak-cli by peaktwilight
v0.6.0 — Account, Hosting, Drive, Mail Mailboxes, DNS Search/Backup/Sync
infomaniak-cli adds an account overview, new service commands for hosting, drive, mail and DNS power tools, plus a smoother setup wizard. It also fixes mailbox display, DNS export/import behavior and Python compatibility.
What's new
Account overview
infomaniak account
Shows account name, ID, and product summary grouped by service.
New service commands
infomaniak hosting list # Web hosting services
infomaniak drive list # kDrive instances
infomaniak mail mailboxes <id> # List mailboxes (requires 'mail' scope)
DNS power tools
infomaniak dns search "vercel" # Search across all domains
infomaniak dns backup # Backup all domains at once
infomaniak dns sync example.com desired.json --dry-run # Terraform-style declarative sync
Setup wizard improvements
Now checks which optional scopes (mail, web, drive) are enabled after token validation
Lists both required and optional scopes upfront
Fixes
Fixed mailbox display — uses correct API response fields
Removed phantom priority field from DNS export/import (MX priority is part of the target string)
Fixed Python 3.9–3.11 f-string compatibility
Stats
24 commands across 9 service groups
102 tests (unit + integration)
CI on Python 3.9–3.13
Install / upgrade
pip install --upgrade infomaniak
Original source All of your release notes in one feed
Join Releasebot and get updates from peaktwilight and hundreds of other software products.
- Mar 15, 2026
- Date parsed from source:Mar 15, 2026
- First seen by Releasebot:Aug 7, 2026
infomaniak-cli by peaktwilight
v0.5.0 — Package Restructure, DNS Diff & Clone
infomaniak-cli adds DNS diff and DNS clone tools, plus a config show command, bringing easier record auditing, domain copying, and clearer setup visibility. It also ships a cleaner Python package structure, expanded test coverage, and CI across Python 3.9 to 3.13.
What's new
DNS diff — compare live records against a backup
infomaniak dns diff example.com backup.jsonShows records that exist in the file but not live (+) and vice versa (-). Great for drift detection and auditing.
DNS clone — copy records between domains
infomaniak dns clone source.com target.comCopies all records (except NS/SOA) from one domain to another. Preview before confirming.
Config show
infomaniak config showDisplays current token source, account ID, and config file status.
Package restructure
Proper Python package architecture (infomaniak_cli/ with modules)
89 tests (unit + subprocess integration)
CI running on Python 3.9–3.13Install / upgrade
Original sourcepip install --upgrade infomaniak - Mar 14, 2026
- Date parsed from source:Mar 14, 2026
- First seen by Releasebot:Aug 7, 2026
infomaniak-cli by peaktwilight
v0.4.0 — Products, Mail, Status & DNS Export/Import
infomaniak-cli adds DNS export and import, plus new products and service status commands. It also supports JSON output for read commands, making backups, inventory checks, and status monitoring easier from the CLI.
What's new
DNS export & import
Export all records
Import records from fileinfomaniak dns export example.com infomaniak dns export example.com --format csv --output backup.csvinfomaniak dns import example.com records.jsonProducts listing
infomaniak products infomaniak products --type email_hostingMail hosting
infomaniak mail listService status overview
infomaniak statusShows all products grouped by service with maintenance/locked/operational indicators.
JSON output
Add --json to any read command for machine-readable output:
infomaniak dns domains --json infomaniak products --json infomaniak status --jsonInstall / upgrade
Original sourcepip install --upgrade infomaniak - Mar 13, 2026
- Date parsed from source:Mar 13, 2026
- First seen by Releasebot:Aug 7, 2026
infomaniak-cli by peaktwilight
v0.3.1 — Fix missing accounts scope
infomaniak-cli fixes token requirements with a missing accounts scope and updates setup docs.
Fix
Added missing accounts scope to token requirements. The /1/accounts endpoint requires this scope for token validation and account discovery. Updated setup wizard, README, and .env.example.
Upgrade
Original sourcepip install --upgrade infomaniak Similar to infomaniak-cli with recent updates:
- Postman App updates215 release notes · Latest Sep 2, 2026
- xAI updates126 release notes · Latest Sep 3, 2026
- Gemini updates408 release notes · Latest Sep 4, 2026
- Proton Pass updates37 release notes · Latest Sep 3, 2026
- Safari updates23 release notes · Latest Jul 27, 2026
- iOS updates26 release notes · Latest Jun 9, 2026
- Mar 13, 2026
- Date parsed from source:Mar 13, 2026
- First seen by Releasebot:Aug 7, 2026
infomaniak-cli by peaktwilight
v0.3.0 — Setup Wizard & Colored Output
infomaniak-cli adds interactive setup, colored terminal output, and a secure config system for easier token management.
What's new
Interactive setup
infomaniak setup
Walks you through token creation, validates against the API, saves config to ~/.config/infomaniak/config.ini.
Colored terminal output
Bold headers, colored record types, green/dim status indicators
Auto-disabled when output is piped (safe for scripting)
Config system
Token stored securely in ~/.config/infomaniak/config.ini (600 permissions)
Lookup order: environment variable → config file → .env file
Install / upgrade
pip install --upgrade infomaniak
Original source - Mar 13, 2026
- Date parsed from source:Mar 13, 2026
- First seen by Releasebot:Aug 7, 2026
infomaniak-cli by peaktwilight
v0.2.0 — CLI Restructure
infomaniak-cli renames its main command to infomaniak and reorganizes DNS subcommands for future services.
What's new
- Command renamed from infomaniak-cli to just infomaniak
- Service subcommands — DNS commands now live under infomaniak dns
- Structured for future services (hosting, mail, etc.)
New command format
infomaniak dns domains infomaniak dns records example.com infomaniak dns add example.com A www 93.184.216.34 infomaniak --versionInstall / upgrade
Original sourcepipx install infomaniak # or pip install --upgrade infomaniak - Mar 13, 2026
- Date parsed from source:Mar 13, 2026
- First seen by Releasebot:Aug 7, 2026
infomaniak-cli by peaktwilight
v0.1.0 — Initial Release
infomaniak-cli adds terminal management for Infomaniak domains and DNS records with record checks and account auto-detection.
infomaniak v0.1.0
CLI tool for managing Infomaniak services from the terminal.
Features
- List all domains on your account
- List, filter, and inspect DNS records
- Create, update, and delete records (A, AAAA, CNAME, MX, TXT, SRV, NS, etc.)
- Check if a record resolves correctly on Infomaniak's nameservers
- Auto-detects your account ID
Install
Original sourcepipx install infomaniak # or pip install infomaniak
This is the end. You've seen all the release notes in this feed!
Curated by the Releasebot team
Releasebot is an aggregator of official product update announcements from hundreds of software vendors and thousands of sources.
Our editorial process involves the manual review and audit of release notes procured with the help of automated systems.