Start managing and syncing your secrets in 4 minutes.
Set your secrets
List your secrets
Get your secret
DB_PASSWORD
from locally saved key-value pairs.Consume your secret
Example
test.sh
.chmod +x test.sh
-e
or --env
.prod
environment that is created for your every envsecrets project.Login
Initalize the project directory
Set your secrets
prod
environment.List your secrets
prod
environment and help you validate that your key-value pair indeed got set.--version
flag to modify which version to list the secrets for.envs export
Get your secret
DB_PASSWORD
in the latest secret version of your remote prod
environment.--version
flag to modify which version to get the value from.Consume your secret
Example
test.sh
.chmod +x test.sh
prod
environment.
You can now access your secrets natively in your code.--version
flag to modify which version to get the values from.From the UI
From the CLI
envs sync --env [name-of-your-remote-environment]