Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
ubanerjee
Creator
Creator

Compose CLI Password

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? 

Labels (1)
1 Solution

Accepted Solutions
Nanda_Ravindra
Support
Support

@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!

 

View solution in original post

1 Reply
Nanda_Ravindra
Support
Support

@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!