Skip to content

Commit bd70f55

Browse files
authored
fix: make generate-arazzo easier to reproduce
1 parent cf9b810 commit bd70f55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/commands/generate-arazzo.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ npx @redocly/cli generate-arazzo <your-OAS-description-file> [-o | --output-file
4141

4242
## Examples
4343

44-
Run the command: `npx @redocly/cli generate-arazzo warp.openapi.yaml`
44+
Run the command: `npx @redocly/cli generate-arazzo 'https://warp-single-sidebar.redocly.app/_spec/apis/index.yaml'`
4545

4646
The command generates a `auto-generate.arazzo.yaml` file in the current directory.
4747

@@ -53,9 +53,9 @@ info:
5353
title: Warp API
5454
version: 1.0.0
5555
sourceDescriptions:
56-
- name: warp
56+
- name: index
5757
type: openapi
58-
url: warp.yaml
58+
url: https://warp-single-sidebar.redocly.app/_spec/apis/index.yaml
5959
workflows:
6060
- workflowId: post-timelines-workflow
6161
steps:

0 commit comments

Comments
 (0)