diff --git a/lib/commands/v2new/ui.js b/lib/commands/v2new/ui.js index f38db0b3..2f48ad2a 100644 --- a/lib/commands/v2new/ui.js +++ b/lib/commands/v2new/ui.js @@ -113,6 +113,7 @@ function getDeploymentType(deployType, callback) { type: 'list', name: 'deployDelegate', choices: deployDelegateChoices, + pageSize: 30, filter: input => input.replace(/\n.*/g, '') }]).then((answer) => { callback(null, answer.deployDelegate);