Sync Events CLI tool #1353
Labels
dev-experience
Developer Experience
difficulty: medium
feature-request
New feature or request
good first issue
Good for newcomers
nice-to-have
package:cli
Affects the CLI package
size: L
Tasks that imply many files.
spike
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.
The text was updated successfully, but these errors were encountered: