Add a "key change-passphrase" action to change the passphrase protecting a repository key (#911).
This commit is contained in:
@@ -14,7 +14,7 @@ def test_schema_line_length_stays_under_limit():
|
||||
assert len(line.rstrip('\n')) <= MAXIMUM_LINE_LENGTH
|
||||
|
||||
|
||||
ACTIONS_MODULE_NAMES_TO_OMIT = {'arguments', 'export_key', 'json'}
|
||||
ACTIONS_MODULE_NAMES_TO_OMIT = {'arguments', 'change_passphrase', 'export_key', 'json'}
|
||||
ACTIONS_MODULE_NAMES_TO_ADD = {'key', 'umount'}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user