Installing PGD CLI on macOS v5

PGD CLI is available for macOS as a Homebrew formula. To install it, run the following commands:

brew tap enterprisedb/tap
brew install pgd-cli

To verify the installation, run:

pgd --version

Next: Using PGD CLI