github.com/khulnasoft/cli@v0.0.0-20240402070845-01bcad7beefa/docs/reference/commandline/manifest_annotate.md (about) 1 # manifest annotate 2 3 <!---MARKER_GEN_START--> 4 Add additional information to a local image manifest 5 6 ### Options 7 8 | Name | Type | Default | Description | 9 |:----------------|:--------------|:--------|:-----------------------------| 10 | `--arch` | `string` | | Set architecture | 11 | `--os` | `string` | | Set operating system | 12 | `--os-features` | `stringSlice` | | Set operating system feature | 13 | `--os-version` | `string` | | Set operating system version | 14 | `--variant` | `string` | | Set architecture variant | 15 16 17 <!---MARKER_GEN_END--> 18