npm.io
17.4.0 • Published 2 months agoCLI

@jupiterone/integration-sdk-cli

Licence
MPL-2.0
Version
17.4.0
Deps
16
Size
1.0 MB
Vulns
0
Weekly
0
Stars
19

@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 generate

You 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