You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`local`| false | update swagger with local swagger.json located in your dir folder. add it to your config file or run it with cli `$ yarn swag-ts --local`|
109
109
|`branch`| Current Branch | to generate swagger for develop run `yarn swag-ts --branch=develop` or your branch name should be `develop` or a branch which created from develop |
110
-
|`config`| "./swagger.config.json" | A path for config file location |
111
-
112
-
-`yarn swag-ts --config=./config` path is related for "swagger.config.json" file in config folder
113
-
-`yarn swag-ts --config=./config/myswagger.json` you could change config file name
114
-
-`yarn swag-ts --config=/user/hosseinmd/desktop/config/swagger.config.json` you could add absolute path
110
+
| `config` | "./swagger.config.json" | A path for config file location <br> - `yarn swag-ts --config=./config` path is related for "swagger.config.json" file in config folder <br> - `yarn swag-ts --config=./config/myswagger.json` you could change config file name <br> - `yarn swag-ts --config=/user/hosseinmd/desktop/config/swagger.config.json` you could add absolute path
0 commit comments