Add skip admin init flag (#6576)

* adds skipAdminInit flag to bootstrap

* checks for skipAdminInit flag

* update docs for skipAdminInit
This commit is contained in:
Tommaso Bartolucci
2021-06-30 15:31:59 +02:00
committed by rijkvanzanten
parent ce3a84ffcc
commit 2f1275e36b
3 changed files with 43 additions and 23 deletions

View File

@@ -40,6 +40,13 @@ information.
:::
::: tip Skip Admin User/Role
You can pass the `--skipAdminInit` option to `bootstrap`, if you're creating your Admin role/user in another way (with a
custom migration or an external service, for example).
:::
### Install the Database
```