Skip to content

Commit

Permalink
Update migration-cli.md
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg authored Jan 23, 2025
1 parent 41bf79c commit 19a2185
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions markdown/docs/tools/generator/migration-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ Here is a list of `ag` options and their equivalents in the AsyncAPI CLI:
- **-i, --install**
- **AsyncAPI CLI equivalent:** `asyncapi generate fromTemplate <ASYNCAPI> <TEMPLATE> --install`

- **-n, --no-overwrite <glob>**
- **-n, --no-overwrite &#x3C;glob&#x3E;**
- **AsyncAPI CLI equivalent:** `asyncapi generate fromTemplate <ASYNCAPI> <TEMPLATE> --no-overwrite <glob>`

- **-o, --output <outputDir>**
- **-o, --output &#x3C;outputDir&#x3E;**
- **AsyncAPI CLI equivalent:** `asyncapi generate fromTemplate <ASYNCAPI> <TEMPLATE> --output <outputDir>`

- **-p, --param &#x3C;name&#x3D;value&#x3E;**
Expand All @@ -33,7 +33,7 @@ Here is a list of `ag` options and their equivalents in the AsyncAPI CLI:
- **--watch-template**
- **AsyncAPI CLI equivalent:** `asyncapi generate fromTemplate <ASYNCAPI> <TEMPLATE> --watch`

- **--map-base-url <url:folder>**
- **--map-base-url &#x3C;url:folder&#x3E;**
- **AsyncAPI CLI equivalent:** `asyncapi generate fromTemplate <ASYNCAPI> <TEMPLATE> --map-base-url <url:folder>`

## Migration Steps
Expand Down

0 comments on commit 19a2185

Please sign in to comment.