Ploi CLI
Ploi CLI

Edit a site

The site:edit command allows you to update the details of an existing site on a specific server. You can modify the domain.

ploi site:edit
bash

You can specify the server and site as well.

ploi site:edit --server=blue-ocean --site=my-site.com
bash
ploi site:edit --server=blue-ocean --site=example.com --domain=domain.com
bash