added blackbox_listadmins, which just displays active admins via cat "$BB_ADMINS"

This commit is contained in:
jonathan vanasco
2016-04-25 12:53:36 -04:00
parent 1b6c6eadc9
commit 435a3c073f
5 changed files with 22 additions and 0 deletions

View File

@@ -88,6 +88,7 @@ Commands:
| `blackbox_postdeploy` | Decrypt all managed files (batch) |
| `blackbox_addadmin` | Add someone to the list of people that can encrypt/decrypt secrets |
| `blackbox_removeadmin` | Remove someone from the list of people that can encrypt/decrypt secrets |
| `blackbox_listadmins` | Display the list of people that can encrypt/decrypt secrets |
| `blackbox_shred_all_files` | Safely delete any decrypted files |
| `blackbox_update_all_files` | Decrypt then re-encrypt all files. Useful after keys are changed |
| `blackbox_whatsnew` | show what has changed in the last commit for a given file |