Install the Passport CLI

Beta

Install the Passport CLI to connect your machine to the Passport Proxy and send authenticated API requests from the terminal.

Install the Passport CLI

Download the Passport CLI package:

curl -fL -o ~/Downloads/passport.pkg "https://dl-passport.pstmn.io/download/version/0.5.6-canary-260827-074256/osx_$([ "$(uname -m)" = arm64 ] && echo arm64 || echo 64)?channel=canary"

Install the package:

sudo installer -pkg ~/Downloads/passport.pkg -target /

Verify the installation

Confirm the CLI installed correctly by checking the version:

passport --version