baseCommandEnvName constant
String
const baseCommandEnvName
The environment variable that overrides the base command name shown in user-facing text.
It holds the literal display name, such as serverpod cloud, and is
written by the wrapper that invokes this CLI under another name - above
all the serverpod cloud command of the Serverpod framework. The value
is used verbatim, and an unset or empty value means defaultBaseCommand.
Implementation
static const baseCommandEnvName = 'SERVERPOD_CLOUD_BASE_COMMAND';