From f1abb3bcdd5bd78a0d65bc3b81ea4b8b5a2f3103 Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Wed, 4 Dec 2024 13:52:41 -0500 Subject: [PATCH 1/2] fix call to open file --- survos/command-bundle/1.5/post-install.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/survos/command-bundle/1.5/post-install.txt b/survos/command-bundle/1.5/post-install.txt index d95f44de..ae95b3b3 100644 --- a/survos/command-bundle/1.5/post-install.txt +++ b/survos/command-bundle/1.5/post-install.txt @@ -6,4 +6,4 @@ 1. Configure /config/packages/survos_command.yaml to expose the namespaces (command prefixes) 2. Secure the /admin route, customize the route in config/routes/survos_command.yaml 3. optionally create a command with bin/console make:command app:do-something - 4. bin/console open:local --path=/admin/commands/list + 4. symfony open:local --path=/admin/commands/list From 2d8d9d2eb55f0d1e4ad7d02b39169a176172ebc0 Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Sat, 4 Jan 2025 12:24:56 -0500 Subject: [PATCH 2/2] Update survos/command-bundle/1.5/post-install.txt Co-authored-by: Fabien Potencier --- survos/command-bundle/1.5/post-install.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/survos/command-bundle/1.5/post-install.txt b/survos/command-bundle/1.5/post-install.txt index ae95b3b3..633b268f 100644 --- a/survos/command-bundle/1.5/post-install.txt +++ b/survos/command-bundle/1.5/post-install.txt @@ -3,7 +3,7 @@ * Next steps: - 1. Configure /config/packages/survos_command.yaml to expose the namespaces (command prefixes) + 1. Configure config/packages/survos_command.yaml to expose the namespaces (command prefixes) 2. Secure the /admin route, customize the route in config/routes/survos_command.yaml 3. optionally create a command with bin/console make:command app:do-something 4. symfony open:local --path=/admin/commands/list