| git_log |
Retrieve the commit history for a repository or branch. |
repo, branch, limit, author |
| git_diff |
Show changes between commits, branches or working tree. |
repo, from, to, path |
| ci_pipeline_status |
Get the status of the latest CI/CD pipeline for a repository. |
repo, branch |
| ci_trigger_pipeline |
Trigger a new CI/CD pipeline run for a given branch. |
repo, branch, variables |
| docker_list_images |
List Docker images in a registry or on the local daemon. |
registry, filter |
| docker_get_logs |
Retrieve recent logs from a running container. |
container, tail, since |