We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a0967 commit 25a0853Copy full SHA for 25a0853
README.md
@@ -36,11 +36,14 @@ After installing the CLI, verify it's working by running
36
cherrybomb --version
37
```
38
39
-#### Swagger scan
+#### OpenAPI specification scan
40
41
cherrybomb swagger --file <PATH> --output <PATH> --verbosity <0/1/2>
42
43
-
+#### Genrate Parameter Table
44
+```
45
+cherrybomb swagger --file <PATH> --param-table
46
47
#### More features
48
First, we have a mapping module that relies on HTTP logs and builds a map of the API.
49
<br />
0 commit comments