I try to use following command to get list of available devices:
gcloud beta test android devices list
I need it to create testing device matrix YML
config file. I checked it here, but not found right command. I found above command in a tutorial.
Perhaps you're looking for
gcloud firebase test android models list
?