@sw-tsdk/plugin-connector 3.3.0 → 3.3.1
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 +26 -26
- package/lib/commands/connector/lint.js +2 -2
- package/lib/commands/connector/lint.js.map +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@ $ npm install -g @sw-tsdk/plugin-connector
|
|
|
16
16
|
$ sw-tsdk-connector COMMAND
|
|
17
17
|
running command...
|
|
18
18
|
$ sw-tsdk-connector (--version)
|
|
19
|
-
@sw-tsdk/plugin-connector/3.3.
|
|
19
|
+
@sw-tsdk/plugin-connector/3.3.1 linux-x64 node-v16.20.2
|
|
20
20
|
$ sw-tsdk-connector --help [COMMAND]
|
|
21
21
|
USAGE
|
|
22
22
|
$ sw-tsdk-connector COMMAND
|
|
@@ -69,7 +69,7 @@ DESCRIPTION
|
|
|
69
69
|
Update a connector action.
|
|
70
70
|
```
|
|
71
71
|
|
|
72
|
-
_See code: [lib/commands/action/add.js](https://github.com/swimlane/turbine-sdk/blob/v3.3.
|
|
72
|
+
_See code: [lib/commands/action/add.js](https://github.com/swimlane/turbine-sdk/blob/v3.3.1/lib/commands/action/add.js)_
|
|
73
73
|
|
|
74
74
|
## `sw-tsdk-connector action:generate:data`
|
|
75
75
|
|
|
@@ -94,7 +94,7 @@ DESCRIPTION
|
|
|
94
94
|
Use to test a task in an integration
|
|
95
95
|
```
|
|
96
96
|
|
|
97
|
-
_See code: [lib/commands/action/generate/data.js](https://github.com/swimlane/turbine-sdk/blob/v3.3.
|
|
97
|
+
_See code: [lib/commands/action/generate/data.js](https://github.com/swimlane/turbine-sdk/blob/v3.3.1/lib/commands/action/generate/data.js)_
|
|
98
98
|
|
|
99
99
|
## `sw-tsdk-connector action:generate:input`
|
|
100
100
|
|
|
@@ -119,7 +119,7 @@ DESCRIPTION
|
|
|
119
119
|
Update action input schema.
|
|
120
120
|
```
|
|
121
121
|
|
|
122
|
-
_See code: [lib/commands/action/generate/input.js](https://github.com/swimlane/turbine-sdk/blob/v3.3.
|
|
122
|
+
_See code: [lib/commands/action/generate/input.js](https://github.com/swimlane/turbine-sdk/blob/v3.3.1/lib/commands/action/generate/input.js)_
|
|
123
123
|
|
|
124
124
|
## `sw-tsdk-connector action:generate:output`
|
|
125
125
|
|
|
@@ -143,7 +143,7 @@ DESCRIPTION
|
|
|
143
143
|
Update a connector action.
|
|
144
144
|
```
|
|
145
145
|
|
|
146
|
-
_See code: [lib/commands/action/generate/output.js](https://github.com/swimlane/turbine-sdk/blob/v3.3.
|
|
146
|
+
_See code: [lib/commands/action/generate/output.js](https://github.com/swimlane/turbine-sdk/blob/v3.3.1/lib/commands/action/generate/output.js)_
|
|
147
147
|
|
|
148
148
|
## `sw-tsdk-connector action:run:local`
|
|
149
149
|
|
|
@@ -172,7 +172,7 @@ DESCRIPTION
|
|
|
172
172
|
Runs a connector action. (Defaults to current image version in local repository).
|
|
173
173
|
```
|
|
174
174
|
|
|
175
|
-
_See code: [lib/commands/action/run/local.js](https://github.com/swimlane/turbine-sdk/blob/v3.3.
|
|
175
|
+
_See code: [lib/commands/action/run/local.js](https://github.com/swimlane/turbine-sdk/blob/v3.3.1/lib/commands/action/run/local.js)_
|
|
176
176
|
|
|
177
177
|
## `sw-tsdk-connector asset:add`
|
|
178
178
|
|
|
@@ -193,7 +193,7 @@ DESCRIPTION
|
|
|
193
193
|
Update a connector action.
|
|
194
194
|
```
|
|
195
195
|
|
|
196
|
-
_See code: [lib/commands/asset/add.js](https://github.com/swimlane/turbine-sdk/blob/v3.3.
|
|
196
|
+
_See code: [lib/commands/asset/add.js](https://github.com/swimlane/turbine-sdk/blob/v3.3.1/lib/commands/asset/add.js)_
|
|
197
197
|
|
|
198
198
|
## `sw-tsdk-connector component:create`
|
|
199
199
|
|
|
@@ -224,7 +224,7 @@ DESCRIPTION
|
|
|
224
224
|
Scaffold a new Component
|
|
225
225
|
```
|
|
226
226
|
|
|
227
|
-
_See code: [lib/commands/component/create.js](https://github.com/swimlane/turbine-sdk/blob/v3.3.
|
|
227
|
+
_See code: [lib/commands/component/create.js](https://github.com/swimlane/turbine-sdk/blob/v3.3.1/lib/commands/component/create.js)_
|
|
228
228
|
|
|
229
229
|
## `sw-tsdk-connector component:logo`
|
|
230
230
|
|
|
@@ -245,7 +245,7 @@ DESCRIPTION
|
|
|
245
245
|
Update a Component logo.
|
|
246
246
|
```
|
|
247
247
|
|
|
248
|
-
_See code: [lib/commands/component/logo.js](https://github.com/swimlane/turbine-sdk/blob/v3.3.
|
|
248
|
+
_See code: [lib/commands/component/logo.js](https://github.com/swimlane/turbine-sdk/blob/v3.3.1/lib/commands/component/logo.js)_
|
|
249
249
|
|
|
250
250
|
## `sw-tsdk-connector component:ssp`
|
|
251
251
|
|
|
@@ -266,7 +266,7 @@ DESCRIPTION
|
|
|
266
266
|
Update an SSP.
|
|
267
267
|
```
|
|
268
268
|
|
|
269
|
-
_See code: [lib/commands/component/ssp.js](https://github.com/swimlane/turbine-sdk/blob/v3.3.
|
|
269
|
+
_See code: [lib/commands/component/ssp.js](https://github.com/swimlane/turbine-sdk/blob/v3.3.1/lib/commands/component/ssp.js)_
|
|
270
270
|
|
|
271
271
|
## `sw-tsdk-connector connector:build`
|
|
272
272
|
|
|
@@ -296,7 +296,7 @@ DESCRIPTION
|
|
|
296
296
|
Builds a local docker image of the connector.
|
|
297
297
|
```
|
|
298
298
|
|
|
299
|
-
_See code: [lib/commands/connector/build.js](https://github.com/swimlane/turbine-sdk/blob/v3.3.
|
|
299
|
+
_See code: [lib/commands/connector/build.js](https://github.com/swimlane/turbine-sdk/blob/v3.3.1/lib/commands/connector/build.js)_
|
|
300
300
|
|
|
301
301
|
## `sw-tsdk-connector connector:create`
|
|
302
302
|
|
|
@@ -330,7 +330,7 @@ DESCRIPTION
|
|
|
330
330
|
Scaffold a new connector
|
|
331
331
|
```
|
|
332
332
|
|
|
333
|
-
_See code: [lib/commands/connector/create.js](https://github.com/swimlane/turbine-sdk/blob/v3.3.
|
|
333
|
+
_See code: [lib/commands/connector/create.js](https://github.com/swimlane/turbine-sdk/blob/v3.3.1/lib/commands/connector/create.js)_
|
|
334
334
|
|
|
335
335
|
## `sw-tsdk-connector connector:create:openapi`
|
|
336
336
|
|
|
@@ -359,7 +359,7 @@ DESCRIPTION
|
|
|
359
359
|
Scaffold a new connector
|
|
360
360
|
```
|
|
361
361
|
|
|
362
|
-
_See code: [lib/commands/connector/create/openapi.js](https://github.com/swimlane/turbine-sdk/blob/v3.3.
|
|
362
|
+
_See code: [lib/commands/connector/create/openapi.js](https://github.com/swimlane/turbine-sdk/blob/v3.3.1/lib/commands/connector/create/openapi.js)_
|
|
363
363
|
|
|
364
364
|
## `sw-tsdk-connector connector:create:source`
|
|
365
365
|
|
|
@@ -377,7 +377,7 @@ DESCRIPTION
|
|
|
377
377
|
Generates 11x source from 10x
|
|
378
378
|
```
|
|
379
379
|
|
|
380
|
-
_See code: [lib/commands/connector/create/source.js](https://github.com/swimlane/turbine-sdk/blob/v3.3.
|
|
380
|
+
_See code: [lib/commands/connector/create/source.js](https://github.com/swimlane/turbine-sdk/blob/v3.3.1/lib/commands/connector/create/source.js)_
|
|
381
381
|
|
|
382
382
|
## `sw-tsdk-connector connector:lint`
|
|
383
383
|
|
|
@@ -400,7 +400,7 @@ DESCRIPTION
|
|
|
400
400
|
Use to lint the connector
|
|
401
401
|
```
|
|
402
402
|
|
|
403
|
-
_See code: [lib/commands/connector/lint.js](https://github.com/swimlane/turbine-sdk/blob/v3.3.
|
|
403
|
+
_See code: [lib/commands/connector/lint.js](https://github.com/swimlane/turbine-sdk/blob/v3.3.1/lib/commands/connector/lint.js)_
|
|
404
404
|
|
|
405
405
|
## `sw-tsdk-connector connector:logo`
|
|
406
406
|
|
|
@@ -419,7 +419,7 @@ DESCRIPTION
|
|
|
419
419
|
Update a connector.
|
|
420
420
|
```
|
|
421
421
|
|
|
422
|
-
_See code: [lib/commands/connector/logo.js](https://github.com/swimlane/turbine-sdk/blob/v3.3.
|
|
422
|
+
_See code: [lib/commands/connector/logo.js](https://github.com/swimlane/turbine-sdk/blob/v3.3.1/lib/commands/connector/logo.js)_
|
|
423
423
|
|
|
424
424
|
## `sw-tsdk-connector connector:sign`
|
|
425
425
|
|
|
@@ -444,7 +444,7 @@ DESCRIPTION
|
|
|
444
444
|
Builds a local docker image of the connector.
|
|
445
445
|
```
|
|
446
446
|
|
|
447
|
-
_See code: [lib/commands/connector/sign.js](https://github.com/swimlane/turbine-sdk/blob/v3.3.
|
|
447
|
+
_See code: [lib/commands/connector/sign.js](https://github.com/swimlane/turbine-sdk/blob/v3.3.1/lib/commands/connector/sign.js)_
|
|
448
448
|
|
|
449
449
|
## `sw-tsdk-connector connector:update`
|
|
450
450
|
|
|
@@ -464,7 +464,7 @@ DESCRIPTION
|
|
|
464
464
|
Update a connector.
|
|
465
465
|
```
|
|
466
466
|
|
|
467
|
-
_See code: [lib/commands/connector/update.js](https://github.com/swimlane/turbine-sdk/blob/v3.3.
|
|
467
|
+
_See code: [lib/commands/connector/update.js](https://github.com/swimlane/turbine-sdk/blob/v3.3.1/lib/commands/connector/update.js)_
|
|
468
468
|
|
|
469
469
|
## `sw-tsdk-connector connector:validate`
|
|
470
470
|
|
|
@@ -487,7 +487,7 @@ DESCRIPTION
|
|
|
487
487
|
Use to validate an integration
|
|
488
488
|
```
|
|
489
489
|
|
|
490
|
-
_See code: [lib/commands/connector/validate.js](https://github.com/swimlane/turbine-sdk/blob/v3.3.
|
|
490
|
+
_See code: [lib/commands/connector/validate.js](https://github.com/swimlane/turbine-sdk/blob/v3.3.1/lib/commands/connector/validate.js)_
|
|
491
491
|
|
|
492
492
|
## `sw-tsdk-connector description:action`
|
|
493
493
|
|
|
@@ -508,7 +508,7 @@ DESCRIPTION
|
|
|
508
508
|
Use to generate action description
|
|
509
509
|
```
|
|
510
510
|
|
|
511
|
-
_See code: [lib/commands/description/action.js](https://github.com/swimlane/turbine-sdk/blob/v3.3.
|
|
511
|
+
_See code: [lib/commands/description/action.js](https://github.com/swimlane/turbine-sdk/blob/v3.3.1/lib/commands/description/action.js)_
|
|
512
512
|
|
|
513
513
|
## `sw-tsdk-connector description:actions`
|
|
514
514
|
|
|
@@ -528,7 +528,7 @@ DESCRIPTION
|
|
|
528
528
|
Use to generate description for all actions
|
|
529
529
|
```
|
|
530
530
|
|
|
531
|
-
_See code: [lib/commands/description/actions.js](https://github.com/swimlane/turbine-sdk/blob/v3.3.
|
|
531
|
+
_See code: [lib/commands/description/actions.js](https://github.com/swimlane/turbine-sdk/blob/v3.3.1/lib/commands/description/actions.js)_
|
|
532
532
|
|
|
533
533
|
## `sw-tsdk-connector description:component`
|
|
534
534
|
|
|
@@ -551,7 +551,7 @@ DESCRIPTION
|
|
|
551
551
|
Use to generate component descriptions
|
|
552
552
|
```
|
|
553
553
|
|
|
554
|
-
_See code: [lib/commands/description/component.js](https://github.com/swimlane/turbine-sdk/blob/v3.3.
|
|
554
|
+
_See code: [lib/commands/description/component.js](https://github.com/swimlane/turbine-sdk/blob/v3.3.1/lib/commands/description/component.js)_
|
|
555
555
|
|
|
556
556
|
## `sw-tsdk-connector description:connector`
|
|
557
557
|
|
|
@@ -571,7 +571,7 @@ DESCRIPTION
|
|
|
571
571
|
Use to generate connector descriptions
|
|
572
572
|
```
|
|
573
573
|
|
|
574
|
-
_See code: [lib/commands/description/connector.js](https://github.com/swimlane/turbine-sdk/blob/v3.3.
|
|
574
|
+
_See code: [lib/commands/description/connector.js](https://github.com/swimlane/turbine-sdk/blob/v3.3.1/lib/commands/description/connector.js)_
|
|
575
575
|
|
|
576
576
|
## `sw-tsdk-connector solution:create`
|
|
577
577
|
|
|
@@ -599,7 +599,7 @@ DESCRIPTION
|
|
|
599
599
|
Scaffold a new Solution
|
|
600
600
|
```
|
|
601
601
|
|
|
602
|
-
_See code: [lib/commands/solution/create.js](https://github.com/swimlane/turbine-sdk/blob/v3.3.
|
|
602
|
+
_See code: [lib/commands/solution/create.js](https://github.com/swimlane/turbine-sdk/blob/v3.3.1/lib/commands/solution/create.js)_
|
|
603
603
|
|
|
604
604
|
## `sw-tsdk-connector solution:logo`
|
|
605
605
|
|
|
@@ -620,7 +620,7 @@ DESCRIPTION
|
|
|
620
620
|
Update a Solution logo.
|
|
621
621
|
```
|
|
622
622
|
|
|
623
|
-
_See code: [lib/commands/solution/logo.js](https://github.com/swimlane/turbine-sdk/blob/v3.3.
|
|
623
|
+
_See code: [lib/commands/solution/logo.js](https://github.com/swimlane/turbine-sdk/blob/v3.3.1/lib/commands/solution/logo.js)_
|
|
624
624
|
|
|
625
625
|
## `sw-tsdk-connector solution:ssp`
|
|
626
626
|
|
|
@@ -641,5 +641,5 @@ DESCRIPTION
|
|
|
641
641
|
Update an SSP.
|
|
642
642
|
```
|
|
643
643
|
|
|
644
|
-
_See code: [lib/commands/solution/ssp.js](https://github.com/swimlane/turbine-sdk/blob/v3.3.
|
|
644
|
+
_See code: [lib/commands/solution/ssp.js](https://github.com/swimlane/turbine-sdk/blob/v3.3.1/lib/commands/solution/ssp.js)_
|
|
645
645
|
<!-- commandsstop -->
|
|
@@ -56,9 +56,9 @@ class Lint extends core_3.Base {
|
|
|
56
56
|
},
|
|
57
57
|
};
|
|
58
58
|
core_2.ux.action.start('Performing Static Code Checking...');
|
|
59
|
-
const
|
|
59
|
+
const result = await docker.runStdinImageStatus(createOptions, process.stdout, process.stderr);
|
|
60
60
|
core_2.ux.action.stop();
|
|
61
|
-
if (
|
|
61
|
+
if (result.output.includes('linting error found')) {
|
|
62
62
|
core_2.Errors.exit(1);
|
|
63
63
|
}
|
|
64
64
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lint.js","sourceRoot":"","sources":["../../../src/commands/connector/lint.ts"],"names":[],"mappings":";;;AAAA,sCAAiC;AACjC,yCAAiC;AACjC,4CAAsD;AACtD,sCAAsC;AACtC,qCAAgC;AAChC,wCAAkC;AAElC,qCAAqC;AACrC,MAAa,IAAK,SAAQ,WAAI;IA+B5B,KAAK,CAAC,GAAG;QACP,MAAM,EAAC,KAAK,EAAC,GAAG,MAAM,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,CAAA;QACtC,MAAM,EACJ,WAAW,EAAE,QAAQ,EACrB,MAAM,EACN,KAAK,GACN,GAAG,KAAK,CAAA;QACT,IAAI,EAAC,KAAK,EAAC,GAAG,KAAK,CAAA;QAEnB,IAAI,EAAC,SAAS,EAAC,GAAG,KAAK,CAAA;QACvB,SAAS,GAAG,IAAA,mBAAO,EAAC,SAAS,CAAC,CAAA;QAE9B,IAAI,CAAC,KAAK,EAAE;YACV,KAAK,GAAG,GAAG,uBAAc,CAAC,gCAAgC,EAAE,CAAA;SAC7D;QAED,IAAI;YACF,MAAM,kBAAQ,CAAC,MAAM,CAAC,SAAS,CAAC,CAAA;SACjC;QAAC,MAAM;YACN,IAAI,CAAC,KAAK,CAAC,oBAAoB,SAAS,EAAE,CAAC,CAAA;SAC5C;QAED,MAAM,MAAM,GAAG,IAAI,eAAM,EAAE,CAAA;QAC3B,SAAE,CAAC,MAAM,CAAC,KAAK,CAAC,wBAAwB,CAAC,CAAA;QACzC,MAAM,MAAM,CAAC,IAAI,EAAE,CAAA;QACnB,SAAE,CAAC,MAAM,CAAC,IAAI,EAAE,CAAA;QAEhB,IAAI,CAAC,QAAQ,EAAE;YACb,SAAE,CAAC,MAAM,CAAC,KAAK,CAAC,kBAAkB,KAAK,MAAM,CAAC,CAAA;YAE9C,MAAM,MAAM,CAAC,SAAS,CAAC,KAAK,CAAC,CAAA;YAC7B,SAAE,CAAC,MAAM,CAAC,IAAI,EAAE,CAAA;SACjB;QAED,MAAM,QAAQ,GAAG,CAAC,GAAG,SAAS,eAAe,CAAC,CAAA;QAC9C,MAAM,QAAQ,GAAG,CAAC,SAAS,CAAC,CAAA;QAC5B,IAAI,MAAM,EAAE;YACV,IAAI,KAAK,EAAE;gBACT,QAAQ,CAAC,IAAI,CAAC,kBAAkB,EAAE,sCAAsC,EAAE,IAAI,EAAE,QAAQ,EAAE,SAAS,CAAC,CAAA;aACrG;YAED,QAAQ,CAAC,IAAI,CAAC,kBAAkB,EAAE,sCAAsC,EAAE,IAAI,EAAE,QAAQ,CAAC,CAAA;SAC1F;aAAM;YACL,IAAI,KAAK,EAAE;gBACT,QAAQ,CAAC,IAAI,CAAC,kBAAkB,EAAE,oCAAoC,EAAE,IAAI,EAAE,MAAM,EAAE,SAAS,CAAC,CAAA;aACjG;YAED,QAAQ,CAAC,IAAI,CAAC,kBAAkB,EAAE,oCAAoC,EAAE,IAAI,EAAE,MAAM,CAAC,CAAA;SACtF;QAED,MAAM,aAAa,GAAG;YACpB,KAAK,EAAE,KAAK;YACZ,GAAG,EAAE,QAAQ;YACb,UAAU,EAAE;gBACV,UAAU,EAAE,KAAK;gBACjB,KAAK,EAAE,QAAQ;aAChB;SACF,CAAA;QAED,SAAE,CAAC,MAAM,CAAC,KAAK,CAAC,oCAAoC,CAAC,CAAA;QACrD,MAAM,
|
|
1
|
+
{"version":3,"file":"lint.js","sourceRoot":"","sources":["../../../src/commands/connector/lint.ts"],"names":[],"mappings":"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"}
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@apidevtools/json-schema-ref-parser": "10.1.0",
|
|
8
8
|
"@oclif/core": "2.8.5",
|
|
9
|
-
"@sw-tsdk/common": "^3.3.
|
|
10
|
-
"@sw-tsdk/connector": "^3.3.
|
|
11
|
-
"@sw-tsdk/core": "^3.3.
|
|
12
|
-
"@sw-tsdk/docker": "^3.3.
|
|
9
|
+
"@sw-tsdk/common": "^3.3.1",
|
|
10
|
+
"@sw-tsdk/connector": "^3.3.1",
|
|
11
|
+
"@sw-tsdk/core": "^3.3.1",
|
|
12
|
+
"@sw-tsdk/docker": "^3.3.1",
|
|
13
13
|
"@swimlane/connector-interfaces": "1.11.0",
|
|
14
14
|
"@swimlane/cosign": "1.4.1",
|
|
15
15
|
"@swimlane/docker-reference": "2.0.1",
|
|
@@ -95,6 +95,6 @@
|
|
|
95
95
|
"posttest": "yarn lint",
|
|
96
96
|
"dev:setup": "npm link"
|
|
97
97
|
},
|
|
98
|
-
"version": "3.3.
|
|
99
|
-
"gitHead": "
|
|
98
|
+
"version": "3.3.1",
|
|
99
|
+
"gitHead": "452fa36772cc35620ddfb2928f100a684480c467"
|
|
100
100
|
}
|