]> git.ipfire.org Git - thirdparty/pdns.git/commit
Overhaul pdnsutil command name parsing again.
authorMiod Vallat <miod.vallat@powerdns.com>
Fri, 20 Jun 2025 09:48:22 +0000 (11:48 +0200)
committerMiod Vallat <miod.vallat@powerdns.com>
Thu, 17 Jul 2025 09:41:31 +0000 (11:41 +0200)
commit74b6125514c1e5e89110cc65453aea331cefab42
treecca5b32b7256debf88ebb56e94d781bf1d53b8f9
parentc78adf4331223f03e3d951066674ceb2501796e0
Overhaul pdnsutil command name parsing again.

We are moving towards a more consistent command naming scheme, where the
general syntax is:
  pdnsutil object-type command args...
where 'object-type' is a noun and 'command' is a verb.

For example, in this new world order, "pdnsutil list-zone" becomes
"pdnsutil zone list", "pdnsutil set-meta" becomes "pdnsutil metadata
set", etc.

The old world order commands are still recognized and their behaviour is
not modified.

Signed-off-by: Miod Vallat <miod.vallat@powerdns.com>
pdns/pdnsutil.cc