Project Generate-env
Generate an .env file at a given location for a Microservice execution
beam project generate-env <service> <output> [options]
About
Generate an .env file at a given location for a Microservice execution
Arguments
Name | Type | Description |
---|---|---|
service | ServiceName | Which service to generate the .env file for |
output | String | Where to output the .env file |
Options
Name | Type | Description |
---|---|---|
--include-prefix | Boolean | If true, the generated .env file will include the local machine name as prefix |
--instance-count | Int32 | How many virtual websocket connections the server will open |
--auto-deploy | Boolean | When enabled, automatically deploy dependencies that aren't running |
--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 16 hours ago