To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorDecryption
Encrypted files can be decrypted with Key:
$ key decrypt input.txt.asc
- Scenarios
-
- Decrypt a file
-
- When
-
I run
bundle exec key decrypt input.txt.asc
- Then
-
gpg --decrypt input.txt.asc
should be run
Last published over 7 years ago by Ariejan de Vroom.