
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@sisense/sdk-cli
Advanced tools
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.
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>
FAQs
Compose SDK package for interacting with Sisense via CLI
The npm package @sisense/sdk-cli receives a total of 365 weekly downloads. As such, @sisense/sdk-cli popularity was classified as not popular.
We found that @sisense/sdk-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

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.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.