mareklevv
mareklevv
After some digging I figure out that I should install this package like this: `pip install -e .` I run my example scrit once again and this time it generated...
@poussa In PR #70 i solved two of your issues: - List -t option in help - Add option to skip minio install
@poussa I prepared 2 pull requests which covered 3 of your proposed features. I hope they will be merged soon #70 #71 . Also i have some questions about rest...
@poussa 2. I mean we can achieve skipping certificates generation in 2 ways: * Using envs with paths to certificates * Read directory with certificates(e.g. installer/certs), but this will required...