From c5df1b98d384d1a55439e7cb2414990bab14635f Mon Sep 17 00:00:00 2001 From: Patrick Zheng Date: Thu, 15 Aug 2024 10:14:49 +0800 Subject: [PATCH] updated for v1.2.0 release Signed-off-by: Patrick Zheng --- specs/error-handling-guideline.md | 2 +- specs/notation-cli.md | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/specs/error-handling-guideline.md b/specs/error-handling-guideline.md index ef06ddcc5..d937ea608 100644 --- a/specs/error-handling-guideline.md +++ b/specs/error-handling-guideline.md @@ -32,7 +32,7 @@ Last, error logs can also be useful for post-mortem debugging and can also be wr - Provide specific and actionable prompt message with argument suggestion or show the example usage for reference. (e.g, Instead of showing flag or argument options is missing, please provide available argument options and guide users to `--help` to view more examples). - If the actionable prompt message is too long to show in the CLI output, consider guide users to Notation user manual or troubleshooting guide with the versioned permanent link. - If the error message is not enough for troubleshooting, guide users to use `--verbose` to print much more detailed logs. -- If server returns an error without any [message or detail](https://github.com/opencontainers/distribution-spec/blob/v1.1.0-rc.3/spec.md#error-codes), consider providing customized error logs to make it clearer. The original server logs can be displayed in debug mode. +- If server returns an error without any [message or detail](https://github.com/opencontainers/distribution-spec/blob/v1.1.0/spec.md#error-codes), consider providing customized error logs to make it clearer. The original server logs can be displayed in debug mode. - As a security tool, `notation` SHOULD prompt users to stop upon verification errors. ### Don'Ts diff --git a/specs/notation-cli.md b/specs/notation-cli.md index 24e83f12a..971ef5d09 100644 --- a/specs/notation-cli.md +++ b/specs/notation-cli.md @@ -5,8 +5,7 @@ This spec contains reference information on using notation commands. Each comman ## Notation Commands | Command | Description | -| ------------------------------------------- | ---------------------------------------------------------------------- | -| [blob](./commandline/blob.md) | Sign, verify and inspect singatures associated with blobs | +| ------------------------------------------- | ---------------------------------------------------------------------- | | | [certificate](./commandline/certificate.md) | Manage certificates in trust store | | [inspect](./commandline/inspect.md) | Inspect OCI signatures | | [key](./commandline/key.md) | Manage keys used for signing | @@ -28,7 +27,6 @@ Usage: notation [command] Available Commands: - blob Sign, verify and inspect signatures associated with blobs certificate Manage certificates in trust store inspect Inspect all signatures associated with a signed OCI artifact key Manage keys used for signing