diff --git a/README.md b/README.md index 08fef0d8..ee145136 100644 --- a/README.md +++ b/README.md @@ -477,7 +477,7 @@ Generate and publish an SDK to a package registry and/or source repository ``` USAGE $ apimatic sdk publish [-p ] [-v ] [-d ] [-l csharp|java|php|python|ruby|typescript] [-f] - [-i ] [--publish-type package|sourcecode...] [--dry-run] + [-i ] [--publish-type package|sourcecode...] [--dry-run] [--codegen-version v3|v4] [--stability stable|beta] FLAGS -d, --destination= [default: /sdk] path where the sdk will be generated. @@ -488,10 +488,14 @@ FLAGS -p, --profile-id= Id of the publishing profile to use. -v, --version= Semantic version of the SDK to publish (e.g. 1.0.0). + --codegen-version=