restructure: flatten scripts dirs, remove roster, update SKILL.md
This commit is contained in:
@@ -14,7 +14,7 @@ Create a new Keycloak account.
|
||||
> ⚠️ **Warning**: Do not execute this command unless explicitly requested. If you don't have a Keycloak account, contact **agent-resource-director** or **hangman** to guide you through the process.
|
||||
|
||||
```bash
|
||||
{baseDir}/scripts/keycloak/kc-ctrl create-keycloak-account --username <username> --email <email>
|
||||
{baseDir}/scripts/kc-ctrl create-keycloak-account
|
||||
```
|
||||
|
||||
### Verify Email
|
||||
@@ -22,7 +22,7 @@ Create a new Keycloak account.
|
||||
Verify user email in Keycloak.
|
||||
|
||||
```bash
|
||||
{baseDir}/scripts/keycloak/kc-ctrl verify-email
|
||||
{baseDir}/scripts/kc-ctrl verify-email
|
||||
```
|
||||
|
||||
### Set User Name
|
||||
@@ -30,7 +30,7 @@ Verify user email in Keycloak.
|
||||
Set user firstName and lastName in Keycloak.
|
||||
|
||||
```bash
|
||||
{baseDir}/scripts/keycloak/kc-ctrl set-name
|
||||
{baseDir}/scripts/kc-ctrl set-name
|
||||
```
|
||||
|
||||
### Reset Password
|
||||
@@ -38,5 +38,5 @@ Set user firstName and lastName in Keycloak.
|
||||
Reset password for the current user (reads username from secret-mgr).
|
||||
|
||||
```bash
|
||||
{baseDir}/scripts/keycloak/kc-ctrl reset-password
|
||||
{baseDir}/scripts/kc-ctrl reset-password
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user