Upgrading to Version 5

In ufo v5, the ufo went from underscore key names in the cfn settings files to camelized key names. So the auto_camelize behavior is disabled for newly ufo init projects. This mean ufo is backwards compatiable. You can enable the v5 behavior with auto_camelize: false. If you have not adjusted this setting, then ufo should still work with your current .ufo files.

Upgrading Instructions

If you want to upgrade to the latest ufo v5 default behavior.

  1. Adjust your .ufo/settings/cfn files so that the keys are camelized
  2. Add to your .ufo/settings.yml auto_camelize: false
  3. Deploy and verify that your ECS app stil works

Pro tip: Use the <- and -> arrow keys to move back and forward.

Edit this page

See a typo or an error? You can improve this page. This website is available on GitHub and contributions are encouraged and welcomed. We love pull requests from you!