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.
2 parents f7ac5e2 + 22009bf commit 0c17fe3Copy full SHA for 0c17fe3
charon/cmd/cmd_upload.py
@@ -137,13 +137,11 @@
137
)
138
@option("--dryrun", "-n", is_flag=True, default=False)
139
@option(
140
- "--sign_result_loc",
+ "--sign_result_file",
141
"-l",
142
- default="/tmp/sign",
143
help="""
144
- The local save path for oras to pull the radas signature result.
145
- Sign request will use this path to download the signature result,
146
- Upload will use the file on this path to generate the corresponding .asc files
+ The path of the file which contains radas signature result.
+ Upload will use the file to generate the corresponding .asc files
147
""",
148
149
@command()
0 commit comments