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 e31dcf1 commit a09ed61
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions apps/generator/docs/migration-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ 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 <name=value>**
- **-p, --param &#x3C;name&#x3D;value&#x3E;**
- **AsyncAPI CLI equivalent:** `asyncapi generate fromTemplate <ASYNCAPI> <TEMPLATE> --param <name=value>`

- **--force-write**
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 Expand Up @@ -67,4 +67,4 @@ Run the updated commands to ensure they work as expected and verify that the out
**CLI Documentation**: [AsyncAPI CLI Documentation](https://www.asyncapi.com/docs/tools/cli)
**Installation**: [AsyncAPI CLI Installation](https://www.asyncapi.com/docs/tools/cli/installation)
**Usage**: [AsyncAPI CLI Usage](https://www.asyncapi.com/docs/tools/cli/usage)
**Support**: For any issues with CLI, create an issue in [CLI repository](https://github.com/asyncapi/cli).
**Support**: For any issues with CLI, create an issue in [CLI repository](https://github.com/asyncapi/cli).

0 comments on commit a09ed61

Please sign in to comment.