Add blackbox_decrypt_file (#270)
Add a command for decrypting single files. It is currently just an alias for blackbox_edit_start. It is meant to be a more obvious command for decrypting a single file without editing it. Fixes #268
This commit is contained in:
committed by
Tom Limoncelli
parent
dc9fa326f4
commit
9d305233ca
@@ -106,6 +106,7 @@ Commands
|
||||
| `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_file <file>` | Decrypt a file |
|
||||
| `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 |
|
||||
|
||||
Reference in New Issue
Block a user