@@ -53,21 +53,22 @@ public WacsdkProjectCommands(WacsdkCommandConfig config, Option<string> repoOpti
5353 AddCommand ( new WacsdkProjectGetCommand ( config , repoOption ) ) ;
5454 AddCommand ( new WacsdkProjectCreateCommand ( config , repoOption , nameOption , descriptionOption ) ) ;
5555 AddCommand ( new WacsdkProjectListCommand ( config , repoOption ) ) ;
56+ AddCommand ( new WacsdkProjectDeleteCommand ( config , repoOption ) ) ;
5657
5758 // Add entity property management commands
5859 AddCommand ( new EntityNameCommand ( config , repoOption , projectIdOption , valueOption ) ) ;
5960 AddCommand ( new EntityDescription ( config , repoOption , projectIdOption , valueOption ) ) ;
6061 AddCommand ( new EntityExtendedDescription ( config , repoOption , projectIdOption , valueOption ) ) ;
6162 AddCommand ( new EntityIsUnlistedCommand ( config , repoOption , projectIdOption , boolValueOption ) ) ;
6263 AddCommand ( new EntityForgetMeCommand ( config , repoOption , projectIdOption , nullableBoolValueOption ) ) ;
63-
64+
6465 // Add collection management commands
6566 AddCommand ( new ConnectionsCommand ( config , repoOption , projectIdOption , connectionIdOption , connectionValueOption ) ) ;
6667 AddCommand ( new EntityImagesCommand ( config , repoOption , projectIdOption , imagePathOption , optionalImageIdOption , requiredImageIdOption , imageNameOption ) ) ;
6768 AddCommand ( new LinksCommand ( config , repoOption , projectIdOption , linkIdOption , nameOption , urlOption , descriptionOption ) ) ;
6869 AddCommand ( new UserRolesCommand ( config , repoOption , projectIdOption , userIdOption , roleIdOption , roleNameOption , roleDescriptionOption ) ) ;
6970 AddCommand ( new AccentColorCommand ( config , repoOption , projectIdOption , colorOption ) ) ;
70-
71+
7172 // Add project-specific commands
7273 AddCommand ( new CategoryCommand ( config , repoOption , projectIdOption , categoryOption ) ) ;
7374 AddCommand ( new FeaturesCommand ( config , repoOption , projectIdOption , featureOption ) ) ;
0 commit comments