Project Generate-env

[INTERNAL] Get the connection strings required to start a Microservice. This is used when running Standalone Microservices locally without Docker

beam project generate-env <service> <output> [options]

About

[INTERNAL] Get the connection strings required to start a Microservice. This is used when running Standalone Microservices locally without Docker

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
--quietBooleanWhen true, skip input waiting and use defaults
--hostStringThe host endpoint for beamable
--refresh-tokenStringRefresh token to use for the requests
--logStringExtra logs gets printed out
--dirStringDirectory to use for configuration
--rawBooleanOutput raw JSON to standard out. This happens by default when the command is being piped
--prettyBooleanOutput syntax highlighted box text. This happens by default when the command is not piped
--dotnet-pathStringa custom location for dotnet
--versionBooleanShow version information
--helpBooleanShow help and usage information

Parent Command

project