Autodesk / aomi

Provide secrets to build and release pipelines in a self service way using Hashicorp Vault.
https://autodesk.github.io/aomi/
MIT License
32 stars 13 forks source link

Refactor cli parsing to be class based #117

Open otakup0pe opened 7 years ago

otakup0pe commented 7 years ago

Much like the vault resources benefited from a class hierarchy, the cli module could also use this treatment. We need a way to easily register new command line options, and probably make use of class introspection when crafting the help structure itself.

otakup0pe commented 7 years ago

Linking for posterity / context https://github.com/Autodesk/aomi/issues/61