Parallels / vagrant-parallels

Vagrant Parallels Provider

Home Page:https://parallels.github.io/vagrant-parallels

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License check does not support Pro trial

brycekahle opened this issue · comments

The trial version of Parallels Desktop for Mac includes all the Pro features. The license check in this plugin does not account for this and prevents usage, despite the prlctl CLI utility being available.

$ vagrant up --provider=parallels
The provider 'parallels' that was requested to back the machine
'default' is reporting that it isn't usable on this system. The
reason is shown below:

Vagrant has detected that you have an edition of Parallels Desktop for Mac
installed that is not supported. Vagrant Parallels provider is compatible
only with Pro and Business editions of Parallels Desktop. Other editions
do not have command line functionality and can not be used with Vagrant.

Please upgrade your installation: https://parallels.com/desktop
$ prlsrvctl info --license --json
{

}
$ which prlctl
/usr/local/bin/prlctl

Apparently the supposed Pro trial does not include the CLI functionality needed. This makes it hard to evaluate if this setup will work for us.