25 lines
828 B
Markdown
25 lines
828 B
Markdown
---
|
|
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
|
|
```
|