Guild --remote option not recognized

I’m running Guild AI 0.7.3 and following the instructions for remote running Remotes I run the command to check everything is set up correctly

guild --remote dev check

guild: unrecognized option ‘–remote’
Try ‘guild --help’ for more information.

I have configured my remote and can access it using ssh, my ~/.guild/config.yml looks like this.

remotes:
    dev:
      type: ssh
      description: DSVM on Azure for development
      host: dl

Is the tutorial outdated? Should I be able to run things remotely?

Wow that example is totally wrong, sorry about that! This is what you want.

guild check --remote dev

I’ll fix those docs ASAP.