Project New

Start a brand new beamable solution using dotnet

beam project new <name> [<output>] [options]

About

Start a brand new beamable solution using dotnet

Arguments

NameTypeDescription
nameServiceNameName of the new project
outputStringWhere the project be created

Options

NameTypeDescription
--skip-commonBooleanIf you should create a common library
--solution-nameServiceNameThe name of the solution of the new project
--versionStringSpecifies version of Beamable project dependencies
--disableBooleanCreate service that is disabled on publish
--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