12835bfb8e
Add/fix missing localizations for new SOP commands
2025-06-17 13:45:09 +02:00
7f1c1b1aae
Fix documentation of merge-certs command
2025-06-17 13:45:01 +02:00
f1bdce99cb
Document endOfOptionsDelimiter
2025-06-17 13:45:00 +02:00
4ed326a142
Implement validate-userid command
2025-06-17 13:44:59 +02:00
122cd016a1
Update msg files with input/output information
2025-06-17 13:44:59 +02:00
d6c1330874
Implement certify-userid command
2025-06-17 13:44:59 +02:00
ada77be955
Add support for rendering help info for input and output
2025-06-17 13:44:59 +02:00
84404d629f
Add implementation of merge-certs command
2025-06-17 13:44:58 +02:00
4115a5041d
Add implementation of update-key command
2025-06-17 13:44:58 +02:00
1dcf13244d
Add new exceptions
2025-06-17 13:44:58 +02:00
a8a753536a
Add translations for new hardware exception error messages
2025-01-28 12:33:06 +01:00
547acdb740
Remove label() option from armor() operation
2025-01-28 12:33:05 +01:00
34a05e96a1
Move signature verification operations to sopv interface subset
2024-03-17 18:06:50 +01:00
530c44ad16
Typos and improvements
2023-07-12 14:57:51 +02:00
9ad59abb2a
Improve description of extract-cert
2023-07-12 14:30:45 +02:00
cd2c62ce2b
Improve description of change-key-password
2023-07-12 14:30:23 +02:00
009364b217
Add missing i18n and fix broken strings
2023-07-12 14:17:28 +02:00
d1c614344c
Update i18n
2023-07-12 01:35:25 +02:00
e6393b44b9
Initial implementation of 'revoke-key' command
2023-07-11 22:42:16 +02:00
226b5d99a0
Fix issues with i18n properties
2023-04-26 16:47:53 +02:00
90c77706a8
Add i18n for profile option
2023-04-17 14:44:08 +02:00
f4ff5f89f7
i18n for sop version --sop-spec
2023-04-17 14:44:08 +02:00
5d2f87eb80
msg_sop.properties: Add newline at the end
2023-04-17 13:16:13 +02:00
5935d65c90
Implement profiles
2023-04-14 14:06:34 +02:00
83a003e80f
Add list-profiles command
2023-04-11 15:06:37 +02:00
17b305924c
Throw IncompatibleOptions error for sign --as=clearsigned --no-armor
2023-04-09 19:53:21 +02:00
0ed7163fd5
Fix capitalization of @ENV/@FD descriptions
2022-11-15 21:29:45 +01:00
ed46adbe52
Add resource string for --stacktrace option
2022-11-15 15:49:06 +01:00
4bc45a0692
Add support for using file descriptors as input and output
...
Fixes #12
2022-11-11 15:56:33 +01:00
c32ef9830b
Properly throw CannotDecrypt exception with error message
2022-11-06 14:41:37 +01:00
e75dde1637
Remove colons from error message
2022-11-06 14:40:53 +01:00
e17d4d2efb
Add shared resources to all subcommand bundles
2022-08-04 13:14:21 +02:00
dcb44f96c8
Fix wrongly named resource entries
2022-08-04 12:48:32 +02:00
dc5f11469f
Rename resource bundles and name resources after options/parameters
2022-08-04 12:15:53 +02:00
7de94f1815
Set resource bundle for help command
2022-07-27 14:30:48 +02:00
fa52df385e
Split message resources into separate per-command resource files.
...
Since picocli 4.7.0, subcommands inherit resources from their
parent commands, so we can store shared stuff like error msgs
etc. in the parent (sop) resources file.
This enables us to rename the parent command downstream (e.g. in
pgpainless-cli).
Only the help command breaks when renaming the parent command.
TODO: Fix
2022-07-25 19:15:47 +02:00
86e39809ae
Fix sop.properties sop command header
2022-07-23 01:11:40 +02:00
55673b52a7
Fix typos in i18n
2022-06-19 18:19:23 +02:00
6d5005660c
Fix format strings
2022-06-09 00:46:25 +02:00
4934e472e2
Wip: Refactor command implementation and enable i18n for CLI
2022-06-06 20:06:14 +02:00