From 05e4217f1462027c3d9c32c9e9dc4709534a0943 Mon Sep 17 00:00:00 2001 From: Andrea Bacci <155569264+andreabaccidevmy@users.noreply.github.com> Date: Tue, 26 Nov 2024 16:17:32 +0100 Subject: [PATCH] feat: intro new brick shopware --- lib/cli_brick_configurations.dart | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/cli_brick_configurations.dart b/lib/cli_brick_configurations.dart index ca6fabf..e3a31b2 100644 --- a/lib/cli_brick_configurations.dart +++ b/lib/cli_brick_configurations.dart @@ -68,6 +68,12 @@ final cliConfiguration = CliConfiguration( ], aliases: ['next'], ), + ApplicationCommandDefinition( + name: "shopware", + brick: GitPath("https://github.com/acadevmy/shopware-application-brick"), + description: + "Generate a starter to install Shopware 6, inside the container", + ), ApplicationCommandDefinition( name: "directus", brick: GitPath("https://github.com/acadevmy/directus-application-brick"),