📢 uipathcli v2.0 has been released

This looks great! However, I can’t find a good way to configure authentication without going through the interactive configuration triggered by uipath config --auth credentials.

Is there a way to pass the client-id, client-secret and scope directly into the configuration? The use case that immediately comes to mind for me is to setup this CLI in GitHub Actions, configure it directly with provided credentials and then use it for creating queues, triggers and so on in Orchestrator.

Edit: I guess everything I’d want to pass in this way is:

  • Client ID
  • Client Secret
  • Tenant
  • Organization
  • Automation Suite URL (optional)