DopplerHQ / cli

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

[BUG] Doppler setup isn't working. #385

Closed anirudhsama closed 1 year ago

anirudhsama commented 1 year ago

Describe the bug Doppler setup doesn't start interactive flow.

To Reproduce Steps to reproduce the behavior. Please include output from running the command with --debug.

doppler setup --debug
Debug: Using config dir /Users/ani/.doppler
Debug: Using config file /Users/ani/.doppler/.doppler.yaml
Debug: Reading config file
Debug: Retrieving token from system keyring
Debug: Sending anonymous analytics payload: '{"command":"doppler.setup"}'
Debug: Performing HTTP POST to https://cli.doppler.com/v1/analytics
Debug: Retrieving token from system keyring

Expected behavior doppler config should start an interactive wizard asking to select the project and configuration.

Screenshots

CleanShot 2023-04-21 at 16 53 15@2x

Desktop (please complete the following information):

CLI Version: Version 3.57.0

Additional context Add any other context about the problem here.

donjpierce commented 1 year ago

I can confirm I'm experiencing the same thing with v3.57.0. It started happening right after the CLI update.

Piccirello commented 1 year ago

Apologies for this issue. We've released v3.57.1 containing a fix. We're also investigating add automated tests for this functionality to ensure we don't break it again in the future.