You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Starts the interactive Lagoon CLI session for managing projects and environments.
30
26
*
31
-
* 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.
27
+
* Guides the user through selecting a Lagoon instance and project, then presents a menu of actions such as listing
* configuring SSH keys, and changing selections. Handles errors gracefully and logs key actions throughout the session.
32
30
*/
33
31
/**
34
-
* Launches the interactive Lagoon CLI wrapper, allowing users to manage projects and environments through a guided command-line interface.
32
+
* Launches the interactive Lagoon CLI wrapper, allowing users to manage projects and environments through a guided
33
+
* command-line interface.
35
34
*
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.
35
+
* Presents menus for selecting Lagoon instances and projects, and provides options to list environments or users,
constspinner=ora(`Loading environments for ${project}...`).start();
@@ -486,7 +488,8 @@ async function clearCacheFlow(instance, project, githubBaseUrl) {
486
488
/**
487
489
* Guides the user through deploying a selected Git branch for a Lagoon project via the interactive CLI.
488
490
*
489
-
* Prompts the user to select a branch from the project's Git repository, confirms deployment, and initiates the deployment process. Provides feedback on success or failure and informs the user that deployment is asynchronous.
491
+
* Prompts the user to select a branch from the project's Git repository, confirms deployment, and initiates the
492
+
* deployment process. Provides feedback on success or failure and informs the user that deployment is asynchronous.
490
493
*
491
494
* @param {string} instance - The Lagoon instance identifier.
492
495
* @param {string} project - The Lagoon project name.
0 commit comments