Generate-interface
Generates C# code for interfacing with the CLI from Unity
beam generate-interface [options]
About
Generates C# code for interfacing with the CLI from Unity
Options
Name | Type | Description |
---|---|---|
--concat | Boolean | When true, all the generated code will be in one file. When false, there will be multiple files |
--output | String | When 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 |
--engine | String | Filter which engine code we should generate (unity |
--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 |
Updated about 17 hours ago