Chris Lu
|
b1265de78f
|
feat(shell): add group management commands (#8993)
* feat(shell): add group management commands
Add weed shell commands for IAM group management:
- s3.group.create -name <group>
- s3.group.delete -name <group>
- s3.group.list
- s3.group.show -name <group>
- s3.group.add-user -group <group> -user <user>
- s3.group.remove-user -group <group> -user <user>
All commands use GetConfiguration/PutConfiguration gRPC pattern,
consistent with existing shell commands like s3.user.list.
* fix: add nil check for Configuration in group shell commands
Guard against nil Configuration response from GetConfiguration
gRPC call to prevent potential panics. (Gemini review)
|
2026-04-08 14:03:26 -07:00 |
|