Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
We are working on automating some of the admin tasks in Compose projects. One of the road blocks we are facing is the ability to enter the password or bypass the same.
One of the things we tried was the following, however this throws error
echo |ComposeCli.exe connect --url "%env_url%" --username %uname%
We are currently using pyautogui to send the enter keystroke
is there a different way to achieve this?
@ubanerjee The composecli command expects the password from the console (we have to enter it). Connecting with the password using composcli command is not an option - we don't allow this for security reasons.
This is more of a windows question, and you may have to write your own VB or a PowerShell script if you trying to bypass the password.
Hope this helps!
@ubanerjee The composecli command expects the password from the console (we have to enter it). Connecting with the password using composcli command is not an option - we don't allow this for security reasons.
This is more of a windows question, and you may have to write your own VB or a PowerShell script if you trying to bypass the password.
Hope this helps!