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

NameTypeDescription
serviceServiceNameWhich service to generate the .env file for
outputStringWhere to output the .env file

Options

NameTypeDescription
--include-prefixBooleanIf true, the generated .env file will include the local machine name as prefix
--instance-countInt32How many virtual websocket connections the server will open
--auto-deployBooleanWhen enabled, automatically deploy dependencies that aren't running
--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