When using
doctl apps create-deployment <app id> [flags]
The CLI is "Creating an app deployment will pull the latest changes from your repository and schedule a new deployment". Could you add a feature to specify something other than the latest changes? Something like a Git tag, a Git hash, or a container ID?
Thanks!