You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kibble.apache.org by GitBox <gi...@apache.org> on 2020/10/25 10:23:16 UTC

[GitHub] [kibble] turbaszek opened a new issue #77: Create kibble cli tool

turbaszek opened a new issue #77:
URL: https://github.com/apache/kibble/issues/77


   **Description**
   As discussed in #64 we would like to have a cli tool that would allow users mange their kibble instance
   
   **Use case**
   Users should be able to do:
   ```
   # python kibble/setup/setup.py
   kibble setup
   
   # python kibble/setup/makeaccount.py
   kibble create_account
   
   # and in future
   kibble scanners run github
   ```
   
   **Related Issues**
   #64
   #


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [kibble] turbaszek commented on issue #77: Create kibble cli tool

Posted by GitBox <gi...@apache.org>.
turbaszek commented on issue #77:
URL: https://github.com/apache/kibble/issues/77#issuecomment-716123977


   @skekre98 would you like work on this one?


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [kibble] skekre98 commented on issue #77: Create kibble cli tool

Posted by GitBox <gi...@apache.org>.
skekre98 commented on issue #77:
URL: https://github.com/apache/kibble/issues/77#issuecomment-717561204


   @turbaszek I definitely think this is a good place to start. Let's perhaps make the version command `kibble --version` to keep it more python-esque?


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [kibble] skekre98 commented on issue #77: Create kibble cli tool

Posted by GitBox <gi...@apache.org>.
skekre98 commented on issue #77:
URL: https://github.com/apache/kibble/issues/77#issuecomment-727242876


   @turbaszek would you like me to implement `../kibble/setup.py/makeaccount.py` with click as well? I can open up an issue for it?


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [kibble] skekre98 commented on issue #77: Create kibble cli tool

Posted by GitBox <gi...@apache.org>.
skekre98 commented on issue #77:
URL: https://github.com/apache/kibble/issues/77#issuecomment-716195382


   @turbaszek Sure, I will happily take this up! Can you give me some more specifications on what you are looking for from the cli(commands, flags, etc...). I can begin by creating the `setup` command to see if it is along the lines of what you are looking for.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [kibble] turbaszek commented on issue #77: Create kibble cli tool

Posted by GitBox <gi...@apache.org>.
turbaszek commented on issue #77:
URL: https://github.com/apache/kibble/issues/77#issuecomment-727254341


   @skekre98 sorry I missed your comment and already drafted #94.
   
   I'm closing this issues as most of required work was done in #91 👍 


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [kibble] turbaszek edited a comment on issue #77: Create kibble cli tool

Posted by GitBox <gi...@apache.org>.
turbaszek edited a comment on issue #77:
URL: https://github.com/apache/kibble/issues/77#issuecomment-727254341


   @skekre98 sorry I missed your comment and already drafted #94. But we still have a plenty of work to do! For example #84 looks like an interesting task. We also need to check scanners if they work or not, and we need to connect them somehow to out new cli :) 
   
   I'm closing this issues as most of required work was done in #91 👍 


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [kibble] skekre98 edited a comment on issue #77: Create kibble cli tool

Posted by GitBox <gi...@apache.org>.
skekre98 edited a comment on issue #77:
URL: https://github.com/apache/kibble/issues/77#issuecomment-727242876


   @turbaszek would you like me to implement `../kibble/setup.py/makeaccount.py` with click as well? I can open up an issue for it.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [kibble] turbaszek commented on issue #77: Create kibble cli tool

Posted by GitBox <gi...@apache.org>.
turbaszek commented on issue #77:
URL: https://github.com/apache/kibble/issues/77#issuecomment-716731214


   > I can begin by creating the `setup` command to see if it is along the lines of what you are looking for.
   
   I think this will be a good start! More command will come after we have #78 
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [kibble] turbaszek closed issue #77: Create kibble cli tool

Posted by GitBox <gi...@apache.org>.
turbaszek closed issue #77:
URL: https://github.com/apache/kibble/issues/77


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [kibble] turbaszek commented on issue #77: Create kibble cli tool

Posted by GitBox <gi...@apache.org>.
turbaszek commented on issue #77:
URL: https://github.com/apache/kibble/issues/77#issuecomment-717428619


   @skekre98 the rough idea for now would be to have two commands:
   ```
   kibble setup
   ```
   which should do what we do in `kibble/setup/setup.py`. The second one should be:
   ```
   kibble version
   ```
   that returns value from `kibble/version.py`. Other commands may be added in future but this will give strong foundation for future work. 
   
   I would personally be in favour of using the click library instead of building argparse. 


----------------------------------------------------------------
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:
users@infra.apache.org