From 0cda39f1d2c0b2ebd0c9f0e61b28e87b5340a5e4 Mon Sep 17 00:00:00 2001 From: alexm Date: Fri, 16 May 2025 11:44:12 +0200 Subject: [PATCH] feat: refs #6758 add realms functionality to README with example structure --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d1c51c..84fad0a 100644 --- a/README.md +++ b/README.md @@ -191,6 +191,23 @@ You can create your local fixture and structure files. * *dump/fixtures.after.sql* * *dump/fixtures.local.sql* +### Realms + +You can create your local realms folders. + +```text + dump + `- realms + |- marvel + | `- 00-spiderman.sql + | `- 01-hulk.sql + `- dc + `- 00-superman.sql + `- 01-batman.sql + `- 02-wonder_woman.sql + `- 03-flash.sql +``` + ## Versioning commands ### init @@ -279,7 +296,7 @@ Builds and starts local database server container. It only rebuilds the image when dump have been modified. ```text -$ myt run [-c|--ci] [-r|--random] [-t|--tmpfs] [-n|--network ] +$ myt run [-c|--ci] [-r|--random] [-t|--tmpfs] [-n|--network ] [--realm ] ``` ### start