CLI for Thoughtspot. Wouldn't be needed if Thoughtspot Devs didn't take 6 months to implement a GUI for Git support. It still isn't done. This took 5 hours to build.
pip install thoughtcli
Place a config.yaml
file in ~/.thoughtcli/
with the following content:
profiles:
dev:
server_url: https://your domain.thoughtspot.cloud
username: user@domain.com
password: yourpassword
org_identifier: 123456789
If you are using a secret key the configuration file should look like this:
profiles:
dev:
server_url: https://your domain.thoughtspot.cloud
username: user@domain.com
secret_key: aasdf1234
org_identifier: 123456789
You can also set the patho to the config.yaml
file with THOUGHTCLI_CONFIG_PATH
environment variable.
thcli