@sw-tsdk/plugin-turbine 2.0.1-next.39 → 2.0.1-next.41

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
@@ -16,7 +16,7 @@ $ npm install -g @sw-tsdk/plugin-turbine
16
16
  $ sw-tsdk-turbine COMMAND
17
17
  running command...
18
18
  $ sw-tsdk-turbine (--version)
19
- @sw-tsdk/plugin-turbine/2.0.1-next.39+de4292e linux-x64 node-v16.17.1
19
+ @sw-tsdk/plugin-turbine/2.0.1-next.41+e3bd50c linux-x64 node-v16.17.1
20
20
  $ sw-tsdk-turbine --help [COMMAND]
21
21
  USAGE
22
22
  $ sw-tsdk-turbine COMMAND
@@ -51,7 +51,7 @@ DESCRIPTION
51
51
  Use to push an integration to Turbine
52
52
  ```
53
53
 
54
- _See code: [lib/commands/turbine/connector/keys/generate.js](https://github.com/swimlane/turbine-sdk/blob/v2.0.1-next.39+de4292e/lib/commands/turbine/connector/keys/generate.js)_
54
+ _See code: [lib/commands/turbine/connector/keys/generate.js](https://github.com/swimlane/turbine-sdk/blob/v2.0.1-next.41+e3bd50c/lib/commands/turbine/connector/keys/generate.js)_
55
55
 
56
56
  ## `sw-tsdk-turbine turbine:connector:keys:list`
57
57
 
@@ -68,7 +68,7 @@ DESCRIPTION
68
68
  Use to push an integration to Turbine
69
69
  ```
70
70
 
