swaggular 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -41,8 +41,10 @@ swaggular --input=path/to/your/swagger.json
|
|
|
41
41
|
#### Options
|
|
42
42
|
|
|
43
43
|
- `--input`: Path to the swagger.json file (required).
|
|
44
|
-
- `--ignore-segments`: Path segments to ignore when generating service names.
|
|
45
|
-
- `--
|
|
44
|
+
- `--ignore-segments`: Path segments to ignore when generating service names. (comma separated)
|
|
45
|
+
- `--mode`: Grouping mode. (tags or path) Default: path
|
|
46
|
+
- `--no-generate`: Parse the file but don't generate the output. (For testing purposes)
|
|
47
|
+
- `--output`: Path to the output folder. Default: results
|
|
46
48
|
|
|
47
49
|
The generated files will be available in the `results` folder.
|
|
48
50
|
|