fission icon indicating copy to clipboard operation
fission copied to clipboard

command line tool to manage vmware fusion vms

Results 6 fission issues
Sort by recently updated
recently updated
newest added

I was trying to determine the licenses for my dependencies. I found that the RubyGems API will return the license, but only if it is specified in your gemspec file.

Failures: one test fails when run with rspec 3, all tests pass with rspec 2 1) Fission::Action::ShellExecutor execute should return a hash of the output and Process::Status object Failure/Error: result['output'].empty?.should...

RubyGems.org doesn't report a license for your gem. This is because it is not specified in the [gemspec](http://docs.rubygems.org/read/chapter/20#license) of your last release. via e.g. ``` spec.license = 'MIT' # or...

When launching VMs in headless mode with Fusion 3, Ruby hangs. Hang is avoided when I modify fission to redirect vmrun commands' stdout to /dev/null Step 1: Hangs http://dl.dropbox.com/u/33985079/Screen%20Shot%202011-12-07%20at%201.54.04%20PM.png Step...

bug

I propose that anywhere where you're supplying a VM name for any of the command line operations, that you can choose to supply a comma-separated string of VMs to perform...

feature

I'd find it really useful to be able to declare in my .fissionrc that I want all actions to be headless by default.

feature