Gitlab-rake gitlab:satellites:create RAILS_ENV=production - Don't know how to build task 'gitlab:satellites:create'

I have a hook script that relies on the existence of the satellite repository in order create a patch and automatically send it to another location to be applied. Previously when I had issues with the satellite, I could delete it and run “sudo gitlab-rake gitlab:satellites:create RAILS_ENV=production” in order to recreate the satellite. I now get the issues above indicating the task no longer exists.

Has this been replaced with something else?