mirror of
https://github.com/ovh/the-bastion.git
synced 2025-01-08 00:12:10 +08:00
3925e67d43
This command deletes a group, as `groupDelete` does, but works for owners so that they can delete their own group. `groupDelete` remains as a restricted command, able to delete any group. Closes #40.
9 lines
264 B
JSON
9 lines
264 B
JSON
{
|
|
"interactive": [
|
|
"groupDestroy" , {"ac" : ["--group"]},
|
|
"groupDestroy --group" , {"ac" : ["<GROUP>"]},
|
|
"groupDestroy --group \\S+" , {"pr" : "<enter>"}
|
|
],
|
|
"master_only": true,
|
|
"terminal_mode": "raw"
|
|
}
|