notaryproject / notaryproject.dev

Notary Project Website
https://notaryproject.dev
Other
25 stars 58 forks source link

Update the plugin installation and management guide to v1.1.0 #385

Closed FeynmanZhou closed 7 months ago

FeynmanZhou commented 7 months ago

Notation v1.1.0 offers Notation plugin management capabilities to simplify the plugin user experience.

$ notation plugin install --file <file_path>
$ notation plugin install --sha256sum <digest> --url <HTTPS_URL>
notation plugin uninstall <plugin_name>

The following plugins have been well tested with Notation plugin commands by Notary Project maintainers:

I tested these three plugin installation with notation v1.1.0. See this page as a reference: https://github.com/notaryproject/notation/discussions/869. We need to update the plugin guidance to reflect this feature.