Project Generate-client

Generate a C# client file based on a built C# microservice dll directory

beam project generate-client <source> [options]

About

Generate a C# client file based on a built C# microservice dll directory

Arguments

NameTypeDescription
sourceStringThe .dll filepath for the built microservice

Options

NameTypeDescription
--output-dirStringDirectory to write the output client at
--output-linksBooleanWhen true, generate the source client files to all associated projects
--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
--hostStringThe host endpoint for beamable
--refresh-tokenStringRefresh token to use for the requests
--logStringExtra logs gets printed out
--dirStringDirectory to use for configuration
--versionBooleanShow version information
--helpBooleanShow help and usage information

Parent Command

project