mycroforge-docs/docs/Commands/m4g_init.md
2024-10-06 13:24:20 +02:00

828 B

sidebar_position
1

m4g init

Description:
  Initialize a new project

Usage:
  m4g init <name> [options]

Arguments:
  <name>  The name of your project

Options:
  --without <api|db|git|gitignore>                                                Features to exclude
  --api-port <api-port>                                                           The API port
  --database-host-port, --dbh-port <database-host-port>                           The database host port
  --database-ui-port, --dbu-port <database-ui-port>                               The database UI port
  --database-ui-platform, --dbu-platform <amd64|arm32v5|arm32v6|arm32v7|arm64v8>  The docker platform for the PhpMyAdmin image
  -?, -h, --help                                                                  Show help and usage information