init_project
Links a local project to a Ploi site by creating a .ploi.json configuration file using the specified domain.
Instructions
Initialize .ploi.json config for a project by searching for a domain. Use when user wants to link a project to a Ploi site.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | The path to the project directory (must be within the project root) | |
| domain | Yes | The domain name of the Ploi site to link | |
| overwrite | No | Overwrite an existing .ploi.json (default false) |