Open javiertoledo opened 1 year ago
Hey I have worked on around 7-8 company based project, but never countribute to open source, this is my first time can you assign me this task.
Thanks, i will keep updating you, are you on any social platform
sir i need little help can we connect
Feature Request
Description
As a developer using the Booster Framework, I would love to have a CLI command that eases copying events from one environment to another (i.e. a staging or production environment to a local development environment). This feature could be very helpful for troubleshooting and simulating scenarios with real data.
Possible Solution
Introduce a new CLI command:
boost sync-events <from> <to>
. This command would copy the events from the specified source environment (e.g., staging or production) and transfer them to the specified target environment (e.g., a local development environment).Additional information
This feature would be especially useful for debugging and testing purposes, allowing developers to reproduce scenarios with real data. It would also simplify the process of syncing data across different environments, reducing the need for manual migration scripts.