Check the configured Git repository state for Watch script sync.
curl http://localhost:8081/git/status
{
"configured": true,
"repo_url": "https://github.com/user/watch-scripts.git",
"branch": "main",
"local_path": "watch_scripts",
"current_commit": "abc123def456",
"remote_commit": "abc123def456",
"up_to_date": true
}
Documentation Index
Fetch the complete documentation index at: https://docs.blnkfinance.com/llms.txt
Use this file to discover all available pages before exploring further.
WATCH_SCRIPT_GIT_REPO is configured in your Watch configuration.
"configured": false with an error message.curl http://localhost:8081/git/status
{
"configured": true,
"repo_url": "https://github.com/user/watch-scripts.git",
"branch": "main",
"local_path": "watch_scripts",
"current_commit": "abc123def456",
"remote_commit": "abc123def456",
"up_to_date": true
}
WATCH_SCRIPT_GIT_REPO.main when not set.Was this page helpful?
curl http://localhost:8081/git/status
{
"configured": true,
"repo_url": "https://github.com/user/watch-scripts.git",
"branch": "main",
"local_path": "watch_scripts",
"current_commit": "abc123def456",
"remote_commit": "abc123def456",
"up_to_date": true
}