I am trying to automate and simplify provisioning, I was hoping I could have had the possibility to search also in my private repository, so I could have parsed the output to automatically decide which box to use, based on conditions like platform, version and even part of the name.
Unfortunately though, the vagrant cloud search is only searching on the public repository.
So even if I am correctly logged in my organization and I can use vagrant cloud box show for example to see the boxes details, I cannot see which of them are available to me.
It would be nice to support --private parameter to specify that the search should include, or maybe switch to, a public repository.
For example vagrant cloud search --auth -p hyperv MySearchTerm --private.