It would be great if we could deploy by service name, including the ability to deploy for services that have a common identifier in their name. For example, say a project has two services:
My Service API
My Service Background
It would be nice to be able to run one command to trigger a deploy to both, like:
render deploys create --service-name "My Service *"