🩹 Add stop to platform and wait for it in CLI (#438)

This commit is contained in:
Eric Doughty-Papassideris
2024-03-26 12:06:22 +01:00
committed by ericlinagora
parent 7c31550339
commit 4869c70bbc
13 changed files with 84 additions and 3 deletions
@@ -131,7 +131,9 @@ const command: yargs.CommandModule<unknown, unknown> = {
repository,
spinner,
});
spinner.start("Shutting down platform...");
await platform.stop();
spinner.succeed("Platform shutdown");
spinner.stop();
},
};