Installation
The Dipole CLI enables programmatic credential retrieval for CI/CD pipelines and serverless environments where the Agent Proxy is not deployed.
Download
Section titled “Download”# Linux amd64curl -Lo dipole https://releases.dipolehq.com/cli/latest/dipole-linux-amd64chmod +x dipolesudo mv dipole /usr/local/bin/
# macOS arm64curl -Lo dipole https://releases.dipolehq.com/cli/latest/dipole-darwin-arm64chmod +x dipolesudo mv dipole /usr/local/bin/Verify Installation
Section titled “Verify Installation”dipole --versionAuthentication
Section titled “Authentication”The CLI authenticates using OIDC tokens from your CI/CD platform (GitHub Actions, GitLab CI, etc.) rather than stored credentials.