We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 173c504 commit cc86a97Copy full SHA for cc86a97
1 file changed
docs/examples/sqlmesh_cli_crash_course.md
@@ -286,4 +286,20 @@ asdf
286
tcloud sqlmesh janitor
287
```
288
289
+Fun for the whole family:
290
+
291
+```bash
292
+brew install bat
293
+```
294
295
296
+bat --theme='ansi' $(ls -t logs/ | head -n 1 | sed 's/^/logs\//')
297
298
299
+- view logs
300
+- a special treat for you ;)
301
+- https://github.com/sharkdp/bat
302
+- In simple terms: "Show me the contents of the newest log file in the logs directory, with nice formatting and syntax highlighting.”
303
+- `q` to quit out of big files in the terminal
304
305
- Manually clean up old development schemas outside the automated schedule
0 commit comments