71
- _See code: [lib/commands/turbine/connector/keys/list.js](https://github.com/swimlane/turbine-sdk/blob/v2.0.1-next.39+de4292e/lib/commands/turbine/connector/keys/list.js)_
71
+ _See code: [lib/commands/turbine/connector/keys/list.js](https://github.com/swimlane/turbine-sdk/blob/v2.0.1-next.41+e3bd50c/lib/commands/turbine/connector/keys/list.js)_
72
72
 
73
73
  ## `sw-tsdk-turbine turbine:connector:push`
74
74
 
@@ -89,7 +89,7 @@ DESCRIPTION
89
89
  Use to push an integration to Turbine
90
90
  ```
91
91
 
92
- _See code: [lib/commands/turbine/connector/push.js](https://github.com/swimlane/turbine-sdk/blob/v2.0.1-next.39+de4292e/lib/commands/turbine/connector/push.js)_
92
+ _See code: [lib/commands/turbine/connector/push.js](https://github.com/swimlane/turbine-sdk/blob/v2.0.1-next.41+e3bd50c/lib/commands/turbine/connector/push.js)_
93
93
 
94
94
  ## `sw-tsdk-turbine turbine:login`
95
95
 
@@ -109,5 +109,5 @@ DESCRIPTION
109
109
  Use to login to Turbine
110
110
  ```
111
111
 
112
- _See code: [lib/commands/turbine/login.js](https://github.com/swimlane/turbine-sdk/blob/v2.0.1-next.39+de4292e/lib/commands/turbine/login.js)_
112
+ _See code: [lib/commands/turbine/login.js](https://github.com/swimlane/turbine-sdk/blob/v2.0.1-next.41+e3bd50c/lib/commands/turbine/login.js)_
113
113
  <!-- commandsstop -->
@@ -1 +1 @@
1
- {"version":"2.0.1-next.39+de4292e","commands":{"turbine:login":{"id":"turbine:login","description":"Use to login to Turbine","strict":true,"pluginName":"@sw-tsdk/plugin-turbine","pluginAlias":"@sw-tsdk/plugin-turbine","pluginType":"core","aliases":[],"flags":{"log-level":{"name":"log-level","type":"option","hidden":true,"multiple":false,"options":["debug"]},"username":{"name":"username","type":"option","char":"u","description":"Turbine username","multiple":false},"password":{"name":"password","type":"option","char":"p","description":"Turbine password","multiple":false},"turbine-url":{"name":"turbine-url","type":"option","description":"the url of the turbine instance [https://turbine.acme.com]","required":true,"multiple":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[]},"turbine:connector:push":{"id":"turbine:connector:push","description":"Use to push an integration to Turbine","strict":true,"pluginName":"@sw-tsdk/plugin-turbine","pluginAlias":"@sw-tsdk/plugin-turbine","pluginType":"core","aliases":[],"flags":{"log-level":{"name":"log-level","type":"option","hidden":true,"multiple":false,"options":["debug"]},"file":{"name":"file","type":"option","char":"f","description":"path of the file to be uploaded to Turbine","required":true,"multiple":false},"username":{"name":"username","type":"option","char":"u","description":"Turbine username","multiple":false,"default":""},"password":{"name":"password","type":"option","char":"p","description":"Turbine password","multiple":false,"default":""},"turbine-url":{"name":"turbine-url","type":"option","description":"the url of the turbine instance [https://turbine.acme.com]","required":true,"multiple":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[]},"turbine:connector:keys:generate":{"id":"turbine:connector:keys:generate","description":"Use to push an integration to Turbine","strict":true,"pluginName":"@sw-tsdk/plugin-turbine","pluginAlias":"@sw-tsdk/plugin-turbine","pluginType":"core","aliases":[],"flags":{"log-level":{"name":"log-level","type":"option","hidden":true,"multiple":false,"options":["debug"]},"username":{"name":"username","type":"option","char":"u","description":"Turbine username","multiple":false,"default":""},"password":{"name":"password","type":"option","char":"p","description":"Turbine password","multiple":false,"default":""},"signing-password":{"name":"signing-password","type":"option","description":"password used for the private key","multiple":false,"default":""},"key-name":{"name":"key-name","type":"option","description":"name used for the key (default: username)","multiple":false},"turbine-url":{"name":"turbine-url","type":"option","description":"the url of the turbine instance [https://turbine.acme.com]","required":true,"multiple":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[]},"turbine:connector:keys:list":{"id":"turbine:connector:keys:list","description":"Use to push an integration to Turbine","strict":true,"pluginName":"@sw-tsdk/plugin-turbine","pluginAlias":"@sw-tsdk/plugin-turbine","pluginType":"core","aliases":[],"flags":{"log-level":{"name":"log-level","type":"option","hidden":true,"multiple":false,"options":["debug"]},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[]}}}
1
+ {"version":"2.0.1-next.41+e3bd50c","commands":{"turbine:login":{"id":"turbine:login","description":"Use to login to Turbine","strict":true,"pluginName":"@sw-tsdk/plugin-turbine","pluginAlias":"@sw-tsdk/plugin-turbine","pluginType":"core","aliases":[],"flags":{"log-level":{"name":"log-level","type":"option","hidden":true,"multiple":false,"options":["debug"]},"username":{"name":"username","type":"option","char":"u","description":"Turbine username","multiple":false},"password":{"name":"password","type":"option","char":"p","description":"Turbine password","multiple":false},"turbine-url":{"name":"turbine-url","type":"option","description":"the url of the turbine instance [https://turbine.acme.com]","required":true,"multiple":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[]},"turbine:connector:push":{"id":"turbine:connector:push","description":"Use to push an integration to Turbine","strict":true,"pluginName":"@sw-tsdk/plugin-turbine","pluginAlias":"@sw-tsdk/plugin-turbine","pluginType":"core","aliases":[],"flags":{"log-level":{"name":"log-level","type":"option","hidden":true,"multiple":false,"options":["debug"]},"file":{"name":"file","type":"option","char":"f","description":"path of the file to be uploaded to Turbine","required":true,"multiple":false},"username":{"name":"username","type":"option","char":"u","description":"Turbine username","multiple":false,"default":""},"password":{"name":"password","type":"option","char":"p","description":"Turbine password","multiple":false,"default":""},"turbine-url":{"name":"turbine-url","type":"option","description":"the url of the turbine instance [https://turbine.acme.com]","required":true,"multiple":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[]},"turbine:connector:keys:generate":{"id":"turbine:connector:keys:generate","description":"Use to push an integration to Turbine","strict":true,"pluginName":"@sw-tsdk/plugin-turbine","pluginAlias":"@sw-tsdk/plugin-turbine","pluginType":"core","aliases":[],"flags":{"log-level":{"name":"log-level","type":"option","hidden":true,"multiple":false,"options":["debug"]},"username":{"name":"username","type":"option","char":"u","description":"Turbine username","multiple":false,"default":""},"password":{"name":"password","type":"option","char":"p","description":"Turbine password","multiple":false,"default":""},"signing-password":{"name":"signing-password","type":"option","description":"password used for the private key","multiple":false,"default":""},"key-name":{"name":"key-name","type":"option","description":"name used for the key (default: username)","multiple":false},"turbine-url":{"name":"turbine-url","type":"option","description":"the url of the turbine instance [https://turbine.acme.com]","required":true,"multiple":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[]},"turbine:connector:keys:list":{"id":"turbine:connector:keys:list","description":"Use to push an integration to Turbine","strict":true,"pluginName":"@sw-tsdk/plugin-turbine","pluginAlias":"@sw-tsdk/plugin-turbine","pluginType":"core","aliases":[],"flags":{"log-level":{"name":"log-level","type":"option","hidden":true,"multiple":false,"options":["debug"]},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[]}}}
package/package.json CHANGED
@@ -5,11 +5,11 @@
5
5
  },
6
6
  "dependencies": {
7
7
  "@oclif/core": "1.16.4",
8
- "@sw-tsdk/common": "^2.0.1-next.39+de4292e",
9
- "@sw-tsdk/connector": "^2.0.1-next.39+de4292e",
10
- "@sw-tsdk/core": "^2.0.1-next.39+de4292e",
11
- "@sw-tsdk/docker": "^2.0.1-next.39+de4292e",
12
- "@sw-tsdk/turbine": "^2.0.1-next.39+de4292e",
8
+ "@sw-tsdk/common": "^2.0.1-next.41+e3bd50c",
9
+ "@sw-tsdk/connector": "^2.0.1-next.41+e3bd50c",
10
+ "@sw-tsdk/core": "^2.0.1-next.41+e3bd50c",
11
+ "@sw-tsdk/docker": "^2.0.1-next.41+e3bd50c",
12
+ "@sw-tsdk/turbine": "^2.0.1-next.41+e3bd50c",
13
13
  "@swimlane/cosign": "1.3.1",
14
14
  "date-fns": "2.29.3",
15
15
  "fs-extra": "10.1.0",
@@ -66,6 +66,6 @@
66
66
  "posttest": "yarn lint",
67
67
  "dev:setup": "npm link"
68
68
  },
69
- "version": "2.0.1-next.39+de4292e",
70
- "gitHead": "de4292e3d7c16caa59b8dccf95f52854ef3cf8ad"
69
+ "version": "2.0.1-next.41+e3bd50c",
70
+ "gitHead": "e3bd50c20ff86123b9133fa06bdb78b0edc1e49a"
71
71
  }