Skip to content

crugroup/thoughtcli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ThougthCLI

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.

Installation

pip install thoughtcli

Configuration

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.

Usage

thcli