Trying to filter out only repos that start with name but always got empty collection back. I can see the values there when running without the starts_with
option
aws ecr describe-repositories --query "repositories[?starts_with(repositoryName, 'test') == 'true'].repositoryName"