keycloak/integration/client-cli/admin-cli
Michal Vavřík 859a7a095e
feat(admin-cli): provide basic Client API v2 CLI client (#47173)
* Closes: https://github.com/keycloak/keycloak/issues/47166
* Closes: https://github.com/keycloak/keycloak/issues/47311

Provides basic Client API v2 CLI client.

Supports:

- client operations: create, patch, list, delete, get, update
- authetication options matching those of v1 CLI

Omitted changes:

- documentation, we do not advertise this new client and it is hidden behind `--v2` flag that is not mentioned anywhere in doc or help, hence invisible; until we implement remaining https://github.com/keycloak/keycloak/issues/45366 tasks
- "config" subcommand is shared between v1 and v2, hence its printed "help" follows the v1 style to keep status quo

Signed-off-by: Michal Vavřík <michal.vavrik@aol.com>
2026-03-27 12:56:08 +01:00
..
src feat(admin-cli): provide basic Client API v2 CLI client (#47173) 2026-03-27 12:56:08 +01:00
pom.xml feat(admin-cli): provide basic Client API v2 CLI client (#47173) 2026-03-27 12:56:08 +01:00