From e4a775e7dc3b60359ef7ca02a8cbb2dff8ee0308 Mon Sep 17 00:00:00 2001 From: serfersac Date: Thu, 30 Apr 2026 22:32:16 +0000 Subject: [PATCH 1/2] docs: add comprehensive generate command reference (Resolves #2125) --- docs/commands/generate.md | 73 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 docs/commands/generate.md diff --git a/docs/commands/generate.md b/docs/commands/generate.md new file mode 100644 index 000000000..8253e3ea9 --- /dev/null +++ b/docs/commands/generate.md @@ -0,0 +1,73 @@ + + +# asyncapi generate + +Generates code from AsyncAPI documents using AsyncAPI Generator templates. + +## Description + +The `asyncapi generate` command generates code from AsyncAPI documents using AsyncAPI Generator templates. This allows developers to quickly implement API clients, servers, documentation, and more based on their AsyncAPI specifications. + +The command supports three main subcommands: + +1. **Generate from template**: `asyncapi generate fromTemplate