field33 / plow

Plow - The ontology package manager
https://plow.pm
Apache License 2.0
55 stars 1 forks source link

Only request private index if necessary #11

Open bdart opened 2 years ago

bdart commented 2 years ago

Description

We want to support consuming public ontologies without the need to login. However currently the private index (which requires a login) is retrieved on every plow command.

Instead the private index should only be retrieved if a package name is encountered that cannot be found in the public index.