You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to create a new secret value like terminus secret:site:set <site> <secret-name> <secret-value>, but have an error:
❯ terminus secret:site:set SITE_UUID.dev test_1 val_1
[error] An error happened when trying to set the secret.
[error] Secret 'test_1' does not exist. You should create the default secret value first.
❯ terminus -v
Terminus 3.6.1
I've looked through all the documentation and can't figure out what I missed.
The text was updated successfully, but these errors were encountered:
Hi!
Secrets should exist first at site level (that's what is usually referenced as "default value"). So, you should first set it without specifying the environment; then, you can override the value for whatever environment you need to override
Hi, I'm trying to create a new secret value like
terminus secret:site:set <site> <secret-name> <secret-value>
, but have an error:I've looked through all the documentation and can't figure out what I missed.
The text was updated successfully, but these errors were encountered: