@axway/axway-central-cli 1.29.0-rc.13 → 1.29.0-rc.14

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.
@@ -340,7 +340,7 @@ async function configureECSDeployment(awsAgentValues) {
340
340
 
341
341
  const gatewayConnectivity = async installConfig => {
342
342
  console.log('\nCONNECTION TO AMAZON API GATEWAY:');
343
- console.log(_chalk.default.gray(`The agents need to connect to the Amazon (AWS) API Gateway to discover API's for publishing to Amplify Central and/or the Unified Catalog.\n` + `Use two credentials, one for executing the AWS CLI commands and one for the agents to connect to the AWS API Gateway.\n` + `The traceability Agent needs to connect to the AWS API Gateway for the collection of transaction headers.\n` + `These will be formatted to the Amplify Central Observer.\n`)); // DeploymentType
343
+ console.log(_chalk.default.gray(`You need credentials for executing the AWS CLI commands.\n` + `The Discovery Agents need to connect to the Amazon (AWS) API Gateway to discover API's for publishing to Amplify Central and/or the Unified Catalog.\n` + `The Traceability Agent needs to connect to the AWS API Gateway for the collection of transaction headers.\n` + `These headers will be formatted and fowarded to the Amplify Central Observer.\n` + `We recommend to use two different set of credentials: one for AWS CLI and one for the agents`)); // DeploymentType
344
344
 
345
345
  const deploymentType = await askDeployment();
346
346
  let awsAgentValues = new helpers.AWSAgentValues(deploymentType);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axway/axway-central-cli",
3
- "version": "1.29.0-rc.13",
3
+ "version": "1.29.0-rc.14",
4
4
  "description": "Manage APIs, services and publish to the Unified Catalog",
5
5
  "homepage": "https://platform.axway.com",
6
6
  "author": {