@sw-tsdk/plugin-turbine
v3.8.1
Published
Plugin for managing connectors.
Downloads
1,568
Readme
Integration Task CLI Plugin
Usage
$ npm install -g @sw-tsdk/plugin-turbine
$ sw-tsdk-turbine COMMAND
running command...
$ sw-tsdk-turbine (--version)
@sw-tsdk/plugin-turbine/3.8.1 linux-x64 node-v16.20.2
$ sw-tsdk-turbine --help [COMMAND]
USAGE
$ sw-tsdk-turbine COMMAND
...
Commands
sw-tsdk-turbine turbine:config:list
sw-tsdk-turbine turbine:config:remove URL
sw-tsdk-turbine turbine:config:set URL
sw-tsdk-turbine turbine:config:use URL
sw-tsdk-turbine turbine:connector:keys:generate URL
sw-tsdk-turbine turbine:connector:keys:list:local
sw-tsdk-turbine turbine:connector:keys:list:remote URL
sw-tsdk-turbine turbine:connector:keys:push URL
sw-tsdk-turbine turbine:connector:push FILE URL
sw-tsdk-turbine turbine:config:list
Use to login to Turbine
USAGE
$ sw-tsdk-turbine turbine:config:list [-h]
FLAGS
-h, --help Show CLI help.
DESCRIPTION
Use to login to Turbine
See code: lib/commands/turbine/config/list.js
sw-tsdk-turbine turbine:config:remove URL
Use to login to Turbine
USAGE
$ sw-tsdk-turbine turbine:config:remove URL [-h]
ARGUMENTS
URL the url of the turbine instance [https://turbine.acme.com]. For cloud and multi-tenant environments, provide the
url with the account and the tenant
[https://us1.swimlane.app/account/{{your-account-id}}/tenant/{{your-tenant-id}}
FLAGS
-h, --help Show CLI help.
DESCRIPTION
Use to login to Turbine
See code: lib/commands/turbine/config/remove.js
sw-tsdk-turbine turbine:config:set URL
Use to login to Turbine
USAGE
$ sw-tsdk-turbine turbine:config:set URL [-u <value>] [-p <value>] [-c <value>] [-b] [--default] [--skip-check] [-h]
ARGUMENTS
URL the url of the turbine instance [https://turbine.acme.com]. For cloud and multi-tenant environments, provide the
url with the account and the tenant
[https://us1.swimlane.app/account/{{your-account-id}}/tenant/{{your-tenant-id}}]
FLAGS
-b, --bypass-certificate-check disable certificate validation for Turbine instance (ENV:
TURBINE_BYPASS_CERTIFICATE_CHECK)
-c, --otp-code=<value> Turbine 2FA code
-h, --help Show CLI help.
-p, --password=<value> Turbine password (ENV: TURBINE_PASSWORD)
-u, --username=<value> Turbine username
--default sets the turbine instance as the default
--skip-check skips checking the credentials
DESCRIPTION
Use to login to Turbine
See code: lib/commands/turbine/config/set.js
sw-tsdk-turbine turbine:config:use URL
Use to login to Turbine
USAGE
$ sw-tsdk-turbine turbine:config:use URL [-h]
ARGUMENTS
URL the url of the turbine instance [https://turbine.acme.com]. For cloud and multi-tenant environments, provide the
url with the account and the tenant
[https://us1.swimlane.app/account/{{your-account-id}}/tenant/{{your-tenant-id}}
FLAGS
-h, --help Show CLI help.
DESCRIPTION
Use to login to Turbine
See code: lib/commands/turbine/config/use.js
sw-tsdk-turbine turbine:connector:keys:generate URL
Use to generate and store signing keys in Turbine
USAGE
$ sw-tsdk-turbine turbine:connector:keys:generate URL [-u <value>] [-p <value>] [--signing-password <value>] [-c <value>]
[--key-name <value>] [-b] [-h]
ARGUMENTS
URL the url of the turbine instance [https://turbine.acme.com]. For cloud and multi-tenant environments, provide the
url with the account and the tenant
[https://us1.swimlane.app/account/{{your-account-id}}/tenant/{{your-tenant-id}}
FLAGS
-b, --bypass-certificate-check disable certificate validation for Turbine instance (ENV:
TURBINE_BYPASS_CERTIFICATE_CHECK)
-c, --otp-code=<value> Turbine 2FA code
-h, --help Show CLI help.
-p, --password=<value> Turbine password (ENV: TURBINE_PASSWORD)
-u, --username=<value> Turbine username
--key-name=<value> name used for the key (default: username_yyyy-MM-dd)
--signing-password=<value> password used for the private key (ENV: TURBINE_SIGNING_PASSWORD)
DESCRIPTION
Use to generate and store signing keys in Turbine
See code: lib/commands/turbine/connector/keys/generate.js
sw-tsdk-turbine turbine:connector:keys:list:local
Use to list local keys
USAGE
$ sw-tsdk-turbine turbine:connector:keys:list:local [-h]
FLAGS
-h, --help Show CLI help.
DESCRIPTION
Use to list local keys
See code: lib/commands/turbine/connector/keys/list/local.js
sw-tsdk-turbine turbine:connector:keys:list:remote URL
Use to list remote keys
USAGE
$ sw-tsdk-turbine turbine:connector:keys:list:remote URL [-u <value>] [-p <value>] [-c <value>] [-b] [-h]
ARGUMENTS
URL the url of the turbine instance [https://turbine.acme.com]. For cloud and multi-tenant environments, provide the
url with the account and the tenant
[https://us1.swimlane.app/account/{{your-account-id}}/tenant/{{your-tenant-id}}
FLAGS
-b, --bypass-certificate-check disable certificate validation for Turbine instance (ENV:
TURBINE_BYPASS_CERTIFICATE_CHECK)
-c, --otp-code=<value> Turbine 2FA code
-h, --help Show CLI help.
-p, --password=<value> Turbine password (ENV: TURBINE_PASSWORD)
-u, --username=<value> Turbine username
DESCRIPTION
Use to list remote keys
See code: lib/commands/turbine/connector/keys/list/remote.js
sw-tsdk-turbine turbine:connector:keys:push URL
Use to generate and store signing keys in Turbine
USAGE
$ sw-tsdk-turbine turbine:connector:keys:push URL [-u <value>] [-p <value>] [--keyName <value>] [-c <value>] [-b] [-h]
ARGUMENTS
URL the url of the turbine instance [https://turbine.acme.com]
FLAGS
-b, --bypass-certificate-check disable certificate validation for Turbine instance (ENV:
TURBINE_BYPASS_CERTIFICATE_CHECK)
-c, --otp-code=<value> Turbine 2FA code
-h, --help Show CLI help.
-p, --password=<value> Turbine password (ENV: TURBINE_PASSWORD)
-u, --username=<value> Turbine username
--keyName=<value> name used for the key (default: username_YYYY)
DESCRIPTION
Use to generate and store signing keys in Turbine
See code: lib/commands/turbine/connector/keys/push.js
sw-tsdk-turbine turbine:connector:push FILE URL
Use to push an integration to Turbine
USAGE
$ sw-tsdk-turbine turbine:connector:push FILE URL [-u <value>] [-p <value>] [-c <value>] [-b] [-h]
ARGUMENTS
FILE path of the file to be uploaded to Turbine
URL the url of the turbine instance [https://turbine.acme.com]. For cloud and multi-tenant environments, provide the
url with the account and the tenant
[https://us1.swimlane.app/account/{{your-account-id}}/tenant/{{your-tenant-id}}
FLAGS
-b, --bypass-certificate-check disable certificate validation for Turbine instance (ENV:
TURBINE_BYPASS_CERTIFICATE_CHECK)
-c, --otp-code=<value> Turbine 2FA code
-h, --help Show CLI help.
-p, --password=<value> Turbine password (ENV: TURBINE_PASSWORD)
-u, --username=<value> Turbine username
DESCRIPTION
Use to push an integration to Turbine
See code: lib/commands/turbine/connector/push.js