Skip to content

Commit

Permalink
Merge pull request #4 from kakkoyun/add_readme
Browse files Browse the repository at this point in the history
chore: Update readme
  • Loading branch information
kakkoyun authored Aug 2, 2022
2 parents e496d2b + db9c1d8 commit 65f7000
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
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.
```

0 comments on commit 65f7000

Please sign in to comment.