
Chris LuandGitHub
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
..
2026-04-07 14:12:05 -07:00
2026-04-03 16:04:27 -07:00
2026-04-08 13:07:15 -07:00
2026-04-03 20:01:28 -07:00
2026-04-07 19:05:45 -07:00
2026-02-19 15:46:02 -08:00
2026-03-19 22:01:09 -07:00
2026-04-08 12:27:03 -07:00
2026-04-08 12:27:03 -07:00
2026-04-03 16:04:27 -07:00
2026-04-03 16:04:27 -07:00
2026-04-03 16:04:27 -07:00
2026-04-05 20:13:57 -07:00
2026-03-30 18:25:11 -07:00
2026-04-07 14:11:44 -07:00
2026-04-03 20:01:28 -07:00
2026-04-03 16:04:27 -07:00
2026-04-03 16:04:27 -07:00
2026-04-03 16:04:27 -07:00
2026-04-07 14:11:44 -07:00
2026-04-08 12:27:03 -07:00
2026-04-07 14:11:44 -07:00
2026-01-07 13:06:08 -08:00
2026-04-07 21:24:30 -07:00
2026-04-03 16:04:27 -07:00
2026-04-08 14:03:26 -07:00
2024-02-14 08:26:38 -08:00
2026-04-06 12:48:48 -07:00
2026-04-07 19:05:36 -07:00
2026-01-18 14:02:34 -08:00
2026-04-03 16:04:27 -07:00
2026-04-07 19:21:35 -07:00
2026-04-03 16:04:27 -07:00
2026-04-08 12:43:18 -07:00
2026-02-23 16:27:08 -08:00
2026-04-03 16:04:27 -07:00