Skip to content

Commit a87b09a

Browse files
author
Alvaro Muñoz
committed
Add CDR
1 parent af20d85 commit a87b09a

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tired of having dozens of CodeQL databases scattered around your file system? In
55

66
QLDB will organize your databases in a hierarchical structure:
77

8-
```
8+
```bash
99
/Users/pwntester/codeql-dbs
1010
└── github.com
1111
├── apache
@@ -25,7 +25,7 @@ QLDB will organize your databases in a hierarchical structure:
2525

2626
### Usage
2727

28-
```
28+
```bash
2929
Usage:
3030
gh qldb [command]
3131

@@ -41,7 +41,7 @@ Flags:
4141
-h, --help help for gh-qldb
4242
```
4343

44-
### Examples:
44+
### Examples
4545

4646
#### Create a database
4747

@@ -63,12 +63,17 @@ gh qldb install -d path/to/database -n apache/logging-log4j2
6363

6464
#### Get information about a database
6565

66-
```
66+
```bash
6767
gh qldb path -n apache/logging-log4j2 -l java -j
6868
[
6969
{
7070
"commitSha": "fa2f51e",
7171
"committedDate": "2023-04-06T06:25:30",
7272
"path": "/Users/pwntester/codeql-dbs/github.com/apache/logging-log4j2/java/9b84404246d516a11091e74ef4cdcf7dfcc63fa4.zip
7373
}
74-
] ```
74+
]
75+
```
76+
77+
### CDR
78+
79+
Liked the idea? Do you want to apply it to your GitHub projects and clones? Try [`gh cdr`](https://github.com/pwntester/gh-cdr)

0 commit comments

Comments
 (0)