Version Construct

[INTERNAL] constructs a beamable version string with the given configuration

beam version construct <major> <minor> <patch> [options]

About

[INTERNAL] constructs a beamable version string with the given configuration

Arguments

NameTypeDescription
majorInt32The major semantic version number
minorInt32The minor semantic version number
patchInt32The patch semantic version number

Options

NameTypeDescription
--validateBooleanWhen true, the command will return a non zero exit code if the specified version already exists on Nuget
--nightlyBooleanSets the version string to a nightly version number, and will include the date string automatically
--rcInt32Sets the version string to a release candidate version number
--expInt32Sets the version string to an experimental version number
--prodBooleanSets the version string to a production version number
--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

version