File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -120,9 +120,9 @@ your browser is executing).
120120
121121Last but not least, you have access to other command-line tools which can be useful in troubleshooting SQL queries:
122122
123- ./bin/dbstack run ./app/vendor/bin/highlight-query 'and now'
124- ./bin/dbstack run ./app/vendor/bin/lint-query 'for something'
125- ./bin/dbstack run ./app/vendor/bin/tokenize-query 'completely different'
123+ ./bin/dbstack run ./app/vendor/bin/highlight-query --query 'and now'
124+ ./bin/dbstack run ./app/vendor/bin/lint-query --query 'for something'
125+ ./bin/dbstack run ./app/vendor/bin/tokenize-query --query 'completely different'
126126
127127Or you can just log in to the container where all the command-line tools are, and execute any command you like from there
128128
Original file line number Diff line number Diff line change 7070
7171 Last but not least, you have access to other command-line tools which can be useful in troubleshooting SQL queries:
7272
73- ./bin/dbstack run ./app/vendor/bin/highlight-query 'and now'
74- ./bin/dbstack run ./app/vendor/bin/lint-query 'for something'
75- ./bin/dbstack run ./app/vendor/bin/tokenize-query 'completely different'
73+ ./bin/dbstack run ./app/vendor/bin/highlight-query --query 'and now'
74+ ./bin/dbstack run ./app/vendor/bin/lint-query --query 'for something'
75+ ./bin/dbstack run ./app/vendor/bin/tokenize-query --query 'completely different'
7676
7777 Or you can just log in to the container where all the command-line tools are, and execute any command you like from there
7878
You can’t perform that action at this time.
0 commit comments