Skip to content

Add CLI to use in any repo #1

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

Merged
merged 6 commits into from
Jun 29, 2020
Merged

Add CLI to use in any repo #1

merged 6 commits into from
Jun 29, 2020

Conversation

marcqualie
Copy link
Collaborator

@marcqualie marcqualie commented Jun 29, 2020

This opens up the tool to be used with any repo/project, rather than just rails.

Usage

diffcrypt decrypt -k $(cat test/fixtures/master.key) test/fixtures/example.yml.enc > tmp/decrypted.yml
diffcrypt encrypt -k $(cat test/fixtures/master.key) test/fixtures/example.yml > tmp/encrypted.yml

@marcqualie marcqualie self-assigned this Jun 29, 2020
@marcqualie marcqualie marked this pull request as ready for review June 29, 2020 23:33
@marcqualie marcqualie merged commit aea8af9 into master Jun 29, 2020
@marcqualie marcqualie deleted the feature/cli branch June 29, 2020 23:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant