File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Tired of having dozens of CodeQL databases scattered around your file system? In
5
5
6
6
QLDB will organize your databases in a hierarchical structure:
7
7
8
- ```
8
+ ``` bash
9
9
/Users/pwntester/codeql-dbs
10
10
└── github.com
11
11
├── apache
@@ -25,7 +25,7 @@ QLDB will organize your databases in a hierarchical structure:
25
25
26
26
### Usage
27
27
28
- ```
28
+ ``` bash
29
29
Usage:
30
30
gh qldb [command]
31
31
41
41
-h, --help help for gh-qldb
42
42
```
43
43
44
- ### Examples:
44
+ ### Examples
45
45
46
46
#### Create a database
47
47
@@ -63,12 +63,17 @@ gh qldb install -d path/to/database -n apache/logging-log4j2
63
63
64
64
#### Get information about a database
65
65
66
- ```
66
+ ``` bash
67
67
gh qldb path -n apache/logging-log4j2 -l java -j
68
68
[
69
69
{
70
70
" commitSha" : " fa2f51e" ,
71
71
" committedDate" : " 2023-04-06T06:25:30" ,
72
72
" path" : " /Users/pwntester/codeql-dbs/github.com/apache/logging-log4j2/java/9b84404246d516a11091e74ef4cdcf7dfcc63fa4.zip
73
73
}
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)
You can’t perform that action at this time.
0 commit comments