Skip to content

Commit

Permalink
fix: format the table
Browse files Browse the repository at this point in the history
Signed-off-by: Junjie Gao <[email protected]>
  • Loading branch information
JeyJeyGao committed Feb 21, 2025
1 parent 683101e commit 46bab16
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions specs/notation-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ 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 |
| [list](./commandline/list.md) | List signatures of a signed OCI artifact |
| [login](./commandline/login.md) | Log into OCI registries |
| [logout](./commandline/logout.md) | Log out from the logged in OCI registries |
| [plugin](./commandline/plugin.md) | Manage plugins |
| [policy](./commandline/policy.md) | Manage OCI trust policy configuration for OCI artifact signature verification |
| [sign](./commandline/sign.md) | Sign OCI artifacts |
| [verify](./commandline/verify.md) | Verify OCI artifacts |
| [version](./commandline/version.md) | Print the version of notation CLI |
| 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 |
| [list](./commandline/list.md) | List signatures of a signed OCI artifact |
| [login](./commandline/login.md) | Log into OCI registries |
| [logout](./commandline/logout.md) | Log out from the logged in OCI registries |
| [plugin](./commandline/plugin.md) | Manage plugins |
| [policy](./commandline/policy.md) | Manage OCI trust policy configuration for OCI artifact signature verification |
| [sign](./commandline/sign.md) | Sign OCI artifacts |
| [verify](./commandline/verify.md) | Verify OCI artifacts |
| [version](./commandline/version.md) | Print the version of notation CLI |

## Notation Outline

Expand Down

0 comments on commit 46bab16

Please sign in to comment.