SQL Inventory

List of all SQL mentioned in the code..

ValueCountFile:Line
'Update the application to the latest version.'
1
  • /lib/Console/Command/SelfUpdateCommand.php
'Show the details of a specific run.'
1
  • /lib/Console/Command/ShowCommand.php
<<<'EOT'
Show the results of a specific run.

    $ %command.full_name% <run id>

Any report can be used to display the results:

    $ %command.full_name% <run id> --report=env

EOT
1
  • /lib/Console/Command/ShowCommand.php
<<<'EOT'
Show a list of previously executed benchmark runs.

    $ %command.full_name%

NOTE: This is only possible when a storage driver has been configured.
EOT
1
  • /lib/Console/Command/LogCommand.php