The following command will export a Keycloak realm along with all its clients, roles and users.
The following command will export a Keycloak realm along with all its clients, roles and users.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
standalone.bat | |
-Dkeycloak.migration.realmName=CoMarketplace | |
-Dkeycloak.migration.action=export | |
-Dkeycloak.migration.provider=dir | |
-Dkeycloak.migration.dir=d:\temp\comarketplace |
COMMENTS