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
Name | Type | Description |
---|---|---|
name | ServiceName | Name of the new project |
output | String | Where the project be created |
Options
Name | Type | Description |
---|---|---|
--skip-common | Boolean | If you should create a common library |
--solution-name | ServiceName | The name of the solution of the new project |
--version | String | Specifies version of Beamable project dependencies |
--disable | Boolean | Create service that is disabled on publish |
--dryrun | Boolean | Should any networking happen? |
--cid | String | Cid to use; will default to whatever is in the file system |
--pid | String | Pid to use; will default to whatever is in the file system |
--host | String | The host endpoint for beamable |
--refresh-token | String | Refresh token to use for the requests |
--log | String | Extra logs gets printed out |
--dir | String | Directory to use for configuration |
--version | Boolean | Show version information |
--help | Boolean | Show help and usage information |
Parent Command
Updated about 17 hours ago