ecp_apps_create_from_git
Clone a Git repository to create a new app. Specify repo via connected account or URL; the clone starts in the background, so verify files later.
Instructions
Create an app by cloning a git repo. Either set provider+repo_full_name (clone via a connected git account, see ecp_git_* tools) or repo_url (+ optional repo_username/repo_password for a private repo). Note: the clone runs in the background - this tool returns once the clone STARTS, not once it finishes. For a large repo, check ecp_apps_directory_tree afterward before assuming the files are all there.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | No | ||
| app_dir | Yes | ||
| app_name | Yes | ||
| provider | No | ||
| repo_url | No | ||
| deploy_type | No | ||
| repo_password | No | ||
| repo_username | No | ||
| repo_full_name | No |