We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a33766f commit 916bd79Copy full SHA for 916bd79
apps/logs.mdx
@@ -34,3 +34,8 @@ kernel logs <app_name> --follow
34
```
35
36
If you don't specify `--follow`, the logs will print to the terminal until 3 seconds of inactivity and then stops.
37
+
38
+You can get logs for a specific invocation by adding:
39
+```
40
+-i --invocation Show logs for a specific invocation/run of the app.
41
0 commit comments