mirror of
https://github.com/octoleo/restic.git
synced 2024-11-14 17:24:10 +00:00
795d33b3ee
docs: improve the sub-command docs changelog: add the unreleased changelog for the key command updates key: update integration tests
9 lines
402 B
Plaintext
9 lines
402 B
Plaintext
Enhancement: Move key add, list, remove and passwd as separate sub-commands
|
|
|
|
Restic now provides usage documentation for the `key` command. Each sub-command;
|
|
`add`, `list`, `remove` and `passwd` now have their own sub-command 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
|