PowerRvB meets RvBMoGo.
Commands/
├── ping
│ └── Test responsiveness
├── revert
│ └── Revert a VM within a pod based on the command's category pod number
└── teams/
├── create/
│ ├── by-name
│ │ └── Create a team with a specific name
│ └── batch
│ └── Create a specific number of generic teams all at once
└── delete/
├── by-role
│ └── Delete a team based using their role as an identifier
└── all
└── Delete all non-protected teams (Default: Green Team, Red Team, RvBMo)