@trayio/cdk-cli 1.2.0 → 1.3.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
@@ -24,7 +24,7 @@ $ npm install -g @trayio/cdk-cli
24
24
  $ tray-cdk COMMAND
25
25
  running command...
26
26
  $ tray-cdk (--version|-v)
27
- @trayio/cdk-cli/1.2.0 linux-x64 node-v18.18.0
27
+ @trayio/cdk-cli/1.3.0 linux-x64 node-v18.18.0
28
28
  $ tray-cdk --help [COMMAND]
29
29
  USAGE
30
30
  $ tray-cdk COMMAND
Binary file
package/dist/deploy.js CHANGED
@@ -75,8 +75,8 @@ class DeployConnector extends core_1.Command {
75
75
  const connectorsJsonPath = pathLib.join(currentDirectory, 'connectors.json');
76
76
  fse.unlinkSync(connectorsJsonPath);
77
77
  if (response.isSuccess) {
78
- this.log(chalk_1.default.bold(chalk_1.default.green(`Connector Deploy Finished`)));
79
- this.log(JSON.stringify(response));
78
+ this.log(chalk_1.default.bold(chalk_1.default.green(`Connector Deploy Request Sent`)));
79
+ this.log(`Deployment [${response.value.id}] is in progress`);
80
80
  }
81
81
  if (response.isFailure) {
82
82
  this.log(chalk_1.default.bold(chalk_1.default.red(`Connector Deploy Failed`)));
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.2.0",
2
+ "version": "1.3.0",
3
3
  "commands": {
4
4
  "add-operation": {
5
5
  "id": "add-operation",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trayio/cdk-cli",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "A CLI for connector development",
5
5
  "exports": {
6
6
  "./*": "./dist/*.js"
@@ -19,11 +19,11 @@
19
19
  "@oclif/plugin-help": "5.2.9",
20
20
  "@oclif/plugin-version": "1.3.3",
21
21
  "@oclif/test": "2.3.17",
22
- "@trayio/axios": "1.2.0",
23
- "@trayio/cdk-build": "1.2.0",
24
- "@trayio/commons": "1.2.0",
25
- "@trayio/generator": "1.2.0",
26
- "@trayio/tray-client": "1.2.0",
22
+ "@trayio/axios": "1.3.0",
23
+ "@trayio/cdk-build": "1.3.0",
24
+ "@trayio/commons": "1.3.0",
25
+ "@trayio/generator": "1.3.0",
26
+ "@trayio/tray-client": "1.3.0",
27
27
  "@types/inquirer": "8.2.6",
28
28
  "chalk": "4.1.2",
29
29
  "inquirer": "8.2.5"