diff --git a/modelina-cli/README.md b/modelina-cli/README.md index 47dba0944c..fa8ccf1bd5 100644 --- a/modelina-cli/README.md +++ b/modelina-cli/README.md @@ -170,7 +170,7 @@ $ npm install -g @asyncapi/modelina-cli $ modelina COMMAND running command... $ modelina (--version) -@asyncapi/modelina-cli/4.0.0-next.40 linux-x64 node-v18.20.2 +@asyncapi/modelina-cli/4.0.0-next.41 linux-x64 node-v18.20.2 $ modelina --help [COMMAND] USAGE $ modelina COMMAND @@ -204,7 +204,7 @@ DESCRIPTION CLI config settings ``` -_See code: [src/commands/config/index.ts](https://github.com/asyncapi/modelina/blob/v4.0.0-next.40/modelina-cli/src/commands/config/index.ts)_ +_See code: [src/commands/config/index.ts](https://github.com/asyncapi/modelina/blob/v4.0.0-next.41/modelina-cli/src/commands/config/index.ts)_ ## `modelina config context` @@ -218,7 +218,7 @@ DESCRIPTION Manage short aliases for full paths to inputs ``` -_See code: [src/commands/config/context/index.ts](https://github.com/asyncapi/modelina/blob/v4.0.0-next.40/modelina-cli/src/commands/config/context/index.ts)_ +_See code: [src/commands/config/context/index.ts](https://github.com/asyncapi/modelina/blob/v4.0.0-next.41/modelina-cli/src/commands/config/context/index.ts)_ ## `modelina config context add CONTEXT-NAME SPEC-FILE-PATH` @@ -240,7 +240,7 @@ DESCRIPTION Add a context to the store ``` -_See code: [src/commands/config/context/add.ts](https://github.com/asyncapi/modelina/blob/v4.0.0-next.40/modelina-cli/src/commands/config/context/add.ts)_ +_See code: [src/commands/config/context/add.ts](https://github.com/asyncapi/modelina/blob/v4.0.0-next.41/modelina-cli/src/commands/config/context/add.ts)_ ## `modelina config context current` @@ -257,7 +257,7 @@ DESCRIPTION Shows the current context that is being used ``` -_See code: [src/commands/config/context/current.ts](https://github.com/asyncapi/modelina/blob/v4.0.0-next.40/modelina-cli/src/commands/config/context/current.ts)_ +_See code: [src/commands/config/context/current.ts](https://github.com/asyncapi/modelina/blob/v4.0.0-next.41/modelina-cli/src/commands/config/context/current.ts)_ ## `modelina config context edit CONTEXT-NAME NEW-SPEC-FILE-PATH` @@ -278,7 +278,7 @@ DESCRIPTION Edit a context in the store ``` -_See code: [src/commands/config/context/edit.ts](https://github.com/asyncapi/modelina/blob/v4.0.0-next.40/modelina-cli/src/commands/config/context/edit.ts)_ +_See code: [src/commands/config/context/edit.ts](https://github.com/asyncapi/modelina/blob/v4.0.0-next.41/modelina-cli/src/commands/config/context/edit.ts)_ ## `modelina config context init [CONTEXT-FILE-PATH]` @@ -301,7 +301,7 @@ DESCRIPTION Initialize context ``` -_See code: [src/commands/config/context/init.ts](https://github.com/asyncapi/modelina/blob/v4.0.0-next.40/modelina-cli/src/commands/config/context/init.ts)_ +_See code: [src/commands/config/context/init.ts](https://github.com/asyncapi/modelina/blob/v4.0.0-next.41/modelina-cli/src/commands/config/context/init.ts)_ ## `modelina config context list` @@ -318,7 +318,7 @@ DESCRIPTION List all the stored contexts in the store ``` -_See code: [src/commands/config/context/list.ts](https://github.com/asyncapi/modelina/blob/v4.0.0-next.40/modelina-cli/src/commands/config/context/list.ts)_ +_See code: [src/commands/config/context/list.ts](https://github.com/asyncapi/modelina/blob/v4.0.0-next.41/modelina-cli/src/commands/config/context/list.ts)_ ## `modelina config context remove CONTEXT-NAME` @@ -338,7 +338,7 @@ DESCRIPTION Delete a context from the store ``` -_See code: [src/commands/config/context/remove.ts](https://github.com/asyncapi/modelina/blob/v4.0.0-next.40/modelina-cli/src/commands/config/context/remove.ts)_ +_See code: [src/commands/config/context/remove.ts](https://github.com/asyncapi/modelina/blob/v4.0.0-next.41/modelina-cli/src/commands/config/context/remove.ts)_ ## `modelina config context use CONTEXT-NAME` @@ -358,7 +358,7 @@ DESCRIPTION Set a context as current ``` -_See code: [src/commands/config/context/use.ts](https://github.com/asyncapi/modelina/blob/v4.0.0-next.40/modelina-cli/src/commands/config/context/use.ts)_ +_See code: [src/commands/config/context/use.ts](https://github.com/asyncapi/modelina/blob/v4.0.0-next.41/modelina-cli/src/commands/config/context/use.ts)_ ## `modelina generate LANGUAGE FILE` @@ -368,9 +368,9 @@ Generates typed models USAGE $ modelina generate LANGUAGE FILE [-h] [-o ] [--packageName ] [--namespace ] [--tsModelType class|interface] [--tsEnumType enum|union] [--tsModuleSystem ESM|CJS] [--tsIncludeComments] - [--tsExportType default|named] [--tsJsonBinPack] [--tsMarshalling] [--tsExampleInstance] [--csharpAutoImplement] - [--csharpNewtonsoft] [--csharpArrayType Array|List] [--csharpHashcode] [--csharpEqual] [--csharpSystemJson] - [--javaIncludeComments] [--javaJackson] [--javaConstraints] + [--tsExportType default|named] [--tsJsonBinPack] [--tsMarshalling] [--tsExampleInstance] [--tsRawPropertyNames] + [--csharpAutoImplement] [--csharpNewtonsoft] [--csharpArrayType Array|List] [--csharpHashcode] [--csharpEqual] + [--csharpSystemJson] [--javaIncludeComments] [--javaJackson] [--javaConstraints] ARGUMENTS LANGUAGE (typescript|csharp|golang|java|javascript|dart|python|rust|kotlin|php|cplusplus|scala) The language you want @@ -410,10 +410,11 @@ FLAGS --tsModuleSystem=