@jupiterone/integration-sdk-cli
v17.2.1
Published
The SDK for developing JupiterOne integrations
Downloads
6,008
Readme
@jupiterone/integration-sdk-cli
This package exposes a CLI tool that assists with executing integrations locally.
Integration graph generator
Create a git repository for your integration graph with
graph-(integrationName) name and execute the following command inside it:
npx @jupiterone/integration-sdk-cli generateYou will be prompted with some questions and the graph code will be generated so you can start development.
Installation
npm install @jupiterone/integration-sdk-cli
# or
yarn add @jupiterone/integration-sdk-cli