[BREAKING] Update wp-cli to 2.0.0 and verify its PGP signature #1014
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
wp_cli_pgp_public_key
must be in binary format, ASCII-armored version wont workBreaking!
wp_cli_version
must be2.0.0
or later because wp cli release page only provides detached signatures since v2.0.0FAQs
Where does
roles/wp-cli/templates/wp-cli.pgp.gpg
come from?The wp cli release team only provides their PGP public keys in ASCII-armored version. We have to "dearmor" it.
See: https://stackoverflow.com/questions/22544441/how-to-convert-a-binary-key-pgp-file-to-an-ascii-armored-file
Why not use a URL as
wp_cli_pgp_public_key
OR keep using checksum hashes?See: