@axway/axway-central-cli 2.10.0 → 2.11.0-rc.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.
@@ -112,7 +112,7 @@ const askDosaClientId = async (client, showWarning = true) => {
112
112
  } else {
113
113
  // We're using an existing service account. Notify user to make its keys available to the agents.
114
114
  if (showWarning) {
115
- console.log(_chalk.default.yellow('Please make sure your "private_key.pem" and "public_key.pem" files for the selected service account are copied to the folder location of the agents.'));
115
+ console.log(_chalk.default.yellow('Please make sure your "private_key.pem" and "public_key.pem" files for the selected service account are in this installation folder.'));
116
116
  } // Fetch selected service account's client ID and return info about it.
117
117
 
118
118
 
@@ -191,9 +191,9 @@ env:
191
191
  CENTRAL_AUTH_URL: {{centralConfig.authUrl}}
192
192
  CENTRAL_DEPLOYMENT: {{centralConfig.deployment}}
193
193
  CENTRAL_ENVIRONMENT: {{centralConfig.environment}}
194
- CENTRAL_ORGANIZATIONID: "{{centralConfig.ampcTeamName}}"
194
+ CENTRAL_ORGANIZATIONID: "{{centralConfig.orgId}}"
195
195
  {{#compare . centralConfig.ampcTeamName "" operator="!=" }}
196
- CENTRAL_TEAM={{centralConfig.ampcTeamName}}
196
+ CENTRAL_TEAM: {{centralConfig.ampcTeamName}}
197
197
  {{/compare}}
198
198
  CENTRAL_URL: {{centralConfig.url}}
199
199
  EVENT_LOG_FILE_PATHS: /events/*.log
@@ -317,7 +317,7 @@ env:
317
317
  CENTRAL_ENVIRONMENT: {{centralConfig.environment}}
318
318
  CENTRAL_ORGANIZATIONID: "{{centralConfig.orgId}}"
319
319
  {{#compare . centralConfig.ampcTeamName "" operator="!=" }}
320
- CENTRAL_TEAM={{centralConfig.ampcTeamName}}
320
+ CENTRAL_TEAM: {{centralConfig.ampcTeamName}}
321
321
  {{/compare}}
322
322
  CENTRAL_URL: {{centralConfig.url}}
323
323
  LOG_LEVEL: info
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axway/axway-central-cli",
3
- "version": "2.10.0",
3
+ "version": "2.11.0-rc.0",
4
4
  "description": "Manage APIs, services and publish to the Unified Catalog",
5
5
  "homepage": "https://platform.axway.com",
6
6
  "author": {