pgd completion v5.7.0
Warning: You are not reading the most recent version of this documentation.
Documentation improvements are made only to the latest version.
As per semantic versioning, PGD minor releases remain backward compatible and may include important bug fixes and enhancements.
We recommend upgrading the latest minor release as soon as possible.
If you want up-to-date information, read the latest PGD documentation.
Documentation improvements are made only to the latest version.
As per semantic versioning, PGD minor releases remain backward compatible and may include important bug fixes and enhancements.
We recommend upgrading the latest minor release as soon as possible.
If you want up-to-date information, read the latest PGD documentation.
Synopsis
The pgd completion
commands are used to manage the completion settings for the EDB Postgres Distributed CLI.
Syntax
pgd completion <SHELL>
Where <SHELL>
is the shell for which to generate the autocompletion script.
Possible values for shell are bash
, fish
, zsh
and powershell
.
Options
No command specific options. See Global Options.
Example
pgd completion zsh
This command would normally be evaluated as part of a shell session's startup files. It generates a completion script for the Zsh shell and writes it to the standard output. Therfore you would add to your .zshrc
file:
eval "$(pgd completion zsh)"