Oapi Generate

[INTERNAL] Generate Beamable client source code from open API documents

beam oapi generate [options]

About

[INTERNAL] Generate Beamable client source code from open API documents

Options

NameTypeDescription
--concatBooleanWhen true, all the generated code will be in one file. When false, there will be multiple files
--outputStringWhen null or empty, the generated code will be sent to standard-out. When there is a output value, the file or files will be written to the path
--filterStringFilter which open apis to generate. An empty string matches everything
--engineStringFilter which engine code we should generate (unity
--conflict-strategyGenerateSdkConflictResolutionStrategyWhen multiple openAPI documents identify a schema with the same name, this flag controls how the conflict is resolved
--cleaning-strategyCleaningStrategySpecifies what should happened with directory output
--dryrunBooleanShould any networking happen?
--cidStringCid to use; will default to whatever is in the file system
--pidStringPid to use; will default to whatever is in the file system
--quietBooleanWhen true, skip input waiting and use defaults
--hostStringThe host endpoint for beamable
--refresh-tokenStringRefresh token to use for the requests
--logStringExtra logs gets printed out
--dirStringDirectory to use for configuration
--rawBooleanOutput raw JSON to standard out. This happens by default when the command is being piped
--prettyBooleanOutput syntax highlighted box text. This happens by default when the command is not piped
--dotnet-pathStringa custom location for dotnet
--versionBooleanShow version information
--helpBooleanShow help and usage information

Parent Command

oapi