We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Improve installation command by separating interactive installation from non-interactive:
# Interactive installation ./bin/console php-censor:install # Non-interactive installation ./bin/console php-censor:install --non-interactive --url='http://php-censor.local' --db-type=pgsql ...
# Interactive installation ./bin/console php-censor:install # Non-interactive installation ./bin/console php-censor:non-interactive-install --url='http://php-censor.local' --db-type=pgsql ...
P. S.: Also we should add interactive mode for flag db-pgsql-sslmode from #282 and #283.
db-pgsql-sslmode
Improve installation command by separating interactive installation from non-interactive:
P. S.: Also we should add interactive mode for flag
db-pgsql-sslmodefrom #282 and #283.