Closed
Description
My Issue/Suggestion
One of the main areas where building LangChain Agents seem like a stronger option compared to using Agents Builder in Automation Cloud is that code is easier to use for proper version control through GitHub and by extension CI/CD through tools like GitHub Actions.
But it seems like the only way to authenticate the publish command is by using a login for a specific user, instead of using External Applications for authentication.
I'd like to see optional parameters for the auth command, to provide the tenant, client id, client secret and application scope as parameters for authentication.
This should be sufficient for being able to perform automatic deployments through GitHub Actions with the tool.