DopplerHQ / cli

The official CLI for interacting with your Doppler secrets and configuration.
https://docs.doppler.com
Apache License 2.0
214 stars 43 forks source link

[BUG] Unexpected 404 using CLI install script #372

Closed sjl2 closed 1 year ago

sjl2 commented 1 year ago

Describe the bug We're attempting to download the CLI to use within CI.

To Reproduce

#!/bin/bash -eo pipefail
(curl -Ls https://cli.doppler.com/install.sh || wget -qO- https://cli.doppler.com/install.sh) | sh -s -- --no-install --no-package-manager

Expected behavior It installs successfully.

Screenshots image

Desktop (please complete the following information):

CLI Version: Latest

Additional context This is occurring on many of our CircleCI jobs, preventing us from merging in critical changes.

Piccirello commented 1 year ago

This appears to have been caused by an intermittent GitHub caching issue and should now be resolved.