Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Oct 22, 2020
1 parent 7bc232b commit b8d12b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ your browser is executing).

Last but not least, you have access to other command-line tools which can be useful in troubleshooting SQL queries:

./bin/dbstack run ./app/vendor/bin/highlight-query 'and now'
./bin/dbstack run ./app/vendor/bin/lint-query 'for something'
./bin/dbstack run ./app/vendor/bin/tokenize-query 'completely different'
./bin/dbstack run ./app/vendor/bin/highlight-query --query 'and now'
./bin/dbstack run ./app/vendor/bin/lint-query --query 'for something'
./bin/dbstack run ./app/vendor/bin/tokenize-query --query 'completely different'

Or you can just log in to the container where all the command-line tools are, and execute any command you like from there

Expand Down
6 changes: 3 additions & 3 deletions app/templates/Default/index.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@

Last but not least, you have access to other command-line tools which can be useful in troubleshooting SQL queries:

./bin/dbstack run ./app/vendor/bin/highlight-query 'and now'
./bin/dbstack run ./app/vendor/bin/lint-query 'for something'
./bin/dbstack run ./app/vendor/bin/tokenize-query 'completely different'
./bin/dbstack run ./app/vendor/bin/highlight-query --query 'and now'
./bin/dbstack run ./app/vendor/bin/lint-query --query 'for something'
./bin/dbstack run ./app/vendor/bin/tokenize-query --query 'completely different'

Or you can just log in to the container where all the command-line tools are, and execute any command you like from there

Expand Down

0 comments on commit b8d12b0

Please sign in to comment.