How to: Transfer Views of a content-type from development to productions

System Information
  • Strapi Version: v4.14.5
  • Operating System: Linux
  • Database: MySQL
  • Node Version: v18.18.2
  • NPM Version:
  • Yarn Version: v1.22.19

How do we transfer the view from the development server to the production server?
Mostly because of labels, descriptions, placeholder, and enabled/disabled.

If it’s a few fields in a collection, that’s nice, but when you create an application it is a different story.

Any advice, help, or plugin?