Add list admins commandline tool. (#170)

* adding a list_admins command

* updating README and V2 ideas to include list_admins

* fix documentation misses

* add list_admins to the toolchain
This commit is contained in:
Jason Price
2016-10-06 11:26:43 -04:00
committed by Tom Limoncelli
parent 31cf506684
commit 598896ef48
6 changed files with 13 additions and 0 deletions

View File

@@ -84,6 +84,7 @@ Commands:
| `blackbox_register_new_file <file>` | Encrypt a file for the first time |
| `blackbox_deregister_file <file>` | Remove a file from blackbox |
| `blackbox_list_files` | List the files maintained by blackbox |
| `blackbox_list_admins` | List admins currently authorized for blackbox |
| `blackbox_decrypt_all_files` | Decrypt all managed files (INTERACTIVE) |
| `blackbox_postdeploy` | Decrypt all managed files (batch) |
| `blackbox_addadmin <gpg-key>` | Add someone to the list of people that can encrypt/decrypt secrets |