option(
    'profile',
    type: 'combo',
    choices: [
        'default',
        'dev'
    ],
    value: 'default'
)