@asyncapi/cli 3.1.0 → 3.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -12,6 +12,7 @@ CLI to work with your AsyncAPI files. Currently under development, we are workin
12
12
 
13
13
  - [Installation](#installation)
14
14
  - [Usage](#usage)
15
+ - [Architecture](#architecture)
15
16
  - [Github Action](#github-action)
16
17
  - [Contributing](#contributing)
17
18
  * [Set up development environment](#set-up-development-environment)
@@ -26,6 +27,9 @@ Learn how to install the AsyncAPI CLI by following the instructions in the [inst
26
27
  ## Usage
27
28
  The [usage guide](/docs/usage.md) provides information about different ways to use the CLI.
28
29
 
30
+ ## Architecture
31
+ The [architecture guide](/docs/architecture.md) provides information about the architecture.
32
+
29
33
  ## Github Action
30
34
 
31
35
  The AsyncAPI CLI can be used as a GitHub Action. You can find more information in the [GitHub Action guide](https://www.asyncapi.com/docs/tools/cli/github-action).