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

0.1.1-next.8 • Public • Published

Integration Task CLI Plugin

Swimlane Logo

Version Downloads/week License

Usage

$ npm install -g @swtdk/plugin-turbine
$ swtdk-turbine COMMAND
running command...
$ swtdk-turbine (--version)
@swtdk/plugin-turbine/0.1.1-next.8+da1ed2b darwin-x64 node-v16.14.0
$ swtdk-turbine --help [COMMAND]
USAGE
  $ swtdk-turbine COMMAND
...

Commands

swtdk-turbine turbine:connector:push

Use to push an integration to Turbine

USAGE
  $ swtdk-turbine turbine:connector:push -f <value> --turbine-url <value> [-u <value>] [-p <value>] [-h]

FLAGS
  -f, --file=<value>      (required) path of the file to be uploaded to Turbine
  -h, --help              Show CLI help.
  -p, --password=<value>  Turbine password
  -u, --username=<value>  Turbine username
  --turbine-url=<value>   (required) the url of the turbine instance [https://turbine.acme.com]

DESCRIPTION
  Use to push an integration to Turbine

See code: lib/commands/turbine/connector/push.js

swtdk-turbine turbine:login

Use to login to Turbine

USAGE
  $ swtdk-turbine turbine:login --turbine-url <value> [-u <value>] [-p <value>] [-h]

FLAGS
  -h, --help              Show CLI help.
  -p, --password=<value>  Turbine password
  -u, --username=<value>  Turbine username
  --turbine-url=<value>   (required) the url of the turbine instance [https://turbine.acme.com]

DESCRIPTION
  Use to login to Turbine

See code: lib/commands/turbine/login.js

Readme

Keywords

Package Sidebar

Install

npm i @swtdk/plugin-turbine

Weekly Downloads

0

Version

0.1.1-next.8

License

ISC

Unpacked Size

14.7 kB

Total Files

13

Last publish

Collaborators

  • swimlane.dev