@swsdk/plugin-integrations
TypeScript icon, indicating that this package has built-in type declarations

5.6.0 • Public • Published

Integrations CLI Plugin

Swimlane Logo

Version Downloads/week License

Usage

$ npm install -g @swsdk/plugin-integrations
$ swsdk-admin COMMAND
running command...
$ swsdk-admin (--version)
@swsdk/plugin-integrations/5.6.0 darwin-arm64 node-v16.20.2
$ swsdk-admin --help [COMMAND]
USAGE
  $ swsdk-admin COMMAND
...

Commands

swsdk-admin integrations

Use to get (clone) an integration

USAGE
  $ swsdk-admin integrations [-n <value>] [-d <value>] [-h] [-p]

FLAGS
  -d, --directory=<value>  [default: ./] root directory to clone the repo
  -h, --help               Show CLI help.
  -n, --name=<value>       name of the new integration (repo name and final directory name)
  -p, --pre-commit         Use to install the pre-commit hook

DESCRIPTION
  Use to get (clone) an integration

See code: lib/commands/integrations/index.js

swsdk-admin integrations:get-all

Use to get (clone) all the integrations

USAGE
  $ swsdk-admin integrations:get-all [-d <value>] [-h] [--concurrency <value>] [--continue-on-error true|false]

FLAGS
  -d, --directory=<value>       [default: ./] root directory to clone the repo
  -h, --help                    Show CLI help.
  --concurrency=<value>         [default: 6] number of max jobs
  --continue-on-error=<option>  [default: true] continue even if there is an error
                                <options: true|false>

DESCRIPTION
  Use to get (clone) all the integrations

See code: lib/commands/integrations/get-all.js

swsdk-admin integrations:list

Use to list all the integrations you have access to on GitHub

USAGE
  $ swsdk-admin integrations:list [-h]

FLAGS
  -h, --help  Show CLI help.

DESCRIPTION
  Use to list all the integrations you have access to on GitHub

See code: lib/commands/integrations/list.js

Readme

Keywords

Package Sidebar

Install

npm i @swsdk/plugin-integrations

Weekly Downloads

91

Version

5.6.0

License

ISC

Unpacked Size

28.7 kB

Total Files

19

Last publish

Collaborators

  • swimlane.dev
  • mr_charlie