docs/migrating.md in cpl-1.1.2 vs docs/migrating.md in cpl-1.2.0

- old
+ new

@@ -27,17 +27,17 @@ Edit the `.controlplane/controlplane.yml` file as needed. Note that the `my-app-staging` name used in the examples below is defined in this file. See [this example](https://github.com/shakacode/react-webpack-rails-tutorial/blob/master/.controlplane/controlplane.yml). -Before the initial setup, add the templates for the app to the `.controlplane/controlplane.yml` file, using the `setup` +Before the initial setup, add the templates for the app to the `.controlplane/controlplane.yml` file, using the `setup_app_templates` key, e.g.: ```yaml my-app-staging: <<: *common - setup: + setup_app_templates: - gvc - redis - memcached - rails - sidekiq @@ -189,10 +189,10 @@ ```yaml my-app-review: <<: *common match_if_app_name_starts_with: true - setup: + setup_app_templates: - gvc - redis - memcached - rails - sidekiq