CLI command to import shortcuts?

I have a shortcuts.kksrc file with my exported keyboard shortcuts. I know how to import it through settings GUI. Is there some CLI tool to allow importing in automated fashion?

$ plasma-import-shortcuts ./shorctucs.kksrc

In case this is an XY: I one to synchronize important shortcuts between two computers. My plan is to put .kksrc file into a git repo, which is checked out on both computers, and add the importing script to my autostart sequence. I don’t want to copy the entire kglobalshorctucssrc because it includes unknowable mess with UIDS like

[ActivityManager]
_k_friendly_name=Activity Manager
switch-to-activity-6059eb93-0f51-41e7-8311-7f247d38511e=none,none,Switch to activity "Default"

and because, seemingly, it includes all global shorcuts rather than the small subset I’ve actually bothered to change.