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
feat(cli): Wire up API integration for code-mappings upload
Add bulk_upload_code_mappings() API method and BulkCodeMappingsRequest/
Response data types. Wire up the upload command to authenticate, call
the bulk endpoint, and display results in a table with summary counts.
Exit with code 1 if any mappings fail.
.about("Upload code mappings for a project from a JSON file. Each mapping pairs a stack trace root (e.g. com/example/module) with the corresponding source path in your repository (e.g. modules/module/src/main/java/com/example/module).")
0 commit comments