typeorm-seeding
typeorm-seeding copied to clipboard
prevent seed:config to log any output
hi! how can I stop seed:config command to output ormconfig.json file in terminal? I don't want my database username & password to be logged.
{
type: 'postgres',
host: 'localhost',
port: 5432,
username: 'postgres',
password: 'postgres',
database: 'postgres',
synchronize: true
}