Environment Type

Environments may be expected to behave differently as per the purpose for which they are created. To solve for the same environments are always created with environment type.

Every org might have their own rules sets applied to various environment types. To enable the same we want to provide a way for org admins to define the environment types and also to define restricted environment names

Command to list env types - can be run by anyone

odin list env-type
Listing all env type

  ENV TYPE  
------------
  envType1       
  envType2  
  envType3      
     

Last updated