auth import
Import cleaned realm config to target Keycloak via keycloak-config-cli Docker container.
Usage
postkit auth import
Options
| Option | Description |
|---|---|
-v, --verbose | Enable verbose output |
--json | Output as JSON |
What It Does
- Reads cleaned realm config from
realm-config/ - Runs
keycloak-config-cliin Docker - Imports config to target Keycloak
Requirements
- Docker must be running
- Cleaned config file must exist (run
exportfirst) - Target Keycloak must be accessible
- Environment variables must be configured (see Configuration)