clone_project
Clone project configuration including categories and collections from a source project to a target. Choose merge (combine) or replace (overwrite) modes with built-in safeguards.
Instructions
Copy project configuration from one project to another.
Clones categories and collections from source project to target project. Supports merge (combine configs) or replace (overwrite) modes with safeguards.
Arguments
from_project (required): string
Source project name
to_project: any
Target project name (if None, clones to current project)
merge: boolean
If True, merge with existing config; if False, replace
force: boolean
If True, bypass safeguards
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes | Arguments for clone_project tool. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |