Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions markdown/docs/tools/cli/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -745,15 +745,16 @@ starts a new local instance of Studio

```
USAGE
$ asyncapi start studio [SPEC-FILE] [-h] [-f <value>] [-p <value>]
$ asyncapi start studio [SPEC-FILE] [-h] [-f <value>] [-p <value>] [--no-interactive]

ARGUMENTS
SPEC-FILE spec path, url, or context-name

FLAGS
-f, --file=<value> path to the AsyncAPI file to link with Studio
-h, --help Show CLI help.
-p, --port=<value> port in which to start Studio
-f, --file=<value> path to the AsyncAPI file to link with Studio
-h, --help Show CLI help.
-p, --port=<value> port in which to start Studio
--no-interactive disable prompts for this command which asks for file path if not passed via the arguments.

DESCRIPTION
starts a new local instance of Studio
Expand Down
Loading