Add support for using the commands outside of a repo.

This commit is contained in:
tlimoncelli@stackexchange.com
2015-05-01 15:44:09 +00:00
parent ba503c33a4
commit 4a5787cad8
3 changed files with 80 additions and 2 deletions

View File

@@ -118,6 +118,7 @@ It has been tested to work with many operating systems.
* `hg` -- Mercurial
* `svn` -- SubVersion (Thanks, Ben Drasin!)
* `p4` -- Perforce
* none -- The files can be decrypted outside of a repo if the keyrings directory is intact
* Operating system
* CentOS / RedHat
* MacOS X
@@ -616,6 +617,21 @@ rm -rf /tmp/NEWMASTER
Also shred any other temporary files you may have made.
Using Blackbox without a repo
===========================
If the files are copied out of a repo they can still be decrypted
and edited. Obviously edits, changes to keys, and such will be lost
if they are made outside the repo. Also note that commands are most
likely to only work if run from the base directory (i.e. the parent to
the keyrings directory).
The following commands have been tested outside a repo:
* `blackbox_postdeploy`
* `blackbox_edit_start`
* `blackbox_edit_end`
Help out: Submit bugs, pull requests and ideas:
============