Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

travis-ci encrypt command is asking for login --pro

Tags:

travis-ci

I am trying to encrypt some signature details using travis cli:

travis encrypt SONATYPE_USERNAME=xxxx

I get an error saying :

not logged in, please run travis login --pro

Is it required to have a pro login to use encrypt? Can I not use org login and use this command?

like image 938
Bharath Avatar asked Apr 13 '16 20:04

Bharath


1 Answers

To encrypt, Travis-CLI will require being logged in first. The --pro flag provided with the help string is a good default (travis.com (paid) users are more likely to use the CLI), but not strictly necessary and can be replaced with --org, which will use the travis.org (free) endpoint.

like image 52
набиячлэвэли Avatar answered Dec 15 '22 11:12

набиячлэвэли