Skip to content

Commit

Permalink
Merge branch 'master' into docs-bug
Browse files Browse the repository at this point in the history
  • Loading branch information
asyncapi-bot authored Feb 17, 2025
2 parents 987efa0 + f873423 commit 9018554
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/chatty-days-trade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@asyncapi/cli": patch
---

docs: update docs regarding asyncapi new command
2 changes: 1 addition & 1 deletion docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The AsyncAPI CLI uses oclif (Open CLI Framework) as its core framework, which en
- **Files:**
- `fromTemplate.ts`: Contains logic for generating files using templates.
- `models.ts`: Defines the models used during generation.
- `new/`: Creates a new AsyncAPI file.
- `new/`: Create a new AsyncAPI project, specification files, or templates for clients and applications.
- **Files:**
- `file.ts`: Handles file creation logic.
- `glee.ts`: Related to Glee, a tool for event-driven microservices.
Expand Down
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ DESCRIPTION
Creates a new asyncapi file
EXAMPLES
$ asyncapi new - start creation of a file in interactive mode
$ asyncapi new file - start creation of a file in interactive mode
$ asyncapi new --file-name=my-asyncapi.yml --example=default-example.yml --no-tty - create a new file with a specific name, using one of the examples and without interactive mode
```
Expand Down

0 comments on commit 9018554

Please sign in to comment.