Fingerprint
fingerprint
Update file from
APPLICATION_JSONwith application fingerprint.
Usage
fingerprint [ --help ] [ --handler handler ] [ --verbose ] [ --quiet ] [ --check ] [ --key ]
Update file from APPLICATION_JSON with application fingerprint.
Arguments
--help- Optional. Flag. Display this help.--handler handler- Optional. Function. Use this error handler instead of the default error handler.--verbose- Flag. Optional. Be verbose. Default based on value offingerprintinBUILD_DEBUG.--quiet- Flag. Optional. Be quiet (turns verbose off).--check- Flag. Optional. Check if the fingerprint is up to date and output the current value.--key- String. Optional. Update this key in the JSON file.
Debugging settings
Append to the value of BUILD_DEBUG (a comma-delimited (,) list) and add these tokens to enable debugging:
fingerprint- By default be verbose even if the flag is not specified. (Use--quietto silence if needed)
Return codes
0- Success1- Environment error2- Argument error
Environment
- BUILD_DEBUG - CommaDelimitedList. Constant for turning debugging on during build to find errors in the build scripts. Enable debugging globally in the build scripts. Set to a comma (
,) delimited list string to enable specific debugging, ortruefor ALL debugging,false(or blank) for NO debugging.