webCOMAND

Environment Content Type

The environment content type is used to define recognized environment titles and folder paths.

  • Title - Human-readable Title of the environment.
  • Path - Folder path where to find package files for the corresponding environment.  It also serves as the environment identifier, which is used to set the environment.

Three environments are provided by default.

  • Production (no path) - This is the default environment, so it is used when no other environment is set or can be determined.  It typically uses the default path, as if environment functionality is not enabled.  When environments are enabled, these files are typically written when they are published.
  • Staging ('staging') - This is the standard staging environment where testing can be done, where files are typically written when they are previewed.
  • Development ('dev') - This is the "live" development environment, where files are typically written as they are approved.