DopplerHQ / cli

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

chore: publish CLI packages to Cloudsmith #200

Closed Piccirello closed 3 years ago

Piccirello commented 3 years ago

We previously used bintray, which is shutting down.

Game plan:

  1. Merge this PR
  2. Publish new CLI release v3.24.1 to Cloudsmith (will be same code as Bintray's v3.24.0)
  3. Notify customers w/ migration steps

Migration for existing users:

deb:

  1. Remove old repo: sudo rm /etc/apt/sources.list.d/dopplerhq-doppler.list
  2. Update package list: sudo apt-get update
  3. Follow new instructions

rpm:

  1. Remove old repo: /etc/yum.repos.d/bintray-dopplerhq-doppler.repo
  2. Update packages list: sudo yum update
  3. Follow new instructions

Closes DPLR-1580, closes DPLR-2039