We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf9b810 commit bd70f55Copy full SHA for bd70f55
docs/commands/generate-arazzo.md
@@ -41,7 +41,7 @@ npx @redocly/cli generate-arazzo <your-OAS-description-file> [-o | --output-file
41
42
## Examples
43
44
-Run the command: `npx @redocly/cli generate-arazzo warp.openapi.yaml`
+Run the command: `npx @redocly/cli generate-arazzo 'https://warp-single-sidebar.redocly.app/_spec/apis/index.yaml'`
45
46
The command generates a `auto-generate.arazzo.yaml` file in the current directory.
47
@@ -53,9 +53,9 @@ info:
53
title: Warp API
54
version: 1.0.0
55
sourceDescriptions:
56
- - name: warp
+ - name: index
57
type: openapi
58
- url: warp.yaml
+ url: https://warp-single-sidebar.redocly.app/_spec/apis/index.yaml
59
workflows:
60
- workflowId: post-timelines-workflow
61
steps:
0 commit comments