turbaszek edited a comment on issue #37: URL: https://github.com/apache/kibble/issues/37#issuecomment-707338899
@michalslowikowski00 I think we should still consider this idea. As a first step, I would suggest figuring what is in `setup/makeaccount.py` and structure this file a little bit. This seems to be a script that accepts some users' input. I think it may make sense to refactor it and then introduce `kibble.py` with argparser that would serve the purpose of both `setup.py` and `makeaccount.py` (probably two subcommands?), for example: ``` # instead of: python setup.py python kibble.py setup -e elasticsearch -a -k # instead of: python makeaccount.py python kibble.py make_account -a ``` This would be a nice step toward making kibble a python package (see #38 ) so in the future users could simply do ``` kibble setup kibble make_account ``` What do you think @sharanf @Humbedooh ? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
