I have a wp-cli.yml file that defines an alias for a remote host: @origin: ssh: myserver.example.com path: /path/to/htdocs This would normally allow me to use wp @origin command to...
  • May 25, 2022
  • 0 Comments
I know I can get a site list with wp site list –path=”$pathtowordpress” What I want to do though is get one site’s ID by knowing only it’s url....
  • May 25, 2022
  • 0 Comments