We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d93504c commit 1a90236Copy full SHA for 1a90236
src/interactive.mjs
@@ -181,8 +181,8 @@ async function showMainMenu(instance, project) {
181
console.log(chalk.blue(`\nCurrent Instance: ${chalk.bold(instance)}`));
182
console.log(chalk.blue(`Current Project: ${chalk.bold(project)}\n`));
183
184
- const action = await select({
185
- message: 'What would you like to do?',
+ const action = await search({
+ message: 'What would you like to do? (type to search)',
186
choices: [
187
{ value: 'listEnvironments', label: 'List Environments' },
188
{ value: 'listUsers', label: 'List Users' },
0 commit comments