The --platform flag in the sdk:generate command is currently required and accepts one of the following values: csharp, java, php, python, ruby, typescript, or go. Since these values represent programming languages rather than platforms, it would be more appropriate to rename this flag to --language.
In addition to updating the flag itself, we should also update all related examples, the README, and the public documentation to reflect this change.
The
--platformflag in thesdk:generatecommand is currently required and accepts one of the following values:csharp,java,php,python,ruby,typescript, orgo. Since these values represent programming languages rather than platforms, it would be more appropriate to rename this flag to--language.In addition to updating the flag itself, we should also update all related examples, the README, and the public documentation to reflect this change.