Skip to content

Commit 896ff9d

Browse files
author
serverpod_cloud
committed
fix: 76fa4d35f50809340ceccc57c4ebf23500f8c7f0
1 parent 5a6c856 commit 896ff9d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

serverpod_cloud_cli/lib/command_runner/commands/categories.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
abstract final class CommandCategories {
2+
static const String gettingStarted = 'Getting started';
23
static const String manage = 'Management';
34
static const String control = 'Mission Control';
45
static const String observe = 'Observatory';

serverpod_cloud_cli/lib/command_runner/commands/launch_command.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class CloudLaunchCommand extends CloudCliCommand<LaunchOption> {
4040
final description = 'Guided launch of a new Serverpod Cloud project.';
4141

4242
@override
43-
String get category => CommandCategories.control;
43+
String get category => CommandCategories.gettingStarted;
4444

4545
@override
4646
CloudLaunchCommand({required super.logger})

0 commit comments

Comments
 (0)