How to sync user permissions changes between environment (dump to file / restore)

We already have the way to sync configuration via strapi configuration:dump | configuration:restore cli commands. But they are not sync changes in access permissions (that are stored in separate users-permissions_permission and users-permissions_role tables)!

So now we need to duplicate changes manually (via repeat all clicks in admin panel), or write custom scripts that implement dump / restore of that tables.

Is there any way to make those sync of permission changes via Strapi build-in functional? If not, is this feature planned?

System Information
  • Strapi Version: 3.6.2

As we said here, if you just want to migrate your configuration, for the current version, you can use the strapi-config-sync to export and import your configuration from different environments.