rosterbuster / dialogflow-conversion
Merge a production (with training) and development agent (with older training/no training) together
v1.0
2018-01-24 10:37 UTC
Requires
- ext-zip: *
- symfony/console: ~3.0|~4.0
This package is not auto-updated.
Last update: 2025-06-25 07:45:16 UTC
README
This command helps you merge two dialogflow agents together. If you have multiple agents you are working on, and you are actively training on one of them, it can be hard to get the trained agent into the development agent. With this command you can keep the training from the production version, but also keep the new/modified intents from the development agent.
Installation
You can install this tool via composer by using the following command:
composer global require rosterbuster/dialogflow-conversion
Usage
dfmerger merge <path-to-production-zip> <path-to-development-zip>
This will create a new zip in your directory called dialogflow-merged