Config Set

Set a config value

beam config set <name> <value> [options]

About

Set a config value

Arguments

NameTypeDescription
nameStringThe name of a config option to set. ex: cid, pid, etc.
valueStringThe value of the config setting

Options

NameTypeDescription
--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

config