pwmckenna / node-travis-encrypt

node module to encrypt environment variables for travis-ci
npmjs.org/package/travis-encrypt
46 stars 12 forks source link

-a does not work but --add does #22

Closed MoOx closed 8 years ago

MoOx commented 8 years ago
~/Sync/Development/statinamic master* ⇣
❯ travis-encrypt -a -r MoOx/statinamic GITHUB_TOKEN=b...LALALA...7
# GITHUB_TOKEN
Rru/KR1...LALALA...2mA/760=

~/Sync/Development/statinamic master* ⇣
❯ travis-encrypt --add --repo MoOx/statinamic GITHUB_TOKEN=b...LALALA...7
Wrote 1 blob(s) to .travis.yml

Is this on purpose?

rexxars commented 8 years ago

No, this was a bug. Fixed and released as 2.1.1. Thanks for bringing this to our attention!

MoOx commented 8 years ago

Thanks!