Im following the example for “Sharing a config” on the docs page for “Branch Configs”.
I can successfully complete the following commands
doppler configs create dev_stripe_billing
doppler configure set config=dev_stripe_billing
doppler secrets set STRIPE_API_KEY=sk_test_9YxLnoLDdvOPn2dfjBVPB
At this point I can access the key in my application, everythings going great.
But then when I come to the last step:
doppler configs delete dev_stripe_billing
I get the output
Unable to delete config
Doppler Error: You must specify a config
I’ve spent about an hour trying different things to make this command work, but every time it gives me this same mysterious message. I’ve done some googling and can’t find any other instances of this problem so i’m hoping someone here can help me.