문제

I've started playing experimenting with cloudcontrol.com. They provide a cli application called cctrlapp for managing projects.

However, many useful operations require a login. It is cumbersome and frustrating to have to put in my email address and password every time I push the current state of my app.

Can ccrtlapp be configured to use stored credentials?

도움이 되었습니까?

해결책

Recommended: We now support authentication via public-keys between CLI and API which is more secure and more convenient. To set it up, simply run:

$ cctrluser setup

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

Alternatively: You can set your credentials via the 'CCTRL_EMAIL' and 'CCTRL_PASSWORD' environment variables. If set, they're automatically used by cctrlapp.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top