cloudcontrol - How can I use cctrlapp without constantly entering credentials? -


i've started playing experimenting cloudcontrol.com. provide cli application called cctrlapp managing projects.

however, many useful operations require login. cumbersome , frustrating have put in email address , password every time push current state of app.

can ccrtlapp configured use stored credentials?

recommended: support authentication via public-keys between cli , api more secure , more convenient. set up, run:

$ cctrluser setup 

read more here: http://www.paasfinder.com/introducing-public-key-authentication-for-cli-and-api/

alternatively: can set credentials via 'cctrl_email' , 'cctrl_password' environment variables. if set, they're automatically used cctrlapp.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -