Services Deploy

Deploys services remotely to the current realm

beam services deploy [options]

About

Deploys services remotely to the current realm

Options

NameTypeDescription
--from-fileStringIf this option is set to a valid path to a ServiceManifest JSON, deploys that instead
--commentStringAssociates this comment along with the published Manifest. You'll be able to read it via the Beamable Portal
--service-commentsString[]Any number of strings in the format BeamoId::Comment
Associates each comment to the given Beamo Id if it's among the published services. You'll be able to read it via the Beamable Portal
--docker-registry-urlStringA custom docker registry url to use when uploading. By default, the result from the beamo/registry network call will be used, with minor string manipulation to add https scheme, remove port specificatino, and add /v2
--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

services