Services Run

Run services locally in Docker. Will fail if no docker instance is running in the local machine

beam services run [options]

About

Run services locally in Docker. Will fail if no docker instance is running in the local machine

Options

NameTypeDescription
--idsString[]The ids for the services you wish to deploy. Ignoring this option deploys all services
--force-amd-cpu-archBooleanForce the services to run with amd64 CPU architecture, useful when deploying from computers with ARM architecture
--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

services