@axway/axway-central-cli 2.11.0-rc.2 → 2.11.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.
@@ -483,11 +483,11 @@ ${_chalk.default.cyan(`docker run --env-file ${helpers.pwdWin}/${ConfigFiles.DAE
483
483
  ${daImage}:${installConfig.daVersion}`)}` : `
484
484
  Start the Discovery agent on Linux based machine:
485
485
  ${_chalk.default.cyan(`docker run --env-file ${helpers.pwd}/${ConfigFiles.DAEnvVars} -v ${helpers.pwd}:/keys ${helpers.eolChar}
486
- ${daImage}:${installConfig.daVersion}`)}`}
486
+ -v data ${daImage}:${installConfig.daVersion}`)}`}
487
487
  ${_utils.isWindows ? `
488
488
  Start the Traceability agent on Windows machine (cmd.exe):
489
489
  ${_chalk.default.cyan(`docker run --env-file ${helpers.pwdWin}/${ConfigFiles.TAEnvVars} -v ${helpers.pwdWin}:/keys ${helpers.eolCharWin}
490
- ${taImage}:${installConfig.taVersion}`)}` : `
490
+ -v /data ${taImage}:${installConfig.taVersion}`)}` : `
491
491
  Start the Traceability agent on Linux based machine:
492
492
  ${_chalk.default.cyan(`docker run --env-file ${helpers.pwd}/${ConfigFiles.TAEnvVars} -v ${helpers.pwd}:/keys ${helpers.eolChar}
493
493
  ${taImage}:${installConfig.taVersion}`)}`}`;
@@ -182,7 +182,7 @@ const dockerSuccessMsg = installConfig => {
182
182
  console.log(_chalk.default.cyan(`docker pull ${daImageVersion}`));
183
183
  console.log(_chalk.default.white(_utils.isWindows ? startDaWinMsg : startDaLinuxMsg));
184
184
  console.log(_chalk.default.cyan(_utils.isWindows ? runDaWinMsg : runDaLinuxMsg));
185
- console.log(_chalk.default.cyan(daImageVersion), '\n');
185
+ console.log('\t', _chalk.default.cyan(`-v /data ${daImageVersion}`), '\n');
186
186
  }
187
187
 
188
188
  if (installConfig.switches.isTaEnabled) {
@@ -191,7 +191,7 @@ const dockerSuccessMsg = installConfig => {
191
191
  console.log(_chalk.default.cyan(`docker pull ${taImageVersion}`));
192
192
  console.log(_chalk.default.white(_utils.isWindows ? startTaWinMsg : startTaLinuxMsg));
193
193
  console.log(_chalk.default.cyan(_utils.isWindows ? runTaWinMsg : runTaLinuxMsg));
194
- console.log(_chalk.default.cyan(taImageVersion), '\n');
194
+ console.log('\t', _chalk.default.cyan(`-v /data ${taImageVersion}`), '\n');
195
195
  }
196
196
  }; // Azure DA prompts
197
197
 
@@ -392,7 +392,7 @@ const dockerSuccessMsg = (installConfig, eventLogPath) => {
392
392
  console.log(_cliKit.chalk.cyan(`docker pull ${daImageVersion}`));
393
393
  console.log(_cliKit.chalk.white(_utils.isWindows ? startDaWinMsg : startDaLinuxMsg));
394
394
  console.log(_cliKit.chalk.cyan(_utils.isWindows ? runDaWinMsg : runDaLinuxMsg));
395
- console.log('\t', _cliKit.chalk.cyan(daImageVersion), '\n');
395
+ console.log('\t', _cliKit.chalk.cyan(`-v /data ${daImageVersion}`));
396
396
  }
397
397
 
398
398
  if (installConfig.switches.isTaEnabled) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axway/axway-central-cli",
3
- "version": "2.11.0-rc.2",
3
+ "version": "2.11.0",
4
4
  "description": "Manage APIs, services and publish to the Unified Catalog",
5
5
  "homepage": "https://platform.axway.com",
6
6
  "author": {
@@ -41,7 +41,7 @@
41
41
  "name": "central"
42
42
  },
43
43
  "dependencies": {
44
- "@axway/amplify-cli-utils": "^5.0.9",
44
+ "@axway/amplify-cli-utils": "^5.0.10",
45
45
  "chalk": "^4.1.2",
46
46
  "cli-kit": "^1.16.0",
47
47
  "dayjs": "^1.11.2",
@@ -79,7 +79,7 @@
79
79
  "@types/mocha": "^9.1.1",
80
80
  "@types/node": "^17.0.23",
81
81
  "@types/rx": "^4.1.2",
82
- "@types/semver": "^7.3.9",
82
+ "@types/semver": "^7.3.10",
83
83
  "@types/sinon": "^10.0.11",
84
84
  "@types/tmp": "^0.2.3",
85
85
  "@types/update-notifier": "^5.1.0",
@@ -90,7 +90,7 @@
90
90
  "core-js": "^3.22.8",
91
91
  "mocha": "^9.2.2",
92
92
  "nock": "^13.2.4",
93
- "nodemon": "^2.0.16",
93
+ "nodemon": "^2.0.18",
94
94
  "nyc": "^15.1.0",
95
95
  "prettier": "^2.6.2",
96
96
  "sinon": "^11.1.2",