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
See [Encrypt/Decrypt Configuration](encrypt_decryt_configuration.md) for more information
72
+
73
+
## Merge swagger into a single file
74
+
75
+
Command:
76
+
77
+
```bash
78
+
pyms merge-swagger [-h] [-f FILE]
79
+
```
80
+
81
+
```bash
82
+
optional arguments:
83
+
-h, --help show this help message and exit
84
+
-f FILE, --file FILE Swagger file path
85
+
```
86
+
87
+
This command uses [prance](https://github.com/jfinkhaeuser/prance) to validate the API specification and generate a single YAML file. It has an optional argument to indicate the main file path of the API specification.
0 commit comments