I am developing a gh component.
Since I have one more person working on this component development,
we would like to manage our component via package manager together.
Usually, when pushing a component into package manager, just one rhino account is registered as an author.
But is there any way both of us can access to our component on package manager for future updates?
You can use owner
command to allow other people to manage a package. For example…
"C:\Program Files\Rhino 8\System\yak.exe" owner add abc@example.com
Note, the other person needs to register their Rhino account with the package server first – see the login
command.
1 Like
Wow thank you a lot!