We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--help
1 parent d4a6866 commit c818b76Copy full SHA for c818b76
README.md
@@ -108,6 +108,7 @@ positional arguments:
108
get-identity-token
109
retrieve and return a Sigstore-compatible OpenID
110
Connect token
111
+ plumbing developer-only plumbing operations
112
113
optional arguments:
114
-h, --help show this help message and exit
sigstore/_cli.py
@@ -424,7 +424,7 @@ def _parser() -> argparse.ArgumentParser:
424
# `sigstore plumbing`
425
plumbing = subcommands.add_parser(
426
"plumbing",
427
- help="Developer-only plumbing operations",
+ help="developer-only plumbing operations",
428
formatter_class=argparse.ArgumentDefaultsHelpFormatter,
429
parents=[parent_parser],
430
)
0 commit comments