data/global_vars
library
Properties
-
arguments
↔ List<String>
-
The raw command-line arguments passed to
sg, set once at startup and read by every command.
getter/setter pair
-
autoConfirm
↔ bool
-
When true, skips interactive confirmation prompts (set via
--yes).
getter/setter pair
-
overrideBoilerplatePath
↔ String?
-
Custom boilerplate path passed via
--boilerplate-path, used instead of the bundled boilerplate when set.
getter/setter pair
-
sgConfig
↔ SgConfig
-
The parsed contents of the project's
sg_cli.yaml, available to every command after startup.
getter/setter pair