@sw-tsdk/plugin-turbine 1.0.1-next.66 → 2.0.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
@@ -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/1.0.1-next.66+417cda9 linux-x64 node-v16.18.0
19
+ @sw-tsdk/plugin-turbine/2.0.0 darwin-x64 node-v16.17.1
20
20
  $ sw-tsdk-turbine --help [COMMAND]
21
21
  USAGE
22
22
  $ sw-tsdk-turbine COMMAND
@@ -33,7 +33,7 @@ USAGE
33
33
 
34
34
  ## `sw-tsdk-turbine turbine:connector:keys:generate`
35
35
 
36
- Use to push an integration to Turbine
36
+ Use to generate and store signing keys in Turbine
37
37
 
38
38
  ```
39
39
  USAGE
@@ -49,10 +49,10 @@ FLAGS
49
49
  --turbine-url=<value> (required) the url of the turbine instance [https://turbine.acme.com]
50
50
 
51
51
  DESCRIPTION
52
- Use to push an integration to Turbine
52
+ Use to generate and store signing keys in Turbine
53
53
  ```
54
54
 
55
- _See code: [lib/commands/turbine/connector/keys/generate.js](https://github.com/swimlane/turbine-sdk/blob/v1.0.1-next.66+417cda9/lib/commands/turbine/connector/keys/generate.js)_
55
+ _See code: [lib/commands/turbine/connector/keys/generate.js](https://github.com/swimlane/turbine-sdk/blob/v2.0.0/lib/commands/turbine/connector/keys/generate.js)_
56
56
 
57
57
  ## `sw-tsdk-turbine turbine:connector:keys:list:local`
58
58
 
@@ -69,7 +69,7 @@ DESCRIPTION
69
69
  Use to list local keys
70
70
  ```
71
71
 
72
- _See code: [lib/commands/turbine/connector/keys/list/local.js](https://github.com/swimlane/turbine-sdk/blob/v1.0.1-next.66+417cda9/lib/commands/turbine/connector/keys/list/local.js)_
72
+ _See code: [lib/commands/turbine/connector/keys/list/local.js](https://github.com/swimlane/turbine-sdk/blob/v2.0.0/lib/commands/turbine/connector/keys/list/local.js)_
73
73
 
74
74
  ## `sw-tsdk-turbine turbine:connector:keys:list:remote`
75
75
 
@@ -89,7 +89,7 @@ DESCRIPTION
89
89
  Use to list remote keys
90
90
  ```
91
91
 
92
- _See code: [lib/commands/turbine/connector/keys/list/remote.js](https://github.com/swimlane/turbine-sdk/blob/v1.0.1-next.66+417cda9/lib/commands/turbine/connector/keys/list/remote.js)_
92
+ _See code: [lib/commands/turbine/connector/keys/list/remote.js](https://github.com/swimlane/turbine-sdk/blob/v2.0.0/lib/commands/turbine/connector/keys/list/remote.js)_
93
93
 
94
94
  ## `sw-tsdk-turbine turbine:connector:push`
95
95
 
@@ -110,7 +110,7 @@ DESCRIPTION
110
110
  Use to push an integration to Turbine
111
111
  ```
112
112
 
113
- _See code: [lib/commands/turbine/connector/push.js](https://github.com/swimlane/turbine-sdk/blob/v1.0.1-next.66+417cda9/lib/commands/turbine/connector/push.js)_
113
+ _See code: [lib/commands/turbine/connector/push.js](https://github.com/swimlane/turbine-sdk/blob/v2.0.0/lib/commands/turbine/connector/push.js)_
114
114
 
115
115
  ## `sw-tsdk-turbine turbine:login`
116
116
 
@@ -130,5 +130,5 @@ DESCRIPTION
130
130
  Use to login to Turbine
131
131
  ```
132
132
 
133
- _See code: [lib/commands/turbine/login.js](https://github.com/swimlane/turbine-sdk/blob/v1.0.1-next.66+417cda9/lib/commands/turbine/login.js)_
133
+ _See code: [lib/commands/turbine/login.js](https://github.com/swimlane/turbine-sdk/blob/v2.0.0/lib/commands/turbine/login.js)_
134
134
  <!-- commandsstop -->
@@ -53,7 +53,7 @@ class Generate extends core_2.Base {
53
53
  }
54
54
  }
55
55
  exports.Generate = Generate;
56
- Generate.description = 'Use to push an integration to Turbine';
56
+ Generate.description = 'Use to generate and store signing keys in Turbine';
57
57
  Generate.flags = Object.assign(Object.assign({}, core_2.Base.BaseFlags), { username: core_1.Flags.string({ char: 'u', description: 'Turbine username', default: '' }), password: core_1.Flags.string({ char: 'p', description: 'Turbine password', default: '' }), 'signing-password': core_1.Flags.string({ description: 'password used for the private key', default: '' }), 'key-name': core_1.Flags.string({ description: 'name used for the key (default: username)' }), 'turbine-url': core_1.Flags.string({ description: 'the url of the turbine instance [https://turbine.acme.com]', required: true }),
58
58
  // replace: Flags.boolean({description: 'replaces the existing key'}),
59
59
  help: core_1.Flags.help({ char: 'h' }) });
@@ -1 +1 @@
1
- {"version":3,"file":"generate.js","sourceRoot":"","sources":["../../../../../src/commands/turbine/connector/keys/generate.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"generate.js","sourceRoot":"","sources":["../../../../../src/commands/turbine/connector/keys/generate.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":"1.0.1-next.66+417cda9","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:local":{"id":"turbine:connector:keys:list:local","description":"Use to list local keys","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":[]},"turbine:connector:keys:list:remote":{"id":"turbine:connector:keys:list:remote","description":"Use to list remote keys","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":[]}}}
1
+ {"version":"2.0.0","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 generate and store signing keys in 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:local":{"id":"turbine:connector:keys:list:local","description":"Use to list local keys","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":[]},"turbine:connector:keys:list:remote":{"id":"turbine:connector:keys:list:remote","description":"Use to list remote keys","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":[]}}}
package/package.json CHANGED
@@ -5,11 +5,11 @@
5
5
  },
6
6
  "dependencies": {
7
7
  "@oclif/core": "1.16.4",
8
- "@sw-tsdk/common": "^1.0.1-next.66+417cda9",
9
- "@sw-tsdk/connector": "^1.0.1-next.66+417cda9",
10
- "@sw-tsdk/core": "^1.0.1-next.66+417cda9",
11
- "@sw-tsdk/docker": "^1.0.1-next.66+417cda9",
12
- "@sw-tsdk/turbine": "^1.0.1-next.66+417cda9",
8
+ "@sw-tsdk/common": "^2.0.0",
9
+ "@sw-tsdk/connector": "^2.0.0",
10
+ "@sw-tsdk/core": "^2.0.0",
11
+ "@sw-tsdk/docker": "^2.0.0",
12
+ "@sw-tsdk/turbine": "^2.0.0",
13
13
  "@swimlane/cosign": "1.3.1",
14
14
  "date-fns": "2.29.3",
15
15
  "fs-extra": "10.1.0",
@@ -57,14 +57,15 @@
57
57
  },
58
58
  "scripts": {
59
59
  "build": "rm -rf lib && tsc",
60
+ "postbuild": "oclif manifest && yarn docs",
60
61
  "lint": "eslint . --ext .ts --config .eslintrc",
61
62
  "postpack": "shx rm -f oclif.manifest.json",
62
63
  "prepack": "yarn build && oclif manifest && oclif readme",
63
- "version": "oclif readme",
64
+ "docs": "oclif readme",
64
65
  "test": "jest --passWithNoTests",
65
66
  "posttest": "yarn lint",
66
67
  "dev:setup": "npm link"
67
68
  },
68
- "version": "1.0.1-next.66+417cda9",
69
- "gitHead": "417cda98fc9c7f1b08e62c26315be200d223f3f4"
69
+ "version": "2.0.0",
70
+ "gitHead": "0df4f0ee14534b1bf106707ddd752c5f6724efc5"
70
71
  }