Skip to content

Commit

Permalink
feat: add optimize command (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
KhudaDad414 authored Feb 9, 2023
1 parent 5e954e2 commit fc39cfc
Show file tree
Hide file tree
Showing 8 changed files with 792 additions and 16 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ CLI to work with your AsyncAPI files. Currently under development, we are workin
Learn how to install the AsyncAPI CLI from the [installation guide](/docs/installation.md).

## Usage

The [usage guide](/docs/usage.md) provides information about different ways to use the CLI.


Expand Down
1 change: 1 addition & 0 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ USAGE
COMMANDS
config access configs
diff find diff between two AsyncAPI files
optimize optimizes your AsyncAPI file by removing unused components, re-using duplicates etc.
new creates a new AsyncAPI file
start starts a new local instance of Studio
validate validate an AsyncAPI file
Expand Down
Loading

0 comments on commit fc39cfc

Please sign in to comment.