2.21.1 • Published 19 days ago

@sw-tsdk/plugin-turbine v2.21.1

Weekly downloads
-
License
ISC
Repository
github
Last release
19 days ago

Integration Task CLI Plugin

Swimlane Logo

Version Downloads/week License

Usage

$ npm install -g @sw-tsdk/plugin-turbine
$ sw-tsdk-turbine COMMAND
running command...
$ sw-tsdk-turbine (--version)
@sw-tsdk/plugin-turbine/2.21.1 linux-x64 node-v16.20.2
$ sw-tsdk-turbine --help [COMMAND]
USAGE
  $ sw-tsdk-turbine COMMAND
...

Commands

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

2.11.2-next.108

19 days ago

2.21.1

19 days ago

2.11.2-next.105

22 days ago

2.21.0

22 days ago

2.11.2-next.103

26 days ago

2.20.2

26 days ago

2.11.2-next.101

27 days ago

2.11.2-next.99

27 days ago

2.20.0

27 days ago

2.20.1

27 days ago

2.19.0

1 month ago

2.11.2-next.97

1 month ago

2.11.2-next.93

2 months ago

2.18.0

2 months ago

2.11.2-next.81

2 months ago

2.17.4

2 months ago

2.11.2-next.75

3 months ago

2.17.3

3 months ago

2.11.2-next.73

3 months ago

2.17.2

3 months ago

2.17.1

3 months ago

2.11.2-next.66

3 months ago

2.11.2-next.67

3 months ago

2.17.0

3 months ago

2.11.2-next.62

3 months ago

2.11.2-next.59

3 months ago

2.16.0

4 months ago

2.11.2-next.57

4 months ago

2.15.0

4 months ago

2.11.2-next.54

5 months ago

2.11.2-next.51

6 months ago

2.11.2-next.52

6 months ago

2.11.2-next.40

9 months ago

2.11.2-next.42

9 months ago

2.11.2-next.47

6 months ago

2.11.2-next.48

6 months ago

2.11.2-next.49

6 months ago

2.13.0

9 months ago

2.13.1

8 months ago

2.11.2-next.39

11 months ago

2.11.2-alpha.39

9 months ago

2.11.2-alpha.42

8 months ago

2.14.0

8 months ago

2.11.2-next.36

11 months ago

2.12.0

11 months ago

2.11.2-next.6

12 months ago

2.11.2-next.8

12 months ago

2.11.2-next.3

12 months ago

2.6.2-next.23

1 year ago

2.11.1

1 year ago

2.6.2-next.20

1 year ago

2.6.2-next.22

1 year ago

2.10.0

1 year ago

2.9.0

1 year ago

2.6.2-next.16

1 year ago

2.6.2-next.19

1 year ago

2.6.2-next.7

1 year ago

2.6.2-next.5

1 year ago

2.8.0

1 year ago

2.6.2-next.11

1 year ago

2.6.2-next.15

1 year ago

2.4.1-next.129

1 year ago

2.4.1-next.128

1 year ago

2.1.1-next.107

1 year ago

2.6.1

1 year ago

2.1.1-next.109

1 year ago

2.6.2-next.1

1 year ago

2.0.1-next.102

1 year ago

2.2.1-next.120

1 year ago

2.0.1-next.95

1 year ago

2.1.1-next.123

1 year ago

2.1.1-next.124

1 year ago

2.3.0

1 year ago

2.1.1-next.110

1 year ago

2.1.1-next.111

1 year ago

2.1.1-next.113

1 year ago

2.1.1-next.115

1 year ago

2.1.1-next.118

1 year ago

2.1.1-next.119

1 year ago

2.3.1-next.131

1 year ago

2.0.1-next.90

1 year ago

2.0.1-next.89

1 year ago

2.0.1-next.78

2 years ago

2.0.1-next.77

2 years ago

2.0.1-next.76

2 years ago

2.0.1-next.73

2 years ago

2.0.1-next.72

2 years ago

2.0.1-next.71

2 years ago

2.0.1-next.70

2 years ago

2.0.0

2 years ago

2.0.1-next.68

2 years ago

1.0.1-next.66

2 years ago

1.0.1-next.65

2 years ago

1.0.1-next.62

2 years ago

1.0.1-next.52

2 years ago

1.0.1-next.50

2 years ago

1.0.1-next.49

2 years ago

2.0.1-next.48

2 years ago

2.0.1-next.47

2 years ago

2.0.1-next.46

2 years ago

2.0.1-next.44

2 years ago

2.0.1-next.41

2 years ago

2.0.1-next.40

2 years ago

2.0.1-next.39

2 years ago

2.0.1-next.38

2 years ago

2.0.1-next.36

2 years ago

2.0.1-next.35

2 years ago

2.0.1-next.34

2 years ago

2.0.1-next.33

2 years ago

2.0.1-next.32

2 years ago

2.0.1-next.31

2 years ago

2.0.1-next.30

2 years ago

2.0.1-next.29

2 years ago

2.0.1-next.28

2 years ago

2.0.1-next.27

2 years ago

0.1.1-next.26

2 years ago

0.1.1-next.25

2 years ago

0.1.1-next.24

2 years ago

0.1.1-next.23

2 years ago