You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/src/Command/SqlExecute.php
+28-10Lines changed: 28 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ protected function configure()
17
17
$this
18
18
->setDescription('Executes an SQL command in parallel on all configured database instances, creating a dedicated temporary database (and user)')
19
19
->addOption('sql', null, InputOption::VALUE_REQUIRED, 'The sql command(s) string to execute')
20
-
->addOption('file', null, InputOption::VALUE_REQUIRED, 'A file with sql commands to execute')
20
+
->addOption('file', null, InputOption::VALUE_REQUIRED, "A file with sql commands to execute. The tokens '{dbtype}' and '{instancename}' will be replaced with actual values")
0 commit comments