Closed joshuachough closed 3 years ago
Please re-run the command with the --debug
flag and share the output here.
doppler update --debug
Please re-run the command with the
--debug
flag and share the output here.doppler update --debug
When I ran the command with the --debug
flag it output
itsjoshthedeveloper@chough:~/coursetable$ doppler update --debug
Debug: Using config file /home/itsjoshthedeveloper/.doppler/.doppler.yaml
Debug: Reading config file
Debug: Checking for latest version of the CLI
Debug: Performing HTTP GET to https://api.github.com/repos/DopplerHQ/cli/releases/latest
Updating...
Debug: Performing HTTP GET to https://cli.doppler.com/install.sh
Debug: Writing to temp file /home/itsjoshthedeveloper/.install.sh.424238512
Debug: Executing install script
Debug: Executing "/home/itsjoshthedeveloper/.install.sh.424238512 --debug"
DEBUG: Detected OS 'linux'
DEBUG: Detected architecture 'amd64'
DEBUG: Detected format 'deb'
DEBUG: Checking for gpg binary
DEBUG: Using temp directory /home/itsjoshthedeveloper/.tmp.vqHXYQZe
Downloading Doppler CLI
DEBUG: Using /usr/bin/curl for requests
DEBUG: Downloading binary from https://cli.doppler.com/download?os=linux&arch=amd64&format=deb
DEBUG: Downloaded CLI v3.24.3
DEBUG: Downloading binary signature from https://cli.doppler.com/download/signature?os=linux&arch=amd64&format=deb
DEBUG: Downloading public key from https://cli.doppler.com/keys/public
DEBUG: Verifying GPG signature
DEBUG: Signature successfully verified!
Installing...
dpkg: error: requested operation requires superuser privilege
ERROR: script failed during execution
DEBUG: Removing temp directory
Unable to install the latest Doppler CLI
Doppler Error: exit status 2
I tried it again with sudo doppler update
and it worked!
Describe the bug I can't update to the latest Doppler CLI.
To Reproduce Steps to reproduce the behavior. Please include output from running the command with
--debug
.doppler update
? Install Doppler CLI v3.24.3 (Y/n)
, typey
Expected behavior I expect it to update the Doppler CLI.
Screenshots
Desktop (please complete the following information):
CLI Version: Version 3.23.2
Additional context No idea why this is happening. What does exit status 2 mean?