File tree 2 files changed +6
-6
lines changed
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).
120
120
121
121
Last but not least, you have access to other command-line tools which can be useful in troubleshooting SQL queries:
122
122
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'
126
126
127
127
Or you can just log in to the container where all the command-line tools are, and execute any command you like from there
128
128
Original file line number Diff line number Diff line change 70
70
71
71
Last but not least, you have access to other command-line tools which can be useful in troubleshooting SQL queries:
72
72
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'
76
76
77
77
Or you can just log in to the container where all the command-line tools are, and execute any command you like from there
78
78
You can’t perform that action at this time.
0 commit comments