yield heroku.request({
      path: `/apps/${app}/features/${feature}`,
      method: 'PATCH',
      body: {enabled: true}
    })