File tree Expand file tree Collapse file tree 1 file changed +15
-8
lines changed Expand file tree Collapse file tree 1 file changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,13 @@ QLDB will organize your databases in a hierarchical structure:
10
10
└── github.com
11
11
├── apache
12
12
│ ├── logging-log4j2
13
- │ │ ├── java
14
- │ │ │ └── fa2f51eb8d5912b92b8aa75693464f3e55d36be9.zip
15
- │ │ └── javascript
16
- │ │ └── abf13fabc45a2f51eb8d5912b92b8aa75693464f.zip
13
+ │ │ ├── java─fa2f51eb.zip
14
+ │ │ └── javascript─abf13fab.zip
17
15
│ └── commons-text
18
- │ └── java
19
- │ └── e2b291e92bcc272f98d6ca6723994da985d30e07.zip
16
+ │ └── java-e2b291e9.zip
20
17
└── pwntester
21
18
└── sample-project
22
- └── java
23
- └── 9b84404246d516a11091e74ef4cdcf7dfcc63fa4.zip
19
+ └── java─9b844042.zip
24
20
```
25
21
26
22
### Usage
@@ -36,6 +32,7 @@ Available Commands:
36
32
help Help about any command
37
33
install Install a local CodeQL database in the QLDB directory
38
34
info Returns information about a database stored in the QLDB structure
35
+ list Returns a list of CodeQL databases stored in the QLDB structure
39
36
40
37
Flags:
41
38
-h, --help help for gh-qldb
@@ -74,6 +71,16 @@ gh qldb info -n apache/logging-log4j2 -l java -j
74
71
]
75
72
` ` `
76
73
74
+ # ### List available Databases
75
+
76
+ ` ` ` bash
77
+ gh qldb list
78
+ /Users/pwntester/codeql-dbs/github.com/apache/logging-log4j2/java─fa2f51eb.zip
79
+ /Users/pwntester/codeql-dbs/github.com/apache/logging-log4j2/javascript─abf13fab.zip
80
+ /Users/pwntester/codeql-dbs/github.com/apache/commons-text/java-e2b291e9.zip
81
+ /Users/pwntester/codeql-dbs/github.com/pwntester/sample-project/java─9b844042.zip
82
+ ` ` `
83
+
77
84
# ## Similar projects
78
85
79
86
Liked the idea? Do you want to use a similar functionality for managing 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