Install Project
install_projectInstalls a Smalltalk project by loading it from a repository URL using Metacello, with optional groups and force loading.
Instructions
Install a project using Metacello.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Force load ignoring conflicts, upgrades, and image changes | |
| load_groups | No | Comma-separated list of groups to load (optional) | |
| project_name | Yes | The name of the project to install | |
| repository_url | Yes | The repository URL for the project |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||