add logo to README

This commit is contained in:
2025-04-18 17:11:58 +02:00
parent 31a5cce1bc
commit 122bdb113d
2 changed files with 150 additions and 1 deletions
+5 -1
View File
@@ -1,3 +1,7 @@
<p align="center">
<img src="media/logo.svg" alt="Cloaksmith Logo" width="200"/>
</p>
# 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.
@@ -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.
## 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.
Executable
+145
View File
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 1.1 MiB