git_clone
Clones a remote git repository into VBS_WORKSPACE_DIR to make it discoverable by list_repos for the VBS setup flow.
Instructions
Clone a git remote into VBS_WORKSPACE_DIR so it's discoverable by list_repos. Used by /link's VBS setup flow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| destName | Yes | Destination folder name under VBS_WORKSPACE_DIR | |
| remoteUrl | Yes | Git remote URL to clone |