git_sync
Configure and synchronize cyber range configurations with Git repositories to manage infrastructure as code for security testing environments.
Instructions
Sync range configurations with Git repository.
Args: action: Action to perform (configure, sync, status) repo_url: Git repository URL branch: Git branch to sync with sync_direction: Sync direction (pull, push, bidirectional) credentials: Git credentials (username, password/token) user_id: Optional user ID (admin only)
Returns: Git sync result
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| repo_url | No | ||
| branch | No | main | |
| sync_direction | No | pull | |
| credentials | No | ||
| user_id | No |