@axway/axway-central-cli 2.15.0-rc.4 → 2.15.1

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.
@@ -138,7 +138,7 @@ const askForAWSCredentials = async hostedAgentValues => {
138
138
  value: AWSAuthType.KEYS
139
139
  }]
140
140
  });
141
- console.log(_chalk.default.blue("Please refer to docs.axway.com for information on creating the necessary AWS IAM policies"));
141
+ console.log(_chalk.default.gray("Please refer to docs.axway.com for information on creating the necessary AWS IAM policies"));
142
142
 
143
143
  if (hostedAgentValues.authType === AWSAuthType.ASSUME) {
144
144
  log("using an assume role policy authentication"); // get assume role arn
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axway/axway-central-cli",
3
- "version": "2.15.0-rc.4",
3
+ "version": "2.15.1",
4
4
  "description": "Manage APIs, services and publish to the Unified Catalog",
5
5
  "homepage": "https://platform.axway.com",
6
6
  "author": {