-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
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
Add ability to generate secrets only for select environments #48
Conversation
# Conflicts: # spec/models/config_spec.rb
@rogerluan We have implemented the environment selection using the flag Tested the PR for selection of environments and works like a charm ✨ |
Thanks for testing it out @nishchal-v ! 🤗 I've added a new shorthand flag for the I decided to use |
Okay, i understand that, thanks for providing the shorthand flag. Tested the PR for the latest flag change and work fine, I think we are good to go for this PR from the functional point of view. |
I'm merging this in :) Let me know if anyone encounter any issues! |
Description
Resolves #31
Testing
To test this branch, modify your Gemfile as:
And run
bundle install
to apply the changes.Then follow the documentation in the README (you can read the diff in this PR) to generate secrets only for select environments.