Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 881 Bytes

README.md

File metadata and controls

43 lines (31 loc) · 881 Bytes

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: [email protected]
    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: [email protected]
    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