Skip to content

plm integrations

plm integrations

Integrations: scheduled reports + webhooks

Usage

Terminal window
plm integrations

Subcommands

Agent-readable summary
{
"command": "plm integrations",
"description": "Integrations: scheduled reports + webhooks",
"arguments": [],
"options": [],
"subcommands": [
"scheduled-reports",
"cron-templates",
"webhooks",
"admin"
]
}

plm integrations scheduled-reports

Scheduled reports

Usage

Terminal window
plm integrations scheduled-reports

Subcommands

Agent-readable summary
{
"command": "plm integrations scheduled-reports",
"description": "Scheduled reports",
"arguments": [],
"options": [],
"subcommands": [
"list",
"create",
"update",
"delete"
]
}

plm integrations scheduled-reports list

Usage

Terminal window
plm integrations scheduled-reports list

Options

  • --format <fmt> — output format (default: "json")
Agent-readable summary
{
"command": "plm integrations scheduled-reports list",
"description": null,
"arguments": [],
"options": [
{
"flags": "--format <fmt>",
"description": "output format",
"required": false,
"default": "json"
}
],
"subcommands": []
}

plm integrations scheduled-reports create

Usage

Terminal window
plm integrations scheduled-reports create

Options

  • --file <path>
Agent-readable summary
{
"command": "plm integrations scheduled-reports create",
"description": null,
"arguments": [],
"options": [
{
"flags": "--file <path>",
"description": "",
"required": false,
"default": null
}
],
"subcommands": []
}

plm integrations scheduled-reports update

Usage

Terminal window
plm integrations scheduled-reports update <id>

Options

  • --file <path>
Agent-readable summary
{
"command": "plm integrations scheduled-reports update",
"description": null,
"arguments": [
{
"name": "id",
"required": true,
"variadic": false,
"description": ""
}
],
"options": [
{
"flags": "--file <path>",
"description": "",
"required": false,
"default": null
}
],
"subcommands": []
}

plm integrations scheduled-reports delete

Usage

Terminal window
plm integrations scheduled-reports delete <id>

Options

  • --format <fmt> — output format (default: "json")
Agent-readable summary
{
"command": "plm integrations scheduled-reports delete",
"description": null,
"arguments": [
{
"name": "id",
"required": true,
"variadic": false,
"description": ""
}
],
"options": [
{
"flags": "--format <fmt>",
"description": "output format",
"required": false,
"default": "json"
}
],
"subcommands": []
}

plm integrations cron-templates

Usage

Terminal window
plm integrations cron-templates

Options

  • --format <fmt> — output format (default: "json")
Agent-readable summary
{
"command": "plm integrations cron-templates",
"description": null,
"arguments": [],
"options": [
{
"flags": "--format <fmt>",
"description": "output format",
"required": false,
"default": "json"
}
],
"subcommands": []
}

plm integrations webhooks

Webhooks

Usage

Terminal window
plm integrations webhooks

Subcommands

Agent-readable summary
{
"command": "plm integrations webhooks",
"description": "Webhooks",
"arguments": [],
"options": [],
"subcommands": [
"list",
"create",
"delete",
"test"
]
}

plm integrations webhooks list

Usage

Terminal window
plm integrations webhooks list

Options

  • --format <fmt> — output format (default: "json")
Agent-readable summary
{
"command": "plm integrations webhooks list",
"description": null,
"arguments": [],
"options": [
{
"flags": "--format <fmt>",
"description": "output format",
"required": false,
"default": "json"
}
],
"subcommands": []
}

plm integrations webhooks create

Usage

Terminal window
plm integrations webhooks create

Options

  • --file <path>
Agent-readable summary
{
"command": "plm integrations webhooks create",
"description": null,
"arguments": [],
"options": [
{
"flags": "--file <path>",
"description": "",
"required": false,
"default": null
}
],
"subcommands": []
}

plm integrations webhooks delete

Usage

Terminal window
plm integrations webhooks delete

Options

  • --file <path>
Agent-readable summary
{
"command": "plm integrations webhooks delete",
"description": null,
"arguments": [],
"options": [
{
"flags": "--file <path>",
"description": "",
"required": false,
"default": null
}
],
"subcommands": []
}

plm integrations webhooks test

Usage

Terminal window
plm integrations webhooks test

Options

  • --file <path>
Agent-readable summary
{
"command": "plm integrations webhooks test",
"description": null,
"arguments": [],
"options": [
{
"flags": "--file <path>",
"description": "",
"required": false,
"default": null
}
],
"subcommands": []
}

plm integrations admin

Integration admin operations

Usage

Terminal window
plm integrations admin

Subcommands

Agent-readable summary
{
"command": "plm integrations admin",
"description": "Integration admin operations",
"arguments": [],
"options": [],
"subcommands": [
"cleanup-reports",
"stats"
]
}

plm integrations admin cleanup-reports

Usage

Terminal window
plm integrations admin cleanup-reports

Options

  • --file <path>
Agent-readable summary
{
"command": "plm integrations admin cleanup-reports",
"description": null,
"arguments": [],
"options": [
{
"flags": "--file <path>",
"description": "",
"required": false,
"default": null
}
],
"subcommands": []
}

plm integrations admin stats

Usage

Terminal window
plm integrations admin stats

Options

  • --format <fmt> — output format (default: "json")
Agent-readable summary
{
"command": "plm integrations admin stats",
"description": null,
"arguments": [],
"options": [
{
"flags": "--format <fmt>",
"description": "output format",
"required": false,
"default": "json"
}
],
"subcommands": []
}