Skip to content

Commit

Permalink
Use same build ID retrieval mechanism as the agent
Browse files Browse the repository at this point in the history
  • Loading branch information
brancz committed Jan 21, 2025
1 parent 2aed700 commit 2a2fd08
Show file tree
Hide file tree
Showing 4 changed files with 412 additions and 414 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@ Flags:

[embedmd]:# (dist/help.txt)
```txt
Usage: parca-debuginfo <command>
Usage: parca-debuginfo <command> [flags]
Flags:
-h, --help Show context-sensitive help.
--log-level="info" Log level.
Commands:
upload --store-address=STRING <path> ...
upload --store-address=STRING <path> [flags]
Upload debug information files.
extract <path> ...
extract <path> ... [flags]
Extract debug information.
buildid <path>
buildid <path> [flags]
Extract buildid.
source <debuginfo-path> [<out-path>]
source <debuginfo-path> [<out-path>] [flags]
Build a source archive by discovering files from a given debuginfo file.
Run "parca-debuginfo <command> --help" for more information on a command.
Expand Down
Loading

0 comments on commit 2a2fd08

Please sign in to comment.