How do I use databricks-cli without manual configuration

User16790091296
Databricks Employee
Databricks Employee

I want to use databricks cli:

databricks clusters list

but this requires a manual step that requires interactive work with the user:

databricks configure --token

Is there a way to use databricks cli without manual intervention so that you can run it as part of a ci/cd pipeline?