We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f28667 commit be0e253Copy full SHA for be0e253
1 file changed
fern/products/sdks/snippets/init-fern-folder.mdx
@@ -24,6 +24,10 @@
24
fern init --openapi https://api.example.com/openapi.yml \
25
--organization <YourOrganization>
26
```
27
+ ```bash title="Example (Petstore)"
28
+ fern init --openapi https://petstore3.swagger.io/api/v3/openapi.json \
29
+ --organization my-org
30
+ ```
31
</CodeBlocks>
32
33
<Tip>
0 commit comments