Git (aka Version Control)
The git
tool provides a command-line interface for using the git specific API endpoints in ThoughtSpot.
v2.0 API calls
The git
tool uses the v2.0 API calls. Git calls were introduced in version 9.6.cl as beta and are fully released
in 9.7.cl.
These API endpoints allow you to create and manage configurations with GitHub and to commit and deploy changes to and from GitHub. These APIs are commonly used in environments where you want to develop content in one environment and deploy to a different environment, such as another cluster or org.
For more information see the Git Integration and version control in the documentation.