Is there a way to have sign_update just print the generated signature? #2263
Unanswered
tonyarnold
asked this question in
Q&A
Replies: 2 comments
-
Not currently possible, but this could be added if someone wants to make a pull request. It should be an easy addition. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I made a simple enhancement change for it here #2268 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, running the
sign_update
tool prints out the following:This is great for manually generating an appcast XML directly (assuming you're just inserting the output as raw text), but it isn't great if you need those values discretely for other purposes (such as submitting to an API that generates your appcast for you.
I checked the documentation and couldn't find any mention of accessing these values discretely. Is this not possible, or am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions