Skip to content

Commit

Permalink
docs(cli): update latest cli documentation (#3576)
Browse files Browse the repository at this point in the history
  • Loading branch information
asyncapi-bot authored Jan 15, 2025
1 parent 78c6f2d commit 2630fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdown/docs/tools/cli/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ DESCRIPTION
EXAMPLES
$ asyncapi new - 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
$ asyncapi new --file-name=my-asyncapi.yaml --example=default-example.yaml --no-tty - create a new file with a specific name, using one of the examples and without interactive mode
```

_See code: [src/commands/new/index.ts](https://github.com/asyncapi/cli/blob/v2.14.1/src/commands/new/index.ts)_
Expand Down

0 comments on commit 2630fa7

Please sign in to comment.