vertx-shell
vertx-shell copied to clipboard
The shell for Vert.x
The HTTP term does not work after login. Try the [`deploy service http` example](https://github.com/vert-x3/vertx-examples/blob/4.x/shell-examples/src/main/java/io/vertx/example/shell/deploy_service_http/DeployShell.java): You will see: ``` java.lang.UnsupportedOperationException: Mount the router as a sub-router instead. This method will not...
Bumps commons-net from 3.4 to 3.9.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps jsch from 0.1.53 to 0.1.54. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Currently I don't see a way to customize the prompt of the ShellServer.
I'm trying to test out the vert.x shell, but am having trouble getting it started. When I run the command `vertx run -conf '{"telnetOptions":{"port":5000}}' maven:io.vertx:vertx-shell:3.6.2` I get the following stack...
- Installing its own body handler, when one might be already specified on the route, is kind of a drag - I got the pages to render, but then the...
Hi, In case of SSH there is an AuthProvider used for authentication, but the authenticated user is not accessible in the commands, however it would be very useful (required in...
Allow to use the HTTP client to perform cURL like operations - SSL/TLS config should be supported
when i use ``` addOption(new Option() .setArgName("help") .setShortName("h") .setLongName("help")); ``` and type a command like ``` % shadowone -h ``` i get ``` io.vertx.core.cli.MissingValueException: The option 'help' requires a value...