From d295e2b91d912cf22658654f070d5a321087a165 Mon Sep 17 00:00:00 2001 From: Michael Czechowski Date: Thu, 14 Aug 2025 19:20:30 +0200 Subject: [PATCH] feat: Add WordPress example to abra app new command --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index e31b8cc..0fda668 100644 --- a/flake.nix +++ b/flake.nix @@ -273,6 +273,7 @@ echo "" echo "Usage in container:" echo " abra app new -S --domain=myapp..local" + echo " abra app new wordpress -S --domain=blog.hopper.local" echo " abra app deploy myapp..local" echo "" echo "Browse all: https://recipes.coopcloud.tech"