-
Notifications
You must be signed in to change notification settings - Fork 6
Interactive mode #16
Comments
This is a valid wish, but I think you should not couple piu to senza. |
@szuecs I've some comment though. First of all, I didn't know that Senza had an option ( Back to your suggestion, if you read this line you can see that it uses Piu. I was about to write this patch to then realize I'd end up copying a bunch of code from Senza into Piu which IMHO isn't very practical. At first I understood that your suggestion was fine since you might want to keep components independent of each other, but after seeing that line maybe it's not really the case. Can you clarify this? |
@outime As far as I understood, the missing feature in Senza is to pass piu parameters from the senza call. I hope I could clarify it. |
Tests are broken: https://travis-ci.org/zalando-stups/piu
|
Probably the test expects user input and works locally because of existing configurations. |
Can someone upload updated version into PyPi? |
Please open a new issue for that, just to not loose track of it. |
Using piu would be easier if we could have a list of instances to connect to instead of finding out the IP by ourselves. Ideally, it should be a piu command that parses
senza instances
output to show a list of instances to connect, something like:So you can just specify a number to connect to the specific instance.
I'm using a wrapper that does exactly this so I'm happy to write a patch to have such feature built-in if someone else likes the idea.
The text was updated successfully, but these errors were encountered: