Skip to content

Commit

Permalink
feat: intro new brick shopware
Browse files Browse the repository at this point in the history
  • Loading branch information
andreabaccidevmy authored Nov 26, 2024
1 parent 671a10a commit 05e4217
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/cli_brick_configurations.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 05e4217

Please sign in to comment.