From: Fred Morcos Date: Thu, 18 Jul 2024 12:21:37 +0000 (+0200) Subject: Auth: backend-lookup shell completion X-Git-Tag: rec-5.2.0-alpha1~156^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=162400a2f0fd02856f86394604984684a115f7ae;p=thirdparty%2Fpdns.git Auth: backend-lookup shell completion --- diff --git a/contrib/_pdnsutil.zsh_completion b/contrib/_pdnsutil.zsh_completion index f4d406075c..7ab77b5653 100644 --- a/contrib/_pdnsutil.zsh_completion +++ b/contrib/_pdnsutil.zsh_completion @@ -19,6 +19,7 @@ 'list-autoprimaries:List all autoprimaries' 'add-zone-key:Add a ZSK or KSK to zone and specify algo&bits' 'backend-cmd:Perform one or more backend commands' + 'backend-lookup:Perform a backend record filtering lookup' 'b2b-migrate:Move all data from one backend to another' 'bench-db:Bench database backend with queries, one zone per line' 'check-zone:Check a zone for correctness' diff --git a/contrib/pdnsutil.bash_completion.d b/contrib/pdnsutil.bash_completion.d index ad2a8afd56..7395e78879 100644 --- a/contrib/pdnsutil.bash_completion.d +++ b/contrib/pdnsutil.bash_completion.d @@ -15,7 +15,7 @@ have pdnsutil && { _pdnsutil_helper_local_() { local cur prev cmd - local _PDNSUTIL_ALL_CMDS="activate-tsig-key activate-zone-key add-record add-supermaster add-zone-key backend-cmd b2b-migrate bench-db change-slave-zone-master + local _PDNSUTIL_ALL_CMDS="activate-tsig-key activate-zone-key add-record add-supermaster add-zone-key backend-cmd backend-lookup b2b-migrate bench-db change-slave-zone-master check-zone check-all-zones clear-zone create-bind-db create-slave-zone create-zone deactivate-tsig-key deactivate-zone-key delete-rrset delete-tsig-key delete-zone disable-dnssec edit-zone export-zone-dnskey export-zone-key generate-tsig-key generate-zone-key get-meta hash-zone-record increase-serial import-tsig-key import-zone-key load-zone list-algorithms list-keys list-zone list-all-zones