@axway/axway-central-cli 2.15.0-rc.2 → 2.15.0-rc.3

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.
@@ -98,7 +98,7 @@ const ConfigFiles = {}; // AWSAuthType - how the agent will authenticate to AWS
98
98
  var AWSAuthType; // AWSSaaSPrompts - all AWS Saas prompts to the user for input
99
99
 
100
100
  (function (AWSAuthType) {
101
- AWSAuthType["ASSUME"] = "AssumeRole Policy";
101
+ AWSAuthType["ASSUME"] = "Assume Role Policy";
102
102
  AWSAuthType["KEYS"] = "Access and Secret Keys";
103
103
  })(AWSAuthType || (AWSAuthType = {}));
104
104
 
@@ -151,7 +151,8 @@ const askForAWSCredentials = async hostedAgentValues => {
151
151
 
152
152
  hostedAgentValues.externalID = await (0, _basicPrompts.askInput)({
153
153
  msg: SaasPrompts.EXTERNAL_ID,
154
- defaultValue: hostedAgentValues.externalID !== '' ? hostedAgentValues.externalID : undefined
154
+ defaultValue: hostedAgentValues.externalID !== '' ? hostedAgentValues.externalID : undefined,
155
+ allowEmptyInput: true
155
156
  });
156
157
  } else {
157
158
  log("using key and secret authentication"); // get access key
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axway/axway-central-cli",
3
- "version": "2.15.0-rc.2",
3
+ "version": "2.15.0-rc.3",
4
4
  "description": "Manage APIs, services and publish to the Unified Catalog",
5
5
  "homepage": "https://platform.axway.com",
6
6
  "author": {