Create account database
Creates a database with a database user and password for the specified account.
The database name and user are automatically prefixed with the account username when needed.
hapi hosting databases create <username> [flags]
-h, --help help for create
--name string Database name. If the account username prefix is omitted, it is added automatically.
--password string Database user password.
--user string Database user. If the account username prefix is omitted, it is added automatically.
--website-domain string Website domain assigned to the database.
--config string Config file (default is $HOME/.hapi.yaml)
--format string Output format type (json|table|tree), default: table
- hapi hosting databases - Databases commands