Authentication
Before using the CLI, authenticate with your PreviewProof account.
previewproof loginThis opens a browser window to complete authentication. A token is stored locally for subsequent commands.
API tokens
Section titled “API tokens”For CI/CD environments, generate an API token from the dashboard and set it as an environment variable:
export PREVIEWPROOF_TOKEN=pp_...Full documentation coming soon.