Create, configure, and start a database using neo4j-admin

I can create, configure (e.g., set heap size), install plugins (e.g., APOC), and start a database using Noe4j Desktop.

I would like to automate the process using a command line tool, e.g., neo4j-admin.

I searched the docs and read the help of the command. But I could not find the commands to create, configure, install plugins, and start a database, ideally using neo4j-admin.

For instance, neo4j-admin database --help does not show a subcommand to create.

I am using version 5.6.0.

No suggestions here?!

@hamed.metalgear

no such built in facility exits. You would need to automate this yourself using usual scripting tools

Thank you, @dana_canzano, for confirming that.