Skip to content

Commit 5ced975

Browse files
committed
Sync open source content 🐝 (from 09b676dba2323e3b9d845814174db02d8e534700)
1 parent e88b072 commit 5ced975

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

docs/speakeasy-reference/cli/merge.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
# merge
1+
# merge
22
`speakeasy merge`
33

4-
Merge multiple OpenAPI documents into a single document.
54

6-
## Details
7-
8-
Merging multiple OpenAPI documents together allows for multiple teams or departments to control their own API endpoints, and merge the end result later. Or one document for API endpoints, and another document for webhooks, with the end goal being getting it into one OpenAPI document to make it more portable.
5+
Merge multiple OpenAPI documents into a single document
96

10-
This is a bit different to "bundling" or "dereferencing", which is about pulling external references into the main document.
7+
## Details
118

12-
**Note:** Any duplicate operations, components, etc. will be overwritten by the next document in the list.
9+
Merge multiple OpenAPI documents into a single document, useful for merging multiple OpenAPI documents into a single document for generating a client SDK.
10+
Note: That any duplicate operations, components, etc. will be overwritten by the next document in the list.
1311

1412
## Usage
1513

0 commit comments

Comments
 (0)