add logo to README

This commit is contained in:
Chris Ellrich 2025-04-18 17:11:58 +02:00
parent 31a5cce1bc
commit 122bdb113d
Signed by: c.ellrich
GPG Key ID: D1850E1719D845AE
2 changed files with 150 additions and 1 deletions

View File

@ -1,3 +1,7 @@
<p align="center">
<img src="media/logo.svg" alt="Cloaksmith Logo" width="200"/>
</p>
# Cloaksmith # Cloaksmith
Cloaksmith is a CLI tool designed to interact with a Keycloak server using OAuth 2.0 Device Authorization Grant. It allows you to import roles from a CSV file and create role mappings, with a focus on simplicity and extensibility. Cloaksmith is a CLI tool designed to interact with a Keycloak server using OAuth 2.0 Device Authorization Grant. It allows you to import roles from a CSV file and create role mappings, with a focus on simplicity and extensibility.
@ -81,4 +85,4 @@ cloaksmith import-roles --client-id <target_client_id> --realm <target_client_re
Cloaksmith is designed to be easily extensible. You can add new commands or functionality by modifying the CLI or the underlying modules. Cloaksmith is designed to be easily extensible. You can add new commands or functionality by modifying the CLI or the underlying modules.
## License ## License
This project is licensed under the terms specified in the LICENSE file. This project is licensed under the terms specified in the LICENSE file.

145
media/logo.svg Executable file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 1.1 MiB