cli
cli copied to clipboard
Add a feature to encrypt sensitive data
As an automation engeener I want to encrypt sensitive data to securely store it in a repo
I would like to have a feature that encrypts variables of .env file using a password and saves it as a .env.enc file. Furthermore, on qavajs start it should initialize environment variables with values from encrypted file.