arvan_git_clone
Clone a Git repository to a specified or temporary directory, returning the checkout path for use with infrastructure-as-code or Kubernetes tools.
Instructions
Clone a repository to dest (defaults to a fresh temp directory).
Returns the checkout path so you can pass it as directory to the IaC
or Kubernetes tools. The path persists for the session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_url | Yes | ||
| dest | No | ||
| branch | No | ||
| depth | No |