Is it possible to use Yak as a package manager for private distribution?
I’m currently looking for the best way to keep our Rhino & Grasshopper plugin updated across our company. As we are talking quite a lot of offices, where not all of them can be expected to keep track of whether there is an updated version, I was thinking that it would make sense to have it implemented directly in Rhino.
If you have any other suggestions for “Best practice”, please let me know.
Can anyone at McNeel comment on whether or not this api is going to be documented in the future?
Is this going to be an option for plug-in distribution that is supported for developers?
I created a private package server, and it works well for us. Basically we have a plugin that will (probably) never be for people outside our company. It interacts directly with our cloud platform, and modifies resources on them.
I briefly attempted to get the Zoo licensing to work, but I gave up. It was faster to reverse the API for me.
Summary: My use case was a private plugin that only select people should have access to.
Edit: Not on company network, so can’t use a folder.
A private package server would work well for us, in conjunction with the public one. We have our own private Nuget Server for distributing our internal company libraries, and we use the public one for everything public. It would make sense for Rhino to behave the same. essentially we’d like for each of our GH add-in to publish to our local server through our CI/CD pipelines. The folder solution is probably going to work for us, but it doesn’t solve the distribution problem.
I would like a way to pass on the ownership of a plugin. Imagine I publish our company plugin and then I
leave the company … Noone else kan update it anymore then?
In our office, we use UNC paths to point to yak packages saved on the company server. This leads to super long waiting times for the package manager to display available plugins:
Accessing these network drives in Explorer is instant.