jaxxstorm / hookpick

A tool to manage some operational concepts of Hashicorp Vault
MIT License
84 stars 14 forks source link

Allow configuration var to only loop through a specific DC #1

Closed jaxxstorm closed 7 years ago

jaxxstorm commented 7 years ago

Currently, the configuration will read unmarshal the whole DC map and then iterate over everything.

Add a flag that will allow specifying a DC and then only loop through that.