From 5775e5cf8d0556e2406896072e31f43e9e8546bc Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Tue, 17 Oct 2023 17:29:31 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 + ...83097a99800fa6b049af3c61ad0ebf5727751.json | 54 +++++++++++++++++++ index.json | 3 ++ survos.command-bundle.1.5.json | 54 +++++++++++++++++++ 4 files changed, 112 insertions(+) create mode 100644 archived/survos.command-bundle/31483097a99800fa6b049af3c61ad0ebf5727751.json create mode 100644 survos.command-bundle.1.5.json diff --git a/RECIPES.md b/RECIPES.md index d1d6222f..41ebc8c9 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -516,6 +516,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [sulu/webpack-encore](https://packagist.org/packages/sulu/webpack-encore) | [1.0](sulu/webpack-encore/1.0) | | [suncat/mobile-detect-bundle](https://packagist.org/packages/suncat/mobile-detect-bundle) | [1.0](suncat/mobile-detect-bundle/1.0) | | [survos/barcode-bundle](https://packagist.org/packages/survos/barcode-bundle) | [1.0](survos/barcode-bundle/1.0) | +| [survos/command-bundle](https://packagist.org/packages/survos/command-bundle) | [1.5](survos/command-bundle/1.5) | | [svc/contactform-bundle](https://packagist.org/packages/svc/contactform-bundle) | [1.0](svc/contactform-bundle/1.0) | | [svc/param-bundle](https://packagist.org/packages/svc/param-bundle) | [1.0](svc/param-bundle/1.0) | | [svc/util-bundle](https://packagist.org/packages/svc/util-bundle) | [1.0](svc/util-bundle/1.0) | diff --git a/archived/survos.command-bundle/31483097a99800fa6b049af3c61ad0ebf5727751.json b/archived/survos.command-bundle/31483097a99800fa6b049af3c61ad0ebf5727751.json new file mode 100644 index 00000000..3544a777 --- /dev/null +++ b/archived/survos.command-bundle/31483097a99800fa6b049af3c61ad0ebf5727751.json @@ -0,0 +1,54 @@ +{ + "manifests": { + "survos/command-bundle": { + "manifest": { + "bundles": { + "Survos\\CommandBundle\\SurvosCommandBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "post-install-output": [ + " ", + " success ", + " ", + "", + " * Next steps:", + " 1. Configure /config/packages/survos_command.php to expose the namespaces (command prefixes)", + " 2. secure the /admin route, configure the route in config/routes/survos_command.php;", + " 3. Visit /admin/commmands." + ] + }, + "files": { + "config/packages/survos_command.yaml": { + "contents": [ + "survos_command:", + " # expose app:my-command, etc.", + " namespaces: [app]", + "", + "" + ], + "executable": false + }, + "config/routes/survos_command.php": { + "contents": [ + "import('@SurvosCommandBundle/config/routes.php')", + " ->prefix('/admin') // consider adding this path to the access_control key in security", + " ;", + "};", + "", + "" + ], + "executable": false + } + }, + "ref": "31483097a99800fa6b049af3c61ad0ebf5727751" + } + } +} diff --git a/index.json b/index.json index dcc78b02..9f6679b6 100644 --- a/index.json +++ b/index.json @@ -1632,6 +1632,9 @@ "survos/barcode-bundle": [ "1.0" ], + "survos/command-bundle": [ + "1.5" + ], "svc/contactform-bundle": [ "1.0" ], diff --git a/survos.command-bundle.1.5.json b/survos.command-bundle.1.5.json new file mode 100644 index 00000000..3544a777 --- /dev/null +++ b/survos.command-bundle.1.5.json @@ -0,0 +1,54 @@ +{ + "manifests": { + "survos/command-bundle": { + "manifest": { + "bundles": { + "Survos\\CommandBundle\\SurvosCommandBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "post-install-output": [ + " ", + " success ", + " ", + "", + " * Next steps:", + " 1. Configure /config/packages/survos_command.php to expose the namespaces (command prefixes)", + " 2. secure the /admin route, configure the route in config/routes/survos_command.php;", + " 3. Visit /admin/commmands." + ] + }, + "files": { + "config/packages/survos_command.yaml": { + "contents": [ + "survos_command:", + " # expose app:my-command, etc.", + " namespaces: [app]", + "", + "" + ], + "executable": false + }, + "config/routes/survos_command.php": { + "contents": [ + "import('@SurvosCommandBundle/config/routes.php')", + " ->prefix('/admin') // consider adding this path to the access_control key in security", + " ;", + "};", + "", + "" + ], + "executable": false + } + }, + "ref": "31483097a99800fa6b049af3c61ad0ebf5727751" + } + } +}