option('profile',
       type: 'combo',
       choices: [
         'default',
         'development'
       ],
       value: 'default',
       description: 'Build with appended profile to application ID'
)
