> For the complete documentation index, see [llms.txt](https://docs.enclaive.cloud/nitride/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enclaive.cloud/nitride/cli/annotation.md).

# annotation

### Usage

```
vhsm nitride annotation <subcommand> [options]
```

#### Subcommands

* `create @values.json`: Create a new annotation for an attestation value
* `read $key`: Read the annotation for a specific key
* `update @values.json`: Update an existing annotation
* `delete $key`: Delete an annotation by key
* `list`: List all annotation keys

### Next Steps

* [create](/nitride/cli/annotation/create.md)
* [read](/nitride/cli/annotation/read.md)
* [update](/nitride/cli/annotation/update.md)
* [delete](/nitride/cli/annotation/delete.md)
