install_project
Install a Pharo project from a Git repository using Metacello. Specify project name, repository URL, and optional load groups.
Instructions
Install a project using Metacello.
Args: project_name: The name of the project to install repository_url: The repository URL for the project load_groups: Comma-separated list of groups to load (optional)
Returns: dict: API response with success/error and result - Success: {"success": True, "result": str} - result contains installation success message - Error: {"success": False, "error": str} - error contains error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_name | Yes | The name of the project to install | |
| repository_url | Yes | The repository URL for the project | |
| load_groups | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||