Skip to content

Commit

Permalink
fix: docs fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
neoandmatrix committed Feb 15, 2025
1 parent 369f8a5 commit b3e4d2d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ USAGE
- [`asyncapi config context remove CONTEXT-NAME`](#asyncapi-config-context-remove-context-name)
- [`asyncapi config context use CONTEXT-NAME`](#asyncapi-config-context-use-context-name)
- [`asyncapi config versions`](#asyncapi-config-versions)
- [`asyncapi convert [SPEC-FILE]`](#asyncapi-convert-spec-file-proxyhost-proxyport)
- [`asyncapi convert [SPEC-FILE]`](#asyncapi-convert-spec-file)
- [`asyncapi diff OLD NEW`](#asyncapi-diff-old-new)
- [`asyncapi format [SPEC-FILE]`](#asyncapi-format-spec-file)
- [`asyncapi generate`](#asyncapi-generate)
Expand All @@ -62,11 +62,11 @@ USAGE
- [`asyncapi new file`](#asyncapi-new-file)
- [`asyncapi new glee`](#asyncapi-new-glee)
- [`asyncapi new template`](#asyncapi-new-template)
- [`asyncapi optimize [SPEC-FILE]`](#asyncapi-optimize-spec-file-proxyhost-proxyport)
- [`asyncapi optimize [SPEC-FILE]`](#asyncapi-optimize-spec-file)
- [`asyncapi pretty SPEC-FILE`](#asyncapi-pretty-spec-file)
- [`asyncapi start`](#asyncapi-start)
- [`asyncapi start studio`](#asyncapi-start-studio)
- [`asyncapi validate [SPEC-FILE]`](#asyncapi-validate-spec-file-proxyhost-proxyport)
- [`asyncapi validate [SPEC-FILE]`](#asyncapi-validate-spec-file)

## `asyncapi bundle`

Expand Down Expand Up @@ -310,7 +310,7 @@ DESCRIPTION

_See code: [src/commands/config/versions.ts](https://github.com/asyncapi/cli/blob/v2.14.1/src/commands/config/versions.ts)_

## `asyncapi convert [SPEC-FILE] [PROXYHOST] [PROXYPORT]`
## `asyncapi convert [SPEC-FILE]`

Convert asyncapi documents older to newer versions or OpenAPI/postman-collection documents to AsyncAPI

Expand Down Expand Up @@ -662,7 +662,7 @@ optimize asyncapi specification file

```
USAGE
$ asyncapi optimize [SPEC-FILE] [PROXYHOST] [PROXYPORT] [-h] [-p
$ asyncapi optimize [SPEC-FILE] [-h] [-p
remove-components|reuse-components|move-duplicates-to-components|move-all-to-components...] [-i schema...] [-o
terminal|new-file|overwrite] [--no-tty] [--proxyHost <value>] [--proxyPort <value>]
Expand Down

0 comments on commit b3e4d2d

Please sign in to comment.