Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add delete option for manageshells #15

Open
dukebarman opened this issue Jul 4, 2016 · 5 comments
Open

Add delete option for manageshells #15

dukebarman opened this issue Jul 4, 2016 · 5 comments

Comments

@dukebarman
Copy link

Need feature for delete shells because script like bjosh -p 6001 connect cannot (or maybe very long time) connect to shells. Or need use command:

bjosh connect -q 6001
@a0x77n
Copy link
Collaborator

a0x77n commented Jul 4, 2016

The options -p and -q have different meanings. The port specified by -p is used for communication with the server via a RESTful HTTP protocol while -q is used to specify the port of the shell. Only

bjosh connect -q 6001

is correct, if you want to connect to an open shell that listens on port 6001.

If you want to delete a shell, connect to it and type quit.

I hope this helps.

@dukebarman
Copy link
Author

Thx, it works. So need option for auto quit from all shells ;-)

@dukebarman
Copy link
Author

And will be good if you add info about q and p options because I found it in source of script.

@a0x77n
Copy link
Collaborator

a0x77n commented Jul 4, 2016

There is a --help option that show some information, but I have to admit the help texts have need for improvement.

@dukebarman
Copy link
Author

It will be very useful. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants