@swimlane/turbine-sdk 2.14.0 → 2.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -35,7 +35,7 @@ $ npm install -g @swimlane/turbine-sdk
35
35
  $ tsdk COMMAND
36
36
  running command...
37
37
  $ tsdk (--version|-v)
38
- @swimlane/turbine-sdk/2.14.0 linux-x64 node-v16.20.2
38
+ @swimlane/turbine-sdk/2.16.0 linux-x64 node-v16.20.2
39
39
  $ tsdk --help [COMMAND]
40
40
  USAGE
41
41
  $ tsdk COMMAND
@@ -283,8 +283,9 @@ Builds a local docker image of the connector.
283
283
  ```
284
284
  USAGE
285
285
  $ tsdk connector build [--template
286
- python_37_swimlane|node_18|node_20|python_39_definition|python_310_definition|python_311_definition] [-d <value>]
287
- [--save] [-f] [--signing-password <value>] [--key-name <value>] [--registry <value>] [-o <value>] [-h]
286
+ python_37_swimlane|node_18|node_20|python_39_definition|python_39_turbine|python_310_definition|python_311_definitio
287
+ n] [-d <value>] [--save] [-f] [--signing-password <value>] [--key-name <value>] [--registry <value>] [-o <value>]
288
+ [-h]
288
289
 
289
290
  FLAGS
290
291
  -d, --directory=<value> [default: ./] root directory of the repository.
@@ -296,8 +297,8 @@ FLAGS
296
297
  --save saves a signed docker image as tar in local directory.
297
298
  --signing-password=<value> password used for the private key (ENV: TURBINE_SIGNING_PASSWORD)
298
299
  --template=<option> connector language
299
- <options: python_37_swimlane|node_18|node_20|python_39_definition|python_310_definition|py
300
- thon_311_definition>
300
+ <options: python_37_swimlane|node_18|node_20|python_39_definition|python_39_turbine|python
301
+ _310_definition|python_311_definition>
301
302
 
302
303
  DESCRIPTION
303
304
  Builds a local docker image of the connector.
@@ -734,7 +735,9 @@ USAGE
734
735
  $ tsdk turbine config remove URL [-h]
735
736
 
736
737
  ARGUMENTS
737
- URL the url of the turbine instance [https://turbine.acme.com]
738
+ URL the url of the turbine instance [https://turbine.acme.com]. For cloud and multi-tenant environments, provide the
739
+ url with the account and the tenant
740
+ [https://us1.swimlane.app/account/{{your-account-id}}/tenant/{{your-tenant-id}}
738
741
 
739
742
  FLAGS
740
743
  -h, --help Show CLI help.
@@ -752,7 +755,9 @@ USAGE
752
755
  $ tsdk turbine config set URL [-u <value>] [-p <value>] [-c <value>] [-b] [--default] [--skip-check] [-h]
753
756
 
754
757
  ARGUMENTS
755
- URL the url of the turbine instance [https://turbine.acme.com]
758
+ URL the url of the turbine instance [https://turbine.acme.com]. For cloud and multi-tenant environments, provide the
759
+ url with the account and the tenant
760
+ [https://us1.swimlane.app/account/{{your-account-id}}/tenant/{{your-tenant-id}}]
756
761
 
757
762
  FLAGS
758
763
  -b, --bypass-certificate-check disable certificate validation for Turbine instance (ENV:
@@ -777,7 +782,9 @@ USAGE
777
782
  $ tsdk turbine config use URL [-h]
778
783
 
779
784
  ARGUMENTS
780
- URL the url of the turbine instance [https://turbine.acme.com]
785
+ URL the url of the turbine instance [https://turbine.acme.com]. For cloud and multi-tenant environments, provide the
786
+ url with the account and the tenant
787
+ [https://us1.swimlane.app/account/{{your-account-id}}/tenant/{{your-tenant-id}}
781
788
 
782
789
  FLAGS
783
790
  -h, --help Show CLI help.
@@ -796,7 +803,9 @@ USAGE
796
803
  [-b] [-h]
797
804
 
798
805
  ARGUMENTS
799
- URL the url of the turbine instance [https://turbine.acme.com]
806
+ URL the url of the turbine instance [https://turbine.acme.com]. For cloud and multi-tenant environments, provide the
807
+ url with the account and the tenant
808
+ [https://us1.swimlane.app/account/{{your-account-id}}/tenant/{{your-tenant-id}}
800
809
 
801
810
  FLAGS
802
811
  -b, --bypass-certificate-check disable certificate validation for Turbine instance (ENV:
@@ -836,7 +845,9 @@ USAGE
836
845
  $ tsdk turbine connector keys list remote URL [-u <value>] [-p <value>] [-c <value>] [-b] [-h]
837
846
 
838
847
  ARGUMENTS
839
- URL the url of the turbine instance [https://turbine.acme.com]
848
+ URL the url of the turbine instance [https://turbine.acme.com]. For cloud and multi-tenant environments, provide the
849
+ url with the account and the tenant
850
+ [https://us1.swimlane.app/account/{{your-account-id}}/tenant/{{your-tenant-id}}
840
851
 
841
852
  FLAGS
842
853
  -b, --bypass-certificate-check disable certificate validation for Turbine instance (ENV:
@@ -884,7 +895,9 @@ USAGE
884
895
 
885
896
  ARGUMENTS
886
897
  FILE path of the file to be uploaded to Turbine
887
- URL the url of the turbine instance [https://turbine.acme.com]
898
+ URL the url of the turbine instance [https://turbine.acme.com]. For cloud and multi-tenant environments, provide the
899
+ url with the account and the tenant
900
+ [https://us1.swimlane.app/account/{{your-account-id}}/tenant/{{your-tenant-id}}
888
901
 
889
902
  FLAGS
890
903
  -b, --bypass-certificate-check disable certificate validation for Turbine instance (ENV:
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "2.14.0",
2
+ "version": "2.16.0",
3
3
  "commands": {}
4
4
  }
package/package.json CHANGED
@@ -16,9 +16,9 @@
16
16
  "@oclif/plugin-version": "1.3.4",
17
17
  "@oclif/plugin-warn-if-update-available": "2.0.37",
18
18
  "@oclif/plugin-which": "2.2.21",
19
- "@sw-tsdk/core": "^2.14.0",
20
- "@sw-tsdk/plugin-connector": "^2.14.0",
21
- "@sw-tsdk/plugin-turbine": "^2.14.0",
19
+ "@sw-tsdk/core": "^2.16.0",
20
+ "@sw-tsdk/plugin-connector": "^2.16.0",
21
+ "@sw-tsdk/plugin-turbine": "^2.16.0",
22
22
  "fs-extra": "11.1.1",
23
23
  "inquirer": "8.2.2",
24
24
  "npmlog": "7.0.1",
@@ -104,6 +104,6 @@
104
104
  "dev:setup": "npm link"
105
105
  },
106
106
  "types": "lib/index.d.ts",
107
- "version": "2.14.0",
108
- "gitHead": "19ad8ffcc2788208f168d8fd96e48a5fe620497f"
107
+ "version": "2.16.0",
108
+ "gitHead": "578bb2fe0359293051d2658c52bf2a9cd2721262"
109
109
  }