Important
This tool is currently under development. Some data-ops features can result in irreversible changes to your Kontent.ai environment, make sure you familiarize yourself with data-ops CLI documentation and use the tool at your own risk.
Currently available features:
- syncModel > run (only between environments)
A React GUI layer on top of the data-ops CLI. Aims to provide the same level of functionality through a user-friendly interface. All features are documented in the CLI repository.
You can run the tool either locally or deploy it to Netlify, using a quick deployment option described below.
Clone the repository and install all dependencies, then start the local development server.
npm i
npm run dev:functions
Clicking on the below button will guide you through the deployment process and also create a copy of the repository in your account.
The tool makes use of Netlify functions to invoke data-ops
methods. Deployment on other platforms requires adjustment to the API layer.