3.11.3 • Published 2 months ago

@sw-tsdk/plugin-turbine v3.11.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 months 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/3.11.1 linux-x64 node-v18.20.7
$ 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

3.11.3

3 months ago

4.0.0-next.25f67cf

3 months ago

3.11.2

4 months ago

2.11.2-next.215

3 months ago

2.11.2-next.218

3 months ago

2.11.2-next.205

3 months ago

2.11.2-next.207

3 months ago

2.11.2-next.203

4 months ago

2.11.2-next.196

4 months ago

2.11.2-next.198

4 months ago

2.11.2-next.201

4 months ago

3.11.1

4 months ago

3.6.0

8 months ago

3.5.0

8 months ago

2.11.2-next.174

6 months ago

3.9.2

6 months ago

3.9.1

6 months ago

3.9.0

6 months ago

3.8.0

7 months ago

2.11.2-next.164

7 months ago

2.11.2-next.166

7 months ago

2.11.2-next.169

6 months ago

2.11.2-next.171

6 months ago

2.11.2-next.172

6 months ago

2.11.2-next.152

8 months ago

2.11.2-next.154

8 months ago

2.11.2-next.157

7 months ago

3.8.1

7 months ago

2.11.2-next.149

8 months ago

3.7.0

8 months ago

2.11.2-next.139

12 months ago

2.11.2-next.134

1 year ago

3.2.0

1 year ago

2.11.2-next.121

1 year ago

2.11.2-next.117

1 year ago

2.11.2-next.119

1 year ago

2.11.2-next.110

1 year ago

2.11.2-next.112

1 year ago

2.11.2-next.115

1 year ago

3.1.3

1 year ago

3.1.2

1 year ago

3.1.1

1 year ago

3.1.0

1 year ago

3.4.0

10 months ago

3.0.1

1 year ago

3.0.0

1 year ago

3.3.1

12 months ago

3.3.0

12 months ago

2.11.2-next.142

12 months ago

2.11.2-next.145

10 months ago

2.11.2-next.108

1 year ago

2.21.1

1 year ago

2.11.2-next.105

1 year ago

2.21.0

1 year ago

2.11.2-next.103

1 year ago

2.20.2

1 year ago

2.11.2-next.101

1 year ago

2.11.2-next.99

1 year ago

2.20.0

1 year ago

2.20.1

1 year ago

2.19.0

1 year ago

2.11.2-next.97

1 year ago

2.11.2-next.93

1 year ago

2.18.0

1 year ago

2.11.2-next.81

1 year ago

2.17.4

1 year ago

2.11.2-next.75

1 year ago

2.17.3

1 year ago

2.11.2-next.73

1 year ago

2.17.2

1 year ago

2.17.1

1 year ago

2.11.2-next.66

1 year ago

2.11.2-next.67

1 year ago

2.17.0

1 year ago

2.11.2-next.62

1 year ago

2.11.2-next.59

1 year ago

2.16.0

1 year ago

2.11.2-next.57

1 year ago

2.15.0

2 years ago

2.11.2-next.54

2 years ago

2.11.2-next.51

2 years ago

2.11.2-next.52

2 years ago

2.11.2-next.40

2 years ago

2.11.2-next.42

2 years ago

2.11.2-next.47

2 years ago

2.11.2-next.48

2 years ago

2.11.2-next.49

2 years ago

2.13.0

2 years ago

2.13.1

2 years ago

2.11.2-next.39

2 years ago

2.11.2-alpha.39

2 years ago

2.11.2-alpha.42

2 years ago

2.14.0

2 years ago

2.11.2-next.36

2 years ago

2.12.0

2 years ago

2.11.2-next.6

2 years ago

2.11.2-next.8

2 years ago

2.11.2-next.3

2 years ago

2.6.2-next.23

2 years ago

2.11.1

2 years ago

2.6.2-next.20

2 years ago

2.6.2-next.22

2 years ago

2.10.0

2 years ago

2.9.0

2 years ago

2.6.2-next.16

2 years ago

2.6.2-next.19

2 years ago

2.6.2-next.7

2 years ago

2.6.2-next.5

2 years ago

2.8.0

2 years ago

2.6.2-next.11

2 years ago

2.6.2-next.15

2 years ago

2.4.1-next.129

2 years ago

2.4.1-next.128

2 years ago

2.1.1-next.107

3 years ago

2.6.1

2 years ago

2.1.1-next.109

3 years ago

2.6.2-next.1

2 years ago

2.0.1-next.102

3 years ago

2.2.1-next.120

2 years ago

2.0.1-next.95

3 years ago

2.1.1-next.123

2 years ago

2.1.1-next.124

2 years ago

2.3.0

2 years ago

2.1.1-next.110

3 years ago

2.1.1-next.111

3 years ago

2.1.1-next.113

3 years ago

2.1.1-next.115

3 years ago

2.1.1-next.118

3 years ago

2.1.1-next.119

2 years ago

2.3.1-next.131

2 years ago

2.0.1-next.90

3 years ago

2.0.1-next.89

3 years ago

2.0.1-next.78

3 years ago

2.0.1-next.77

3 years ago

2.0.1-next.76

3 years ago

2.0.1-next.73

3 years ago

2.0.1-next.72

3 years ago

2.0.1-next.71

3 years ago

2.0.1-next.70

3 years ago

2.0.0

3 years ago

2.0.1-next.68

3 years ago

1.0.1-next.66

3 years ago

1.0.1-next.65

3 years ago

1.0.1-next.62

3 years ago

1.0.1-next.52

3 years ago

1.0.1-next.50

3 years ago

1.0.1-next.49

3 years ago

2.0.1-next.48

3 years ago

2.0.1-next.47

3 years ago

2.0.1-next.46

3 years ago

2.0.1-next.44

3 years ago

2.0.1-next.41

3 years ago

2.0.1-next.40

3 years ago

2.0.1-next.39

3 years ago

2.0.1-next.38

3 years ago

2.0.1-next.36

3 years ago

2.0.1-next.35

3 years ago

2.0.1-next.34

3 years ago

2.0.1-next.33

3 years ago

2.0.1-next.32

3 years ago

2.0.1-next.31

3 years ago

2.0.1-next.30

3 years ago

2.0.1-next.29

3 years ago

2.0.1-next.28

3 years ago

2.0.1-next.27

3 years ago

0.1.1-next.26

3 years ago

0.1.1-next.25

3 years ago

0.1.1-next.24

3 years ago

0.1.1-next.23

3 years ago