Open
Description
in order to use an instance, it might be a good idea to add the ability to set an initial password, because otherwise the instance is not "usable" in that moment.
The manual (https://neo4j.com/docs/operations-manual/3.3/configuration/set-initial-password/) suggests to use neo4j-admin to do so (neo4j >v3.1).
How about one if these?
- add an option to "create" to set the password right away after creation (-i ...)
- add an option to "create" to automatically set a random password (-r)
- add an action to set an initial password "ineo password <instance_name> "
- add an action to use the neo4j-admin in general with all its actions "ineo admin <instance_name> ..." (set-initial-password, dump, load, ...)