Update the config command to support a name
$ hydra-cli config dev
$ hydra-cli config prod
Remove config list command and add show-config:
$ hydra-cli show-config dev
Using show-config without a name dumps the .hydra-cli environments branch.
Add a switch-config command:
$ hydra-cli switch-config dev
Update the
configcommand to support a nameRemove
config listcommand and addshow-config:Using show-config without a name dumps the
.hydra-clienvironments branch.Add a
switch-configcommand: