Stores a reference to the environment name we will be deploying to.
The name should be one of the accounts listed in the configuration file
accounts
object.
The project name comes from the app.name
property of the default.json configuration file.
It represents the name of the application being deployed.
The project prefix comes from the app.prefix
property of the default.json configuration file.
It represents a prefix added to the application name (eg prefix-name) during deployment.
Generated using TypeDoc
This class represents the loaded Mira Configuration as defined by default.json and its overrides (dev.json).