autopkg / gerardkok-recipes

Autopkg recipes
Apache License 2.0
11 stars 33 forks source link

feat: parameterize search URL and pattern for 1Password CLI #234

Closed haircut closed 1 year ago

haircut commented 1 year ago

This PR parameterizes the search URL and regular expression pattern for the 1Password CLI download. This allows users to specify alternate URLs and patterns to download the v2 beta CLI instead of only the v1 release.

For example, the following Input keys will download the latest v2 CLI:

Parameterizing those Inputs with the current values used as processor arguments ensures existing workflows and child recipes do not break. There will be no changes for existing users, and they will continue to download the v1 CLI tool. Only those manually providing alternate URLs and patterns will see a difference.

gerardkok commented 1 year ago

Thanks!