We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write a CLI script in any language (preferrable python, bash, js) that rotates the secrets in a .env file.
It should be generalised enough to work with any .env file, so we can use it for other projects as well.
.env
For example: Providing names of variables for which secrets are to be rotated in the .env file
The text was updated successfully, but these errors were encountered:
I would like to work on this issue.
Sorry, something went wrong.
I believe python would be the best choice to work on the issue. I would love to work on the issue, can you assign this to me
Hey @SanjaySinghRajpoot are you planning to pick this up ?
Completed #50
Thanks closing this :)
No branches or pull requests
Write a CLI script in any language (preferrable python, bash, js) that rotates the secrets in a .env file.
It should be generalised enough to work with any
.env
file, so we can use it for other projects as well.For example: Providing names of variables for which secrets are to be rotated in the
.env
fileThe text was updated successfully, but these errors were encountered: