New feature: Keywords
You can now add searchable keywords to your packages!
Keywords are added via the keywords
field in the manifest.yml file, e.g.
keywords:
- opengl
- shader
- grasshopper
In addition to Rhino 7 WIP, support for keywords in the yak build
CLI command was backported to Rhino 6 SR 27.
Once published, you can then find your package by typing a keyword into the Package Manager’s search bar.
P.S. the secret.id
field has been deprecated in favour of special keywords. The first time you run yak build
with the new version of the Yak CLI, your manifest.yml file will be “upgraded”.