This is the first step in switching our command structure to be more consistent with kubectl (see #25). I have not changed any implementations, so formatting cleanup, etc will be done in a later step.
Moved list commands under the get command, e.g. svc-cat brokers list is now svc-cat get brokers.
Removed the extra "catalog" subcommand. So svc-cat catalog classes list is now svc-cat get classes.
Standardized variable names for easier copy/pasting towards victory.
This is the first step in switching our command structure to be more consistent with kubectl (see #25). I have not changed any implementations, so formatting cleanup, etc will be done in a later step.
svc-cat brokers list
is nowsvc-cat get brokers
.svc-cat catalog classes list
is nowsvc-cat get classes
.Closes #27