Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
FeynmanZhou opened this issue Feb 22, 2024 · 0 comments · Fixed by #387
Closed

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

FeynmanZhou opened this issue Feb 22, 2024 · 0 comments · Fixed by #387

Comments

@FeynmanZhou
Copy link
Member

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

  • Added new command notation plugin install. Users are now able to install a notation plugin directly from a URL or from their file system. Supported plugin installation formats are .zip, .tar.gz, and single plugin executable file. See an example usage below:
$ notation plugin install --file <file_path>
$ notation plugin install --sha256sum <digest> --url <HTTPS_URL>
  • Added new command notation plugin uninstall. Users are now able to uninstall a notation plugin by providing the plugin name. See an example usage below:
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: notaryproject/notation#869. We need to update the plugin guidance to reflect this feature.

@FeynmanZhou FeynmanZhou changed the title Update the plugin installation guide in v1.1.0 Update the plugin installation and management guide to v1.1.0 Feb 22, 2024
yizha1 pushed a commit that referenced this issue Mar 2, 2024
This PR fixes #385

---------

Signed-off-by: Roseline <roselynbassey23@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant