You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ See the PostHog documentation for end-to-end guidance: [Upload source maps](http
23
23
|`skip-ssl-verification`| No | Whether to skip SSL verification when uploading chunks - only use when using self-signed certificates for self-deployed instances (default: `false`) |
24
24
|`batch-size`| No | The maximum number of chunks to upload in a single batch (default: 50) |
25
25
|`ignore`| No | One or more directory glob patterns to ignore (comma-separated, e.g., `node_modules,*.test.js`) |
26
+
|`cli-version`| No | PostHog CLI version to use (e.g., `0.5.7`). If not provided, the latest version is used |
0 commit comments