The Runtime() class setup and regulate the necessary environment configurations. Some process environment can be set in order to update runtime options.
.RUNTIME_MODE = 'DEV' | 'PROD' // Runtime mode .CUSTOM_ENV_PATH = '/path/to/.env' // Custom .env path .SKIP_YES_NO = 'yes' | 'no' // Skip every question
The Runtime() class setup and regulate the necessary environment configurations.
Runtime mode DEV for development or PROD for production.
Readonly
Private
The runSnippet() method run the provided snippet under the runtime's environment.
A snippet function that will be executed in the runtime.
Generated using TypeDoc
The Runtime() class setup and regulate the necessary environment configurations.
Some process environment can be set in order to update runtime options.