vassh icon indicating copy to clipboard operation
vassh copied to clipboard

vassh: Vagrant Host-Guest SSH Command Wrapper/Proxy/Forwarder

Results 8 vassh issues
Sort by recently updated
recently updated
newest added

It looks like the project does not have any OSS license. Can you please add one? Thanks!!

VVV 2.0 introduces the ability to store sites outside of the Vagrant's `www` directory. As such, the `vassh` command fails with these sites as it cannot find the Vagrantfile.

bug
enhancement

When executing vassh/vasshin from a symlinked folder, it fails with ``` vassh: Unable to locate cwd in synced folder ``` Although it works pretty fine if executed from the original...

Since `vassh` has to invoke `vagrant ssh` anew each time it runs, there is the additional overhead of establishing the SSH connection that can take an additional ~1s. If, however,...

enhancement

That is the error I get when running `vasshin wp plugin status`, but `vassh wp plugin status` works great. http://b.ustin.co/6F9v

Could you add a `-h` param with a small description what the tool do?

See [non-functional code](https://github.com/x-team/vassh/blob/665b71f8540653579035e007c38da3f86d0c5d24/vassh.sh#L153-L181).

enhancement

We're currently using regular expressions to parse the Vagrantfile: https://github.com/x-team/vassh/blob/665b71f8540653579035e007c38da3f86d0c5d24/vassh.sh#L52-L80 This is brittle. The Vagrantfile is just Ruby code, and we should be using Ruby to parse it. This will...

enhancement