☁️ Data synchronization and team collaboration are available as part of our Mockoon Cloud subscription. It allows you to share your environments with your team and collaborate in real-time.
Each file can be easily shared with other Mockoon's users, "as-is". After locating your environment file, you can share it with your coworkers by using Git for example. You coworkers can then save the file in any folder and open it directly using the "Open environment" button:
You can save your environment data files in a Git-tracked folder to make sharing easier. By default, an environment file JSON content is saved pretty-printed to allow comparing changes between two commits. You can disable pretty printing in the settings:
The CLI is directly compatible with environment files. After locating your environment file, you run them with the CLI using the following command: mockoon-cli start -d ./path-to-file/environment-data-file.json
.