🆕 Be among the first to experience our new cloud offering with data synchronization capabilities by signing up for our waiting list.
Each file can be easily shared with other Mockoon's users, "as-is". Since v1.16.0, there is no need to export in Mockoon's format on one computer and re-import on another one (see legacy export file). 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
.