I have some questions using the doppler cli
how can I delete a project?
I tried to delete a project but its shows
Doppler Error: You must specify a project
Here’s my command
doppler projects delete test-project -y
and also I tried
doppler projects delete test-project --project test-project -y
next is
I added a variable using a command with secret referencing but it only applied to one environment
how can I apply it to all just like on the ui that will check only the environment
here’s my command doppler secrets set TEST '${test-project.env.TEST}'