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.
Files changed (2) hide show
  1. package/README.md +4 -2
  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
- - `--no-generate`: Parse the file but don't generate the output.
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "swaggular",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "bin": {