Skip to content
| Marketplace
Sign in
Visual Studio>Tools>Command Jet
Command Jet

Command Jet

Behrouz Rad

|
42 installs
| (0) | Free
One-click running of your commands from Visual Studio directly.
Download

Command Jet

Build Command Jet

Download this extension from the VS marketplace Visual Studio 2022 (17.10)

This extension is based on VisualStudio.Extensibility (Preview) which is a new framework for developing Visual Studio extensions that focuses primarily on extensions that run out-of-process from the IDE for improved performance and reliability.

I created this extension both to experiment with the new framework and to provide a visual way to run commands within Visual Studio.

The commands can be either local or remote. Remote commands are designed to be executed based on the SSH protocol. To run remote commands, you need a key. The path to this key can be set in the settings file as the value of PrivateKeyPath.

To use the extension, place commandjet.settings.json in the root directory of the main project and write the commands. You can find a sample of commands here. Select Command Jet from the Extensions menu. The progress will be displayed in a dialog similar to this:

Main Form

Note

  • The working directory for the commands is the root path of the main project.
  • Ensure that SSH is properly configured on the remote server and that the ssh-agent service is running before executing remote commands.
  • Currently two custom SSH commands are supported: copy-file-ssh and copy-folder-ssh.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft