You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But it's failing, most likely due to "Password: " being printed with colors. I tested locally and this WORKS on my machine even without the ANSI colors codes, but not on GitHub Actions' runner. :-(
What I ended up doing, for now (but sucessfully): built the ~/.docker/config.json by hand. For the JWT token, I get it with a cURL request directly to the API. 🤷🏻♂️
Then I can use hub-tool, as it's much easier than talking to the API directly.
Description
Add the ability to pass token/password to hub-tool using CLI switches or environment vars. Other CLI's like
docker
do this for comparison.Do something similar with LastPass's CLI
References
The text was updated successfully, but these errors were encountered: