Module: Smplkit::Management::EnvironmentClassification

Defined in:
lib/smplkit/management/types.rb

Overview

Whether an environment participates in the canonical ordering.

STANDARD environments are the customer’s deploy targets — production, staging, development, etc. AD_HOC environments are transient targets (preview branches, individual developer sandboxes) that should not appear in the standard ordering.

Constant Summary collapse

STANDARD =
"STANDARD"
AD_HOC =
"AD_HOC"
ALL =
[STANDARD, AD_HOC].freeze