File: notation-cli.md

package info (click to toggle)
golang-github-notaryproject-notation 1.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,284 kB
  • sloc: sh: 346; makefile: 79; python: 60
file content (44 lines) | stat: -rw-r--r-- 2,467 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Notation CLI

This spec contains reference information on using notation commands. Each command has a reference page along with usages.

## Notation Commands

| Command                                     | Description                                                            |
| ------------------------------------------- | ---------------------------------------------------------------------- |          |
| [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 trust policy configuration for OCI 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

```text
Notation - a tool to sign and verify artifacts

Usage:
  notation [command]

Available Commands:
  certificate Manage certificates in trust store
  inspect     Inspect all signatures associated with a signed OCI artifact
  key         Manage keys used for signing
  list        List signatures of a signed OCI artifact
  login       Log into OCI registries
  logout      Log out from the logged in OCI registries
  plugin      Manage plugins
  policy      Manage trust policy configuration for OCI signature verification
  sign        Sign OCI artifacts
  verify      Verify OCI artifacts
  version     Show the notation version information

Flags:
  -h, --help         Help for notation
```