vertx-shell icon indicating copy to clipboard operation
vertx-shell copied to clipboard

The shell for Vert.x

Results 13 vertx-shell issues
Sort by recently updated
recently updated
newest added

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...

bug

Bumps commons-net from 3.4 to 3.9.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-net:commons-net&package-manager=maven&previous-version=3.4&new-version=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...

dependencies

Bumps jsch from 0.1.53 to 0.1.54. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.jcraft:jsch&package-manager=maven&previous-version=0.1.53&new-version=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...

dependencies

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...

"Backport" to 3.5

to review

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...

invalid