We can push changes by issuing:
realm-cli push --remote="<<realm-app-id>>" -y
But is there a way to give name to the resulting deployment?
We can name deployments in the Deployment tab manually, GitHub integration will name deployments by commit messages but realm-cli push
deployments have meaningless ids. I searched through the command options and didn’t find any suitable option.