-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from kakkoyun/add_readme
chore: Update readme
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,31 @@ | ||
![Build](https://github.com/parca-dev/debug-info/actions/workflows/build.yml/badge.svg) | ||
![Container](https://github.com/parca-dev/debug-info/actions/workflows/container.yml/badge.svg) | ||
[![Apache 2 License](https://img.shields.io/badge/license-Apache%202-blue.svg)](LICENSE) | ||
|
||
# debug-info | ||
A command line utility to handle tasks regarding debug information (extraction, upload and debugging) | ||
|
||
## Configuration | ||
|
||
Flags: | ||
|
||
[embedmd]:# (dist/help.txt) | ||
```txt | ||
Usage: debug-info <command> | ||
Flags: | ||
-h, --help Show context-sensitive help. | ||
--log-level="info" Log level. | ||
Commands: | ||
upload --store-address=STRING <path> ... | ||
Upload debug information files. | ||
extract <path> ... | ||
Extract debug information. | ||
buildid <path> | ||
Extract buildid. | ||
Run "debug-info <command> --help" for more information on a command. | ||
``` |