Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
Signed-off-by: Kemal Akkoyun <[email protected]>
  • Loading branch information
kakkoyun committed Aug 2, 2022
1 parent e496d2b commit db9c1d8
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 db9c1d8

Please sign in to comment.