versioning

Get the status of the current working tree

Get the status of the current working tree of the Git repository used for Cribl configuration. The response includes details about modified, staged, untracked, and conflicted files, as well as branch and remote tracking information.

get/version/status

Response

a list of GitStatusResult objects

countinteger

number of items present in the items array

Changes