...
1## crane index
2
3Modify an image index.
4
5```
6crane index [flags]
7```
8
9### Options
10
11```
12 -h, --help help for index
13```
14
15### Options inherited from parent commands
16
17```
18 --allow-nondistributable-artifacts Allow pushing non-distributable (foreign) layers
19 --insecure Allow image references to be fetched without TLS
20 --platform platform Specifies the platform in the form os/arch[/variant][:osversion] (e.g. linux/amd64). (default all)
21 -v, --verbose Enable debug logs
22```
23
24### SEE ALSO
25
26* [crane](crane.md) - Crane is a tool for managing container images
27* [crane index append](crane_index_append.md) - Append manifests to a remote index.
28* [crane index filter](crane_index_filter.md) - Modifies a remote index by filtering based on platform.
29
View as plain text