We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--receipt
After building the output:
Write a JSON receipt to PATH with:
PATH
version
${output} --version
algo
hash
date
The text was updated successfully, but these errors were encountered:
Going to skip writing it to some other path for now.
Sorry, something went wrong.
dfd45f6
--receipt PATH
update: docs (#2)
2bc809a
fix: get version for receipt (#2)
e6d6b46
No branches or pull requests
After building the output:
Write a JSON receipt to
PATH
with:version
:${output} --version
stripping away non-version infoalgo
: "sha256"hash
: sha256sum(output)date
: current ISO 8601 timestamp (UTC)The text was updated successfully, but these errors were encountered: