I am writing a command to do login in jfrog url using jfrog command line interface
Jfrog document states that we need to do the login in the machine and need to save the credentials in the machine
https://jfrog.com/help/r/jfrog-cli/authenticating-with-username-and-password/api-key
but I am not sure that while executing the script it will run on which agent - and it is not possible for me to do the login on every agent
So, I have tried to create a comand having username and password as well as the jfrog url ** jfrog auth login --user= --password= --url=<jfrog_url> ** but the same is not working in the terminal, it is saying jf auth is not a valid command