You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{name: "snapshot-include-wp-content",description: "Comma-separated wp-content-relative paths to include in the runtime snapshot. Defaults to all non-excluded paths.",format: "string"},
23
+
{name: "snapshot-exclude-wp-content",description: "Comma-separated wp-content-relative paths to exclude from the runtime snapshot.",format: "string"},
24
+
{name: "snapshot-database-tables",description: "Comma-separated database table base names to include, such as posts,postmeta,options.",format: "string"},
25
+
{name: "snapshot-exclude-database-tables",description: "Comma-separated database table base names to exclude from the runtime snapshot.",format: "string"},
26
+
{name: "snapshot-option-names",description: "Comma-separated option_name values or LIKE patterns using * for the options table.",format: "string"},
27
+
{name: "snapshot-post-types",description: "Comma-separated post types used to scope posts and postmeta table exports.",format: "string"},
{name: "output-dir",description: "Optional package directory relative to the runtime artifact root; defaults to files/replay-package.",format: "relative path"},
72
82
{name: "landing-page",description: "Optional replay landing page recorded in blueprint.after.json.",format: "path"},
73
83
{name: "import-ms",description: "Optional importer duration supplied by the caller so replay export metrics can include the preceding import phase.",format: "non-negative integer"},
84
+
...snapshotScopingAcceptedArgs,
74
85
],
75
86
outputShape: "wp-codebox/wordpress-replay-export/v1 JSON with import/materialization/snapshot/export metrics and manifest, blueprint.after.json, blueprint.after-notes.json, and files/runtime-snapshot.json artifact paths.",
76
87
policyRequirement: "Runtime policy commands must include wordpress.export-replay-package.",
0 commit comments