phive icon indicating copy to clipboard operation
phive copied to clipboard

Add trust-gpg keys option to the `update` command

Open wannevancamp opened this issue 4 months ago • 1 comments

This PR adds the --trust-gpg-keys option to the update command, bringing feature parity with the install command for GPG key management during updates. This will make it possible to run phive update in the CI/CD.

Example: phive update --trust-gpg-keys 0x1234567890ABCDEF,ABCDEF1234567890

wannevancamp avatar Aug 26 '25 14:08 wannevancamp

Did you actually try this before submitting it? Because it looks like the PR is incomplete: There is no actual implementation, you merely added it to the help output and the context parser. There is not even a means to query the option you added in the accompanying config object.

Did you maybe forget to commit and push those?

theseer avatar Sep 19 '25 21:09 theseer