Actions
Bug #16405
closedAdd another synchro script
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
I wrote a script which can import/export techniques/directives/rules and will try to find their dependencies.
Currently, GM are not yet supported. It will simply prompt an error when trying to import a technique which require
a missing GM.
Basic usage is:
rudder-synchronize export rule <rule_id> <dest_folder>
You can then import all of it with:
rudder-synchronize import rule <src_folder>
Actions