@scalar/cli 2.0.0 → 2.0.1
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 +2 -2
- package/docs.html +145 -83
- package/index.js +412 -216
- package/package.json +13 -13
package/README.md
CHANGED
|
@@ -170,7 +170,7 @@ Options:
|
|
|
170
170
|
-h, --help display help for command
|
|
171
171
|
|
|
172
172
|
Commands:
|
|
173
|
-
bundle [options] [file|url] Bundle an OpenAPI
|
|
173
|
+
bundle [options] [file|url] Bundle an OpenAPI document by resolving all references and external dependencies
|
|
174
174
|
split [options] [file|url] Split your OpenAPI documents on small chunks
|
|
175
175
|
join [options] <files...> Merge multiple OpenAPI documents into a single unified document
|
|
176
176
|
format [options] [file|url] Format an OpenAPI file
|
|
@@ -190,7 +190,7 @@ Commands:
|
|
|
190
190
|
```
|
|
191
191
|
Usage: scalar document bundle [options] [file|url]
|
|
192
192
|
|
|
193
|
-
Bundle an OpenAPI
|
|
193
|
+
Bundle an OpenAPI document by resolving all references and external dependencies
|
|
194
194
|
|
|
195
195
|
Arguments:
|
|
196
196
|
file|url Path to OpenAPI file or URL to bundle
|