Skip to content

Commit 35b2622

Browse files
committed
Merge branch 'main' into feature/implement-deploy-branch
2 parents d80497e + c20bab6 commit 35b2622

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/interactive.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ try {
3030
*
3131
* Guides the user through selecting a Lagoon instance and project, then presents a menu of actions such as listing environments or users, deleting environments, generating login links, clearing Drupal cache, deploying branches, configuring SSH keys, and changing selections. Handles errors gracefully and logs key actions throughout the session.
3232
*/
33+
/**
34+
* Launches the interactive Lagoon CLI wrapper, allowing users to manage projects and environments through a guided command-line interface.
35+
*
36+
* Presents menus for selecting Lagoon instances and projects, and provides options to list environments or users, delete environments, generate login links, clear Drupal cache, configure SSH keys, and change selections. Handles errors gracefully and logs major actions throughout the session.
37+
*/
3338
export async function startInteractiveMode() {
3439
console.log(chalk.green('Welcome to the Lagoon CLI Wrapper!'));
3540
logAction('Application Start', 'N/A', 'Interactive mode started');

0 commit comments

Comments
 (0)