option(
  'profile',
  type: 'combo',
  choices: [
    'release',
    'development',
  ],
  value: 'release'
)