ffraenz / private-composer-installer

Composer install helper outsourcing sensitive keys from the package URL into environment variables
MIT License
227 stars 16 forks source link

Add acf_pro_license option to README #28

Closed szepeviktor closed 4 years ago

szepeviktor commented 4 years ago

plus syntax highlight plus more visible double-quotes: "

szepeviktor commented 4 years ago

@ffraenz Because I always forget that option's name!

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 75


Totals Coverage Status
Change from base Build 52: 0.0%
Covered Lines: 82
Relevant Lines: 82

💛 - Coveralls
szepeviktor commented 4 years ago

@jarednova See how @coveralls is growing!

😿

szepeviktor commented 4 years ago

Houston, we've had a problem https://www.youtube.com/watch?v=MdvoA-sjs0A

That option contains a BASE64 encoded serialized mess. In shell:

echo $ACF_OPTION | php -r 'echo unserialize(base64_decode(fgets(STDIN)))["key"]; echo PHP_EOL;'

ps. the key itself is also a BASE64 encoded pipe-separated string

order_id=*****|type=personal|date=2014-07-08 12:04:22

jarednova commented 4 years ago

@szepeviktor yeah, saw you're sternly worded tweet. seemed to get their attention!

ffraenz commented 4 years ago

Hi @szepeviktor! I'd like to send people in the right direction when they are looking for an ACF license key. Because this project is not ACF exclusive I'd like to keep it short, though. Maybe we add a repo wiki page with usage examples where we can elaborate (e.g. including the shell snippet you mentioned) and link to it in the README?

szepeviktor commented 4 years ago

Okay.

szepeviktor commented 4 years ago

Ooops, there is no Wiki.