Site logs

The site:logs command allows you to view the logs of a site.

ploi site:logs

View logs for a specific site:

ploi site:logs --server=blue-ocean --site=example.com

View a specific log by ID:

ploi site:logs 123 --server=blue-ocean --site=example.com

Options

OptionDescription
logidOptional log ID to view a specific log entry
--server=The server name or ID
--site=The site domain

Output

When viewing all logs, the output displays a table with:

  • ID
  • Description
  • Type
  • Created At

When viewing a specific log, you'll see the full log content including description, type, and timestamp.