mirror of
https://github.com/octoleo/restic.git
synced 2024-11-22 12:55:18 +00:00
9 lines
375 B
Plaintext
9 lines
375 B
Plaintext
Enhancement: Make `key` command's actions separate sub-commands
|
|
|
|
Each of the `add`, `list`, `remove` and `passwd` actions provided by the `key`
|
|
command is now a separate sub-command and have its own documentation which can
|
|
be invoked using `restic key <add|list|remove|passwd> --help`.
|
|
|
|
https://github.com/restic/restic/issues/4676
|
|
https://github.com/restic/restic/pull/4685
|