🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@sisense/sdk-cli

Package Overview
Dependencies
Maintainers
3
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sisense/sdk-cli

Compose SDK package for interacting with Sisense via CLI

latest
Source
npmnpm
Version
2.33.1
Version published
Weekly downloads
485
-50.26%
Maintainers
3
Weekly downloads
 
Created
Source

This library, which is a part of Sisense Compose SDK, provides a set of command line utilities. One of which is to generate TypeScript representation of a Sisense data model.

Usage

Run the following command to create a my-data-source.ts file that contains a TypeScript representation of your data model. Substitute <username>, <instance url>, <data source name> with the values for your instance.

npx sdk-cli get-data-model --username "<username>" --output my-data-source.ts --dataSource "<data source name>" --url <instance url>

You will be prompted for the password.

The resulting file is created in the current directory.

Instead of --username "<username>", you can also use --token <token> to authenticate with an API token. Substitute <token>, <instance url>, <data source name> with the values for your instance.

npx sdk-cli get-data-model --token <token> --output my-data-source.ts --dataSource "<data source name>" --url <instance url>

Or use --wat <wat> to authenticate with a Web Access Token (WAT). Substitute <token>, <instance url>, <data source name> with the values for your instance.

npx sdk-cli get-data-model --wat <wat> --output my-data-source.ts --dataSource "<data source name>" --url <instance url>

Keywords

Sisense

FAQs

Package last updated on 07 Aug 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